On 04/12/2010 10:46 PM, Rajagopalan Srinivasan wrote: > > On Ubuntu 9.10 I tried to build the latest QtAda release and got the > following: > gnatmake -j2 -p -aP../../../gnat -aP../../../gnat > -Pexamples_graphics_view_elastic_nodes.gpr > gnatlink > /usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/examples/graphics_view/elastic_nodes/.objs/main.ali > -shared-libgcc > -L/usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/source/gui/.libs/ > -lQtAdaGui > -L/usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/source/core/.libs/ > -lQtAdaCore > -Wl,-rpath,/usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/source/core/.libs/:/usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/source/gui/.libs/:/usr/gnat/lib/gcc/i686-pc-linux-gnu/4.3.4/adalib/ > -o > /usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/examples/graphics_view/elastic_nodes/main > /usr2/srini/Downloads/qtada-gpl-3.1.0-20100215-3719/source/core/.libs//libQtAdaCore.so: > undefined reference to `QProcessEnvironment::remove(QString const&)' > > ----------------------------------- > Can you point me in the right direction to fix it? > It means you have two (or more) versions of Qt installed. Libraries are build with newer one and example with older. I suggest you to check PKG_CONFIG_PATH and LD_LIBRARY_PATH environment variables.
_______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
