Starting Delphi IDE is possible, however C++ IDE cannot be started.
After compiling and running (F9) simple application with one TEdit
component of form, result is that application freeze.
After running the same compiled project using terminal, error is
following:
~$ ./Project1
./Project1: relocation error: ./Project1: undefined symbol:
initPAnsiStrings
Result of system testing:
~/borpretest$ ./testsystem
Borland Kylix System Compatibility Test
Checking loader....OK
Checking kernel >= 2.2....OK
Checking libc >= 2.1.2....OK
Checking libjpeg >= 6.2.0....OK
Looks GOOD !!!
This system should be able to run Borland Kylix!
Thanks in advance for any help.
Sasa
--
www.szutils.net
All components from first two Debian's CDs are installed. Kylix3
installation is performed following exact instructions from Kylix3 CD
and it is installed with administrator account. Non of additional
components from Kylix CD are installed (as is libc and libjpg).
Otherwise,installation will probably fail.
Unfortunately, I still can't create any binary without mentioned error
after execution. If you success, please let me know.
Sasa
--
www.szutils.net
Sasa
You need to set up your LD_LIBRARY_PATH prior to exexcuting the binary so
that the Borland QT libraries are found. This is normally done by writing
a wrapper script. E.g.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/kylix3/bin
/path/to/executable $*
This is documented in the deploy text file that comes on the CD
JohnK
> You need to set up your LD_LIBRARY_PATH prior to exexcuting the
> binary so that the Borland QT libraries are found. This is normally
> done by writing a wrapper script. E.g.
>
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/kylix3/bin
> /path/to/executable $*
Thank you Johnn. Seems that Kylix have similar script to be run before
IDE starts, but seems there is a problem to execute it.
I have inserted similar line in the system start-up script, regarding
to Kylix installation and projects can be run correctly. Only debugging
from IDE does not work - IDE freeze. After disabling the debugger,
normal work can be done.
On Kylix CD are supplied libc files for several Linux systems, but not
for Debian. I hope debbuger will work after kernel downgrade to
required 2.2 and using it's libc 2.1.2. However, I hope there is an
easier way.
Thanks again.
Sasa
--
www.szutils.net
This is one of the most useful sites for patching Kylix to get it to work.
http://andy.jgknet.de/oss/kylix/wiki/index.php/Main_Page
There is a patch for the debugger as well, mentioned in threads in
borland.public.kylix.ide. E.g.
http://groups.google.co.uk/group/borland.public.kylix.ide/browse_thread/thread/8cdf21db2db631fb/cbd322440f32f15b?lnk=st&q=%22Workaround+for+kylix+debugger+-+Take+4%22&rnum=1&hl=en#cbd322440f32f15b
Regards
JohnK
> This is one of the most useful sites for patching Kylix to get it to
> work.
> There is a patch for the debugger as well, mentioned in threads in
> borland.public.kylix.ide. E.g.
Thank you very much for you help John.
I hope that would be enough to get Kylix to work work correctly.
Best regards,
Sasa
--
www.szutils.net