Page 2 of 3

Posted: Sat Feb 24, 2007 1:25 am
by walker
WishMaster wrote:It seems not to work - it tells me that it couldn't find the GTK libs.

:roll: :?: :?: :roll: you're using SuSe... right.... I'll take a look....

Posted: Sat Feb 24, 2007 6:49 pm
by ts-soft
doesn't create anything :cry:
No error, no lib, (kubuntu 6.06)

PB Linux 4 beta 3, installed in homedir.

greetings
Thomas

Posted: Sat Feb 24, 2007 8:41 pm
by walker
started from command line? unfortunately the only way to get it to work atm.... that's a path issue and not fixed yet... as you cannot directly influence the path where pbcompiler puts its output (except when creating an exe)

Posted: Sat Feb 24, 2007 8:45 pm
by ts-soft
walker wrote:started from command line?
No
walker wrote: unfortunately the only way to get it to work atm.... that's a path issue and not fixed yet... as you cannot directly influence the path where pbcompiler puts its output (except when creating an exe)
don't understand? It's a bug in the current PB version?

Posted: Mon Feb 26, 2007 1:15 pm
by walker
... a not solved issue within the program (don't think that it's a bug in PB)

Posted: Mon Feb 26, 2007 1:31 pm
by WishMaster
walker wrote: :roll: :?: :?: :roll: you're using SuSe... right.... I'll take a look....
Of course I am and of course PB is working fine.

Posted: Tue Feb 27, 2007 12:15 am
by walker
so why the hell OpenLibrary() doesn't find the GTK libs ???? :roll:

Could you please tell me where on your machine the gtk2 libs are? maybe the command OpenLibrary() has a bug.... ( and start it from the commandline...)

Posted: Tue Feb 27, 2007 7:34 pm
by WishMaster
It's in /opt/gnome/lib/.
/etc/ld.so.conf is your friend :wink:

Posted: Tue Feb 27, 2007 10:49 pm
by walker
I do not want to use any file located on another machine... OpenLibrary MUST find the files... what happens when you do an OpenLibrary("libgtk-x11-2.0.so")??? does it fail?

as OpenSuse is LSB conform (I guess) and Openlibrary() fails on your machine... Fred has a little more to do...
(when reading the FileSystem Hirachie Standard - FHS - 2.3, I'm not really sure that OpenSuse is 100% LSB conform....but maybe I missunderstood something...)

Posted: Tue Feb 27, 2007 11:35 pm
by WishMaster
Well, SLED 10, SUSE Linux 10.0 and SUSE Linux 10.1 are LSB-certified.
==> http://www.linux-foundation.org/en/Products
There's no note about openSUSE 10.2 but I guess there shouldn't be a big difference.

//Edit:

Code: Select all

Debug OpenLibrary(1, "libgtk-x11-2.0.so")
Outputs a value > 0 - so it seems to work.

Posted: Sun Mar 04, 2007 5:54 pm
by walker
Could you please download it again (see first post) ?
does it work now?

(btw... what do you say to my new baloon-style tips when mouse is over a checkboxgadget ?... libnotify must be installed.... sorry its a develpment version...))

Posted: Sun Mar 04, 2007 6:49 pm
by FloHimself
walker wrote:(btw... what do you say to my new baloon-style tips when mouse is over a checkboxgadget ?... libnotify must be installed.... sorry its a develpment version...))
Please don't use libnotify for tool-tips! Some distributions like openSUSE using a patched libnotify, so that all notifications are shown (for good reason) as stacked notifications.

Posted: Tue Apr 10, 2007 7:14 pm
by Hroudtwolf
Hello again.

The problem with "Can't find GTK2...." is still existing.
But GTK2 is installed on my system.

Posted: Thu Apr 12, 2007 1:44 pm
by Hroudtwolf
Maybe, it would help to use a pref-file which contains the path to the GTK2 Lib.
Then, the user could change this path-info by himself.

Posted: Thu Apr 12, 2007 10:41 pm
by walker
I'll release a new version the forthcomming weekend..... I'll use a preference file as suggested by you...