From: Jyh-Shyong H. <c00...@nc...> - 2005-12-13 05:31:19
|
Hi, I am installing OpenVRML 0.15.10 on my Linux PC running SuSE10.0 from the source code, I got the following error message in the final stage of make: ... make[4]: Entering directory `/usr/src/packages/SOURCES/openvrml-0.15.10/mozilla-plugin/src' Making all in openvrml-player make[5]: Entering directory `/usr/src/packages/SOURCES/openvrml-0.15.10/mozilla-plugin/src/openvrml-player' if g++ -DPACKAGE_NAME=\"OpenVRML\ Mozilla\ Plugin\" -DPACKAGE_TARNAME=\"openvrml-mozilla-plugin\" -DPACKAGE_VERSION=\"0.15.10\" -DPACKAGE_STRING=\"OpenVRML\ Mozilla\ Plugin\ 0.15.10\" -DPACKAGE_BUGREPORT=\"ope...@li...\" -DPACKAGE=\"openvrml-mozilla-plugin\" -DVERSION=\"0.15.10\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_PTHREAD=1 -I. -I. -I../../lib/gtkglext -I../../lib/gtkglext/gdk -I../../../src/libopenvrml -I../../../src/libopenvrml-gl -I -DGTK_DISABLE_DEPRECATED -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib64/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -I/usr/X11R6/include -pthread -g -O2 -MT player.o -MD -MP -MF ".deps/player.Tpo" -c -o player.o player.cpp; \ then mv -f ".deps/player.Tpo" ".deps/player.Po"; else rm -f ".deps/player.Tpo"; exit 1; fi /usr/include/boost/numeric/conversion/detail/converter.hpp:233: error: expected unqualified-id before numeric constant /usr/include/boost/numeric/conversion/detail/converter.hpp:238: error: type/value mismatch at argument 6 in template parameter list for ‘template<class expr0, class expr1, class TT, class TF, class FT, class FF> struct boost::numeric::convdetail::for_both’ /usr/include/boost/numeric/conversion/detail/converter.hpp:238: error: expected a type, got ‘0l’ /usr/include/boost/numeric/conversion/detail/converter.hpp:238: error: ‘type’ does not name a type make[5]: *** [player.o] Error 1 make[5]: Leaving directory `/usr/src/packages/SOURCES/openvrml-0.15.10/mozilla-plugin/src/openvrml-player' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/packages/SOURCES/openvrml-0.15.10/mozilla-plugin/src' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/packages/SOURCES/openvrml-0.15.10/mozilla-plugin/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/packages/SOURCES/openvrml-0.15.10/mozilla-plugin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/packages/SOURCES/openvrml-0.15.10' make: *** [all] Error 2 My system has boost-1.33.0-3_x86_64 and boost-devel-1.33.0-3_x86_64 rpms installed. I wonder if this problem is caused by boost? Any help would be appreciated. Jyh-Shyong Ho,Ph.D. Research Scientist National Center for High Performance Computing Hsinchu, Taiwan,ROC |