|
From: <Chr...@GE...> - 2002-03-13 12:09:36
|
hi i still have few problems with compiling on rs6000 workstations. first it stops with error shown in this first section. maybe someone knows about this error. mesa 3.4 is installed and configure finds all libaries in the right places, but it still breaks up. so... next thing is like shown in part 2, there are messages about a math.h. thought to be a compiler problem, and tried it with gcc 2.95 and gcc 2.9 ( gcc 3.0 doesnt work at all cause it has a problem finding auto_ptr while configure runs ). any help welcome .... regards Christian Setzer GE CompuNet Muenchen Enterprise Computing Solutions Hoerselbergstrasse 7, 81677 Muenchen, Germany Phone: +49 (0)89 / 382-47742, , Mobile: +49 (0) 171 1284997 E-Mail : Chr...@GE... Visit us on the Internet: http://www.gecits-eu.com This email is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this mail in error, please tell us immediately by return email and delete the document. ---------------------------------------------------- error 1 ---------------------------------------------------- ranlib .libs/libopenvrml-gl.a rm -fr .libs/libopenvrml-gl.lax .libs/libopenvrml-gl.lax creating libopenvrml-gl.la (cd .libs && rm -f libopenvrml-gl.la && ln -s ../libopenvrml-gl.la libopenvrml-gl.la) Target "all" is up to date. Target "all-am" is up to date. Target "all" is up to date. Target "all-am" is up to date. Target "all" is up to date. Making all in lookat c++ -DHAVE_CONFIG_H -DANTLR_REALLY_NO_STRCASECMP -I. -I. -I../.. -I../../src/openvrml -I../../src/openvrml-gl -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -c lookat.cpp lookat.cpp: In function `void worldChangedCB(int)': lookat.cpp:166: passing `const char *' as argument 1 of `glutSetWindowTitle(char *)' discards qualifiers lookat.cpp: In function `void buildViewpointMenu()': lookat.cpp:217: passing `const char *' as argument 1 of `glutAddMenuEntry(char *, int)' discards qualifiers lookat.cpp:219: passing `const char *' as argument 1 of `glutAddMenuEntry(char *, int)' discards qualifiers make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. ------------------------------------------------------------------ error 2 ------------------------------------------------------------------ /bin/sh ../../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -DANTLR_REALLY_NO_STRCASECMP -I. -I. -I../../../.. -I../../../../src/openvrml -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -c ViewerOpenGL.cpp mkdir .libs c++ -DHAVE_CONFIG_H -DANTLR_REALLY_NO_STRCASECMP -I. -I. -I../../../.. -I../../../../src/openvrml -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -c ViewerOpenGL.cpp -DPIC -o .libs/ViewerOpenGL.lo In file included from ViewerOpenGL.cpp:45: /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:238: warning: `M_PI' redefined ../../../../config.h:43: warning: this is the location of the previous definition /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:239: warning: `M_PI_2' redefined ../../../../config.h:47: warning: this is the location of the previous definition /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:240: warning: `M_PI_4' redefined ../../../../config.h:51: warning: this is the location of the previous definition /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:241: warning: `M_1_PI' redefined ../../../../config.h:55: warning: this is the location of the previous definition mv -f .libs/ViewerOpenGL.lo ViewerOpenGL.o (cd . && ln -s ViewerOpenGL.o ViewerOpenGL.lo) /bin/sh ../../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -DANTLR_REALLY_NO_STRCASECMP -I. -I. -I../../../.. -I../../../../src/openvrml -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -c OpenGLEvent.cpp rm -f .libs/OpenGLEvent.lo c++ -DHAVE_CONFIG_H -DANTLR_REALLY_NO_STRCASECMP -I. -I. -I../../../.. -I../../../../src/openvrml -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -c OpenGLEvent.cpp -DPIC -o .libs/OpenGLEvent.lo In file included from OpenGLEvent.cpp:61: /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:238: warning: `M_PI' redefined ../../../../config.h:43: warning: this is the location of the previous definition /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:239: warning: `M_PI_2' redefined ../../../../config.h:47: warning: this is the location of the previous definition /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:240: warning: `M_PI_4' redefined ../../../../config.h:51: warning: this is the location of the previous definition /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:241: warning: `M_1_PI' redefined ../../../../config.h:55: warning: this is the location of the previous definition mv -f .libs/OpenGLEvent.lo OpenGLEvent.o |