On 07/02/2010 08:00 AM, Roger Mc Murtrie wrote: > 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: > Build of QtAda is a kind of magic ;-) Some known issues:
1. You need to build Qt with G++ compiler from GNAT GPL or build Qt with disabled exceptions support. G++ compiler from MinGW package uses SJLJ model of exception handling, but GNAT GPL uses ZCX model. As I see, your compiler is based on GCC 4.4, I never use it and it is possible that exceptions models are compatible now. 2. Official binary package of Qt build without exceptions support but QtUiTools library build with exceptions support. So, you need to rebuild it and you your version. 3. For some reasons (don't remember) C:/GNAT/2010 is mounted as /mingw in my system. 4. To build QtAda you can run packages/windows/mkdistr script in MinGW terminal. Or... Just read my next message... _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
