[Solved] PureBASIC 4.30 on KUbuntu 8.10 and the debugger

Linux specific forum
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

[Solved] PureBASIC 4.30 on KUbuntu 8.10 and the debugger

Post by infratec »

Hi together,

I just found out what additional packet is needed to start a PureBASIC compilation inside the IDE with debugger enabled:

libbonoboui2-0

this dependency is not checked by the checkinstall.sh script, :(
but is required for the debugger.

Please Fred, add this check to the script.


Bernd
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

This is not a dependency of the IDE or debugger. If you indeed need this, then it is a dependency of your specific Gtk version or some other lower-level library, and not a PureBasic dependency.

PureBasic does not directly use this library, thats why the script does not check it.
quidquid Latine dictum sit altum videtur
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Post by infratec »

Hi freak,

ahh..., this makes sense, because I already checked the executable files
in the compiler directory with ldd and found nothing.

But to find this out was not easy, since there was no clear error message
inside the IDE. Only that the program was terminated unexpectedly.


So at least I hope that this topic will help someone which uses the KUbuntu 8.10 distribution.

Bernd

P.S.: So it was good that I already included the Linux distribution in the headline :)
Post Reply