TailBite for Linux (0.7.1a)

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post 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....
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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
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
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post 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)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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?
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
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

... a not solved issue within the program (don't think that it's a bug in PB)
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

Post 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.
Image Image
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post 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...)
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

Post by WishMaster »

It's in /opt/gnome/lib/.
/etc/ld.so.conf is your friend :wink:
Image Image
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post 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...)
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

Post 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.
Image Image
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post 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...))
FloHimself
Enthusiast
Enthusiast
Posts: 229
Joined: Wed May 14, 2003 3:38 pm
Location: Lüneburg - Germany

Post 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.
My favorite numbers: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Hello again.

The problem with "Can't find GTK2...." is still existing.
But GTK2 is installed on my system.
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post 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.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

I'll release a new version the forthcomming weekend..... I'll use a preference file as suggested by you...
Post Reply