|
From: Sean D. <se...@am...> - 2003-04-17 12:55:19
|
Hi.. I'm new to Linux and I'm an experienced Java programmer but not a C++ one. I've gotten OpenQVis to compile on Windows 2000 but not on my Red Hat machine. I've downloaded the following software: sgi-OpenInventor-devel-2.1.5-9.i386.rpm Coin-2.0.2.tar.gz jpegsrc.v6b.tar.gz libpng-1.2.5.tar.gz zlib-1.1.4.tar.gz OpenQVis_cvs_27_02_2003.tar.gz I can compile and install (via the make routines) the first five modules - but OpenQVis generates the following compilation error from 'make': /usr/lib/qt3/bin/moc SoQtColorEditor.qt.H > SoQtColorEditor.qt_moc.cpp g++ -g -DUSE_NV_EXTENSIONS -DDO_NOT_INCLUDE_EXTENSIONS -c -I/usr/X11/include -I/usr/include/g++ -I/usr/local/include -I/usr/lib/qt3/include/ SoQtColorEditor.qt_moc.cpp -oOBJ/LINUX/SoQtColorEditor.qt_moc.o cc1plus: warning: changing search order for system directory "/usr/local/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from SoQtColorEditor.qt_moc.cpp:11: SoQtColorEditor.qt.H:141: syntax error before `*' token gmake[1]: *** [OBJ/LINUX/SoQtColorEditor.qt_moc.o] Error 1 rm QColorPatch.qt_moc.cpp SoQtColorEditor.qt_moc.cpp SoQtTransformSlidersBase.qt_moc.cpp QColorWheel.qt_moc.cpp QColorSlider.qt_moc.cpp SoQtTransformSlidersBase.qt.cpp gmake[1]: Leaving directory `/home/sean/SOSS/OpenQVis/src/qwidgets' make: *** [qwidgets] Error 2 [root@localhost OpenQVis]# I'm not sure if the warnings are significant. Any suggestions would be appreciated. Thanks! Sean |