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?
Kubuntu 11.10 64bit RC
Re: Kubuntu 11.10 64bit RC
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Re: Kubuntu 11.10 64bit RC
Have you actually done that?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
Re: Kubuntu 11.10 64bit RC
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
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 Linux Mint 21.1 & Win 10 64bit)
Re: Kubuntu 11.10 64bit RC
i am stuck.... i tried all i know.
any hint ?
any hint ?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Re: Kubuntu 11.10 64bit RC
Try Windows 

Re: Kubuntu 11.10 64bit RC
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.
but iodbc is only for odbc database connection, you can ignore this, use postgres or sqlite.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: Kubuntu 11.10 64bit RC
thx man 4 clarify.
it starts...
it starts...
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)