I've just installed Kylix 3 on Mandriva 2005 LE. Compiling works fine, however, every attempt to run an application (F9 = Run) results in frozen IDE. The application can be run from terminal command line without any problem. Tested with several apps from "examples/delphi". Any hints?
Thanks
Jakub
You are using a kernel newer than 2.6.10. That's all. The integrated
debugger stops working with newer kernels. You could deactivate
intergrated debugging in the IDE and the application should start from the
IDE. But then you have no intergrated debugging in the IDE. But you could
use gdb or a graphical front end like kdbg. For this you must activate the
linker option for "STABS".
--
Regards,
Andreas Hausladen
(http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(http://andy.jgknet.de/blog)
If Borland contracts you and an Andreas clone, we would be in Kylix 5 by
now :)
Could you give more details about the kdbg ?
Health,
Josir Gomes
Rio de Janeiro - Brasil
> Could you give more details about the kdbg ?
kdbg = Kde graphical DeBuGger. It is a front end for gdb.
The Kylix (Delphi) compiler can generate debug information for gdb. For
this you must activate the linker option "STABS" (Project/Options/Linker)
and of course the debugging options itself. After that you (re-)compile
your project. Open kdbg and there you open your executable file. Now you
can debug your application with source code.
For instruction how to work with kdbg or gdb you must consult the internet.
> You are using a kernel newer than 2.6.10.
You mean it should work on 2.6.10? Or it works only on 2.6.9 and does
not work on 2.6.10? I have compiled 2.6.10 for Fedora Core 4 and it
does not work for me there.
How can you disable the debugger?
> How can you disable the debugger?
Menu Tools/Debugger-Options
There uncheck the Checkbox "Integrated Debugging"