Page 1 of 1

[Solved] PureBASIC 4.30 on KUbuntu 8.10 and the debugger

Posted: Wed Mar 25, 2009 1:53 pm
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

Posted: Wed Mar 25, 2009 2:08 pm
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.

Posted: Wed Mar 25, 2009 2:41 pm
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 :)