I have installed the latest gnat GPL from AdaCore Libre onto Windows XP running under VMWare Fusion on my Mac Mini (Snow Leopard) and have checked that GPS seems to work OK. I have installed asis and managed to build much of qtada-gpl-3.1.0-20100408-3724. However, the build fails with undefined references at:
gprlib.exe QtAdaCore.lexch c:\qt\2010.04\mingw\bin/g++.exe ------------- - - - Info: resolving _gnat_argc by linking to __imp__gnat_argc (auto-import) c:/qt/2010.04/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: warning: auto-impor ting has been activated without --enable-auto-import specified on the command line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs. C:\qtada-gpl-3.1.0-20100408-3724\source\core\.objs\qt_ada-internals-object_registry.o: In function ` qt_ada__internals__object_registry__meta_descriptor': C:/qtada-gpl-3.1.0-20100408-3724/source/core/qt_ada-internals-object_registry.adb:138: undefined ref erence to `__gnu_chkstk' C:/qtada-gpl-3.1.0-20100408-3724/source/core/qt_ada-internals-object_registry.adb:146: undefined ref erence to `__gnu_chkstk' C:\qtada-gpl-3.1.0-20100408-3724\source\core\.objs\qt_ada-internals-object_registry.o: In function ` _Qt4Ada_QObject_qt_metacast_dispatch': C:/qtada-gpl-3.1.0-20100408-3724/source/core/qt_ada-internals-object_registry.adb:277: undefined ref erence to `__gnu_chkstk' C:/qtada-gpl-3.1.0-20100408-3724/source/core/qt_ada-internals-object_registry.adb:285: undefined ref erence to `__gnu_chkstk' C:\qtada-gpl-3.1.0-20100408-3724\source\core\.objs\qt_ada-internals-object_registry.o: In function ` _Qt4Ada_QObject_qt_metacall_dispatch': C:/qtada-gpl-3.1.0-20100408-3724/source/core/qt_ada-internals-object_registry.adb:226: undefined ref erence to `__gnu_chkstk' C:\qtada-gpl-3.1.0-20100408-3724\source\core\.objs\qt_ada-internals-object_registry.o:C:/qtada-gpl-3 .1.0-20100408-3724/source/core/qt_ada-internals-object_registry.adb:234: more undefined references t o `__gnu_chkstk' follow collect2: ld returned 1 exit status gprlib: c:\qt\2010.04\mingw\bin\g++ execution error gprbuild: could not build library for project source_core make[3]: *** [.libs/libQtAdaCore.dll] Error 4 make[3]: Leaving directory `/c/qtada-gpl-3.1.0-20100408-3724/source/core' make[2]: *** [all] Error 2 make[2]: Leaving directory `/c/qtada-gpl-3.1.0-20100408-3724/source/core' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/qtada-gpl-3.1.0-20100408-3724/source' make: *** [all-recursive] Error 1 How do I fix this? Roger _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
