Hi Enrico,
Enrico Borrione wrote:
hi all,
i posted a note on the compilation of fcdedit last week, hoping to solve
the problems all by myself, but it seems like my skills are still very
poor.
OK, I thought you had solved the problem.
I downloaded a cvs some time ago (kinda one month), and fcdEdit is
included with its't makefile. If i try to launch make without
modifications, i get a message like:
[EMAIL PROTECTED] fcdEdit]$ make
"g++" -c Warning QT not configured, ignoring request -D_GNU_SOURCE
-DQT_CLEAN_NAMESPACE -DOSG_WITH_GLUT -D_OSG_HAVE_CONFIGURED_H_
-DQT_NO_XINERAMA -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE -DQT_NO_XKB
-DQT_NO_SM_SUPPORT -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG
-DQT_NO_STYLE_AQUA -DQT_NO_STYLE_MAC -DQT_NO_STYLE_INTERLACE
-DQT_NO_STYLE_COMPACT
-ansi -use_readonly_const -ftemplate-depth-100 -g -DOSG_DEBUG
-I/usr/local/include uic_FieldContainerView.cpp -o
uic_FieldContainerView.Linux-g++.o
g++: cannot specify -o with -c or -S and multiple compilations
make: *** [uic_FieldContainerView.Linux-g++.o] Error 1
so i think that -c and -o aren't meant to work together. I tried to
manually remove that -c but then all i get is:
This is one of those "Doh!" moments, I guess...
"g++" Warning QT not configured, ignoring request -D_GNU_SOURCE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is a message from osg-config that you haven't configured QT when
building OpenSG. fcdEdit needs QT, so it asks for it, but only gets this
warning, which the compiler dutifully tries to interpret as compiler
options. That fails and gives you lots of strange errors.
To fix it you need to add QT to your configure call (add
"--with-qt=/usr/local/qt3" or so, depending on where you have QT) for
OpenSG and recompile and install the WindowQT stuff.
Hope it helps
Dirk
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users