Forums » Installation and diverse »
Problem on compilation ...
Added by Legay Eric over 14 years ago
I just check out your monotone branch, so my version is uptodate, but compilation gives this error :
dataserver:~/Projects/topology-manager$ make gnatmake -j4 -P topology_manager -L/usr/lib/mysql -L/usr/lib -lgnademysql -largs -lodbc aws.gpr:40:35: warning: unknown unit "aws.os_lib" gcc-4.3 -c -lgnademysql -I- -gnatA /home/legay/Projects/topology-manager/src/tm_server.adb device.ads:87:07: type must be declared abstract or "Get_Array_Parameters" overridden device.ads:87:07: "Get_Array_Parameters" has been inherited at line 87 device.ads:87:07: "Get_Array_Parameters" has been inherited from subprogram at line 77 gnatmake: "/home/legay/Projects/topology-manager/src/tm_server.adb" compilation error make: *** [tm_server] Error 4
Replies (4)
RE: Problem on compilation ... - Added by Guevara Luz over 14 years ago
You can try again. I have fixed this problem ...
RE: Problem on compilation ... - Added by Legay Eric over 14 years ago
Next one ....
gcc-4.3 -c -lgnademysql -I- -gnatA /home/legay/Projects/topology-manager/trunk/src/hardware_tree.adb gcc-4.3 -c -lgnademysql -I- -gnatA /home/legay/Projects/topology-manager/trunk/src/utils.adb hardware_tree.adb:59:39: warning: "return" statement missing following this statement hardware_tree.adb:59:39: warning: Program_Error may be raised at run time hardware_tree.adb:80:16: "Full_Clear" is undefined (more references follow) gnatmake: "/home/legay/Projects/topology-manager/trunk/src/hardware_tree.adb" compilation error make: *** [tm_server] Error 4
RE: Problem on compilation ... - Added by Guevara Luz over 14 years ago
The procedure "_Full_clear_" is defined in XML EZ Out library (mckae-xml-ez_out-string_stream.ads). Have you included the path of this library in your ADA_PROJECT_PATH environment? Do you have the version 1.06 of XML EZ Out?