Hello,
I have some troubles with gnade1.5.3a installation.
In gnu-db-sqlite.adb, line 42, I had to replace
new Interfaces.C.Pointers(C.size_t,
chars_ptr,
chars_ptr_array,
0);
by
new Interfaces.C.Pointers(C.size_t,
chars_ptr,
chars_ptr_array,
null);
(I use gnat-5.0.3a-1)
In gnade-config, line 101, I have: "<not defined>" that produces an error. I
also have -lgnadeodbc although I configured with --no-odbc, is it normal ?
Here is my full configure line:
./configure --nosamples --no-odbc --unicode
--root=/freeware/linux/redhat-8.0/opt/gnat-5.03a-1 sqlite
Why are we obliged to be logged as root to complete the install ? I installed
gnade in a non-standard directory, but I haven't the root password... So I
comment the "exit 255" in gnadeinst.sh and... it works well :)
Olivier Issaly
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|