Installing PB 4.61 Beta 2 on Xubuntu 12.04 32 bit

Linux specific forum
Little John
Addict
Addict
Posts: 4803
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Installing PB 4.61 Beta 2 on Xubuntu 12.04 32 bit

Post by Little John »

Hi,

I've installed PB 4.61 Beta 2 on Xubuntu 12.04 32 bit (in VirtualBox).
After running "checkinstall.sh", I've also installed several required packages. However, I still get the message:
checkinstall.sh wrote:Package libgnomeprintui-2.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeprintui-2.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeprintui-2.2' found
libgnomeprintui 2.2 devel package need to be installed to use PureBasic
But using the "Synaptic" package manager, I can't find packages with these names on my system at all. Do they have special names on Xubuntu? How can I install printer support on my system?

TIA, Little John
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Installing PB 4.61 Beta 2 on Xubuntu 12.04 32 bit

Post by ts-soft »

Terminal wrote:sudo apt-get install build-essential libgtk2.0-dev libgnome2-dev libgnomeprintui2.2-dev libxine-dev libsdl1.2-dev libiodbc2-dev libxxf86vm-dev libwebkitgtk-dev
see here: http://www.purebasic.fr/german/viewtopi ... 58#p300858

This should work on all ubuntus (X, K, L ...)
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.
Image
Little John
Addict
Addict
Posts: 4803
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Installing PB 4.61 Beta 2 on Xubuntu 12.04 32 bit

Post by Little John »

ts-soft wrote:
Terminal wrote:sudo apt-get install build-essential libgtk2.0-dev libgnome2-dev libgnomeprintui2.2-dev libxine-dev libsdl1.2-dev libiodbc2-dev libxxf86vm-dev libwebkitgtk-dev
see here: http://www.purebasic.fr/german/viewtopi ... 58#p300858

This should work on all ubuntus (X, K, L ...)
Thank you, Thomas.
I forgot to say, that I also had tried that "apt-get ..." command, but without success. When running that command, I get the message:
Terminal wrote:Paket libgnomeprintui2.2-dev ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst wurde oder nur aus einer anderen Quelle verfügbar ist.

Paket libxine-dev ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst wurde oder nur aus einer anderen Quelle verfügbar ist.

E: Paket »libgnomeprintui2.2-dev« hat keinen Installationskandidaten
E: Paket »libxine-dev« hat keinen Installationskandidaten
And after that, the message by "checkinstall.sh" is still the same as I wrote in my first post. :(

Regards, Little John
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Installing PB 4.61 Beta 2 on Xubuntu 12.04 32 bit

Post by ts-soft »

Hello Jürgen,
i think the have something changed :o , with xubuntu 11.10 all libs available.
In the moment i have only ubuntu installed, no xubuntu.

Greetings - Thomas
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.
Image
Post Reply