It is currently Tue May 21, 2013 1:13 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Kubuntu 11.10 64bit RC
PostPosted: Thu Oct 13, 2011 9:21 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
server@file-server:~$ cd purebasic_demo/
server@file-server:~/purebasic_demo$ ./checkinstall.sh
ls: cannot access /usr/lib/libstdc++.so.*: No such file or directory
libstdc++ not found.
libstdc++ devel package need to be installed to use PureBasic

What do I need to test 4.51 on my new fresh install dev.machine?
I add build-essentials, what else?

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Thu Oct 13, 2011 10:54 am 
Offline
Addict
Addict
User avatar

Joined: Thu Apr 21, 2005 2:38 pm
Posts: 814
Location: Germany
In Ubuntu/Kubuntu/Xubuntu 11.04 the library libstdc++.so.6 was moved from
/usr/lib/
to
/usr/lib/i386-linux-gnu

To enable PB to find this runtime library you have to set the following softlink:
Quote:
sudo ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6.0.14 /usr/lib/libstdc++.so.6


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Thu Oct 20, 2011 2:03 pm 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
Linker error:

gcc: error: unrecognized option XXX-arch=x86_64XXX

XXX r garbage chars

What to do know?
Is this problem of final or this is solved in RC ?

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Thu Oct 20, 2011 3:07 pm 
Offline
Enthusiast
Enthusiast

Joined: Fri Feb 24, 2006 9:40 am
Posts: 290
It is a confirmed bug, which was fixed in 4.60 RC2.

Here is the bug report and you can find a temporary solution in my posting in this thread: viewtopic.php?f=23&t=46293


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sat Oct 22, 2011 9:57 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
Thx. This is just testing... I will move to Kubuntu 12.04 (next LTS) and then there will be PB 4.6x :)

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sat Apr 28, 2012 3:10 pm 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
new lts kubuntu 12.04 64bit installed, now i am stuck on:

korisnik@ubuntu:~/purebasic$ ./checkinstall.sh Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gtk+ 2.0 devel package need to be installed to use PureBasic

any hint?
using 4.60 64bit

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sat Apr 28, 2012 3:16 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4715
Location: Berlin - Germany
yes, use pb461 beta 2

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 14 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sun Apr 29, 2012 6:18 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
thx, i will wait final

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sun Jun 17, 2012 9:32 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
Kubuntu 12.04 64bit and pb 4.61 final:

korisnik@ubuntu:~/purebasic$ ./checkinstall.sh
This script try to detect if all developments packages are correctly installed. If you are using a Debian or Ubuntu like distribution, you can use the following line to install all the package at once (run as root):

# apt-get install gcc g++ libc6-dev libsdl1.2-dev libgtk2.0-dev libgnomeprint2.2-dev libiodbc2-dev libgnome2-dev libxine-dev libgnomeprintui2.2-dev libxxf86vm-dev

Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
libgnome devel package need to be installed to use PureBasic
korisnik@ubuntu:~/purebasic$

what now?

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sun Jun 17, 2012 7:02 pm 
Offline
Enthusiast
Enthusiast

Joined: Fri Feb 24, 2006 9:40 am
Posts: 290
sartic wrote:
apt-get install gcc g++ libc6-dev libsdl1.2-dev libgtk2.0-dev libgnomeprint2.2-dev libiodbc2-dev libgnome2-dev libxine-dev libgnomeprintui2.2-dev libxxf86vm-dev


Have you actually done that?


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Mon Jun 18, 2012 7:32 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
korisnik@ubuntu:~/purebasic$ sudo apt-get install libiodbc2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libiodbc2-dev : Depends: libiodbc2 (= 3.52.7-2build1) but it is not going to be installed
Depends: iodbc (= 3.52.7-2build1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

korisnik@ubuntu:~/purebasic$ ./checkinstall.sh

This script try to detect if all developments packages are correctly installed. If you are using a Debian or Ubuntu like distribution, you can use the following line to install all the package at once (run as root):

# apt-get install gcc g++ libc6-dev libsdl1.2-dev libgtk2.0-dev libgnomeprint2.2-dev libiodbc2-dev libgnome2-dev libxine-dev libgnomeprintui2.2-dev libxxf86vm-dev

iodbc-config not found.
iodbc devel package need to be installed to use PureBasic

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Fri Jun 22, 2012 7:55 pm 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
i am stuck.... i tried all i know.
any hint ?

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Fri Jun 22, 2012 10:53 pm 
Offline
User
User

Joined: Mon Jul 09, 2007 4:47 pm
Posts: 67
Location: Right Here
Try Windows :wink:


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Fri Jun 22, 2012 11:14 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4715
Location: Berlin - Germany
KDE libs a incompatible to iodbc, use ubuntu, xubuntu ...
but iodbc is only for odbc database connection, you can ignore this, use postgres or sqlite.

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 14 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject: Re: Kubuntu 11.10 64bit RC
PostPosted: Sat Jun 23, 2012 7:41 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 26, 2010 8:26 am
Posts: 111
thx man 4 clarify.
it starts...

_________________
Registered user of PB (on Kubuntu 12.04 64bit & Win7 32bit)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye