Page 1 of 1

Installing PB 4.61 Beta 2 on Xubuntu 12.04 32 bit

Posted: Sun Apr 29, 2012 8:24 am
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

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

Posted: Sun Apr 29, 2012 8:55 am
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 ...)

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

Posted: Sun Apr 29, 2012 9:49 am
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

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

Posted: Sun Apr 29, 2012 8:17 pm
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