Date: 12 Feb 2003 11:02:23 -0700 From: Shane Hickey <shane@howsyournetwork.com> To: freebsd-questions@freebsd.org Subject: 5.0-release and tripwire? Message-ID: <1045072942.23691.15.camel@daneel>
next in thread | raw e-mail | index | archive | help
Has anyone else had problems getting tripwire from ports to compile on 5.0-release? Here's what I'm seeing ... mkdir -p obj/GCCi386/Release c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 complex.cpp -c -o obj/GCCi386/Release/complex.o In file included from ../stlport/config/stlcomp.h:71, from ../stlport/stl/_config.h:69, from stlport_prefix.h:8, from complex.cpp:18: ../stlport/config/stl_gcc.h:23: redeclaration of C++ built-in type `wchar_t' In file included from ../stlport/complex:40, from complex.cpp:21: ../stlport/wrap_std/complex:16:39: ../g++-include/complex: No such file or directory complex.cpp:26: syntax error before `&' token complex.cpp: In function `float abs(...)': complex.cpp:28: `__z' undeclared (first use this function) complex.cpp:28: (Each undeclared identifier is reported only once for each function it appears in.) complex.cpp:28: `__STL_HYPOTF' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:31: syntax error before `&' token complex.cpp: In function `double abs(...)': complex.cpp:32: new declaration `double abs(...)' complex.cpp:27: ambiguates old declaration `float abs(...)' complex.cpp: In function `float abs(...)': complex.cpp:33: `__STL_HYPOT' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:36: syntax error before `&' token complex.cpp: In function `long double abs(...)': complex.cpp:37: new declaration `long double abs(...)' complex.cpp:32: ambiguates old declaration `double abs(...)' complex.cpp: In function `float abs(...)': complex.cpp:38: `__STL_HYPOTL' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:43: syntax error before `&' token complex.cpp: In function `float arg(...)': complex.cpp:45: `__STL_ATAN2F' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:48: syntax error before `&' token complex.cpp: In function `double arg(...)': complex.cpp:49: new declaration `double arg(...)' complex.cpp:44: ambiguates old declaration `float arg(...)' complex.cpp: In function `float arg(...)': complex.cpp:50: `__STL_ATAN2' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:53: syntax error before `&' token complex.cpp: In function `long double arg(...)': complex.cpp:54: new declaration `long double arg(...)' complex.cpp:49: ambiguates old declaration `double arg(...)' complex.cpp: In function `float arg(...)': complex.cpp:55: `__STL_ATAN2L' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:60: syntax error before `float' gmake[4]: *** [obj/GCCi386/Release/complex.o] Error 1 gmake[3]: *** [lib/libstlport_gcc.a] Error 2 gmake[2]: *** [../../lib/i386-unknown-freebsd_r/libstlport_gcc.a] Error 2 gmake[1]: *** [STLport_r] Error 2 gmake[4]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0/src' gmake[3]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0' gmake[2]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0' gmake[1]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src' date >> release.i386-unknown-freebsd.out Thanks in advance for any pointers. -- |Shane Hickey <shane@howsyournetwork.com> |Network/System Consultant +-------------------------< |GPG KeyID 777CBF3F |Key fingerprint = 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F +====================================================================< To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1045072942.23691.15.camel>