Date: Mon, 13 Jan 2003 16:53:52 +0200 From: "Liran Siglat" <liran@cwnt.com> To: <freebsd-security@FreeBSD.org> Subject: Compiling tripwire in FreeBSD Message-ID: <C7DF4400240AFB4095D98C7C6EC2A34A067471@bart.cwnt.com>
next in thread | raw e-mail | index | archive | help
Hi,
I'm trying to complie ("gmake debug") tripwire-2.3.1-2 on FreeBSD 4.3 with no success.
I've downloaded tripwire from the FreeBSD site.
I have uncommented the following line in the main Makefile: `SYSPRE = i386-unknown-freebsd`
The error I receive is:
In file included from ../stlport/stdexcept:33,
from ../stlport/stl/_ios_base.h:22,
from ../stlport/stl/_streambuf.h:21,
from ../stlport/streambuf:31,
from ../stlport/stl/_stream_iterator.h:47,
from ../stlport/iterator:39,
from ../stlport/istream:35,
from ../stlport/stl/_complex.h:52,
from ../stlport/complex:37,
from complex.cpp:21:
../stlport/exception:46: ../include/exception: No such file or directory
In file included from ../stlport/stl/_alloc.h:68,
from ../stlport/stdexcept:41,
from ../stlport/stl/_ios_base.h:22,
from ../stlport/stl/_streambuf.h:21,
from ../stlport/streambuf:31,
from ../stlport/stl/_stream_iterator.h:47,
from ../stlport/iterator:39,
from ../stlport/istream:35,
from ../stlport/stl/_complex.h:52,
from ../stlport/complex:37,
from complex.cpp:21:
../stlport/new:47: ../include/new: No such file or directory
In file included from ../stlport/stl/_locale.h:26,
from ../stlport/stl/_ios_base.h:25,
from ../stlport/stl/_streambuf.h:21,
from ../stlport/streambuf:31,
from ../stlport/stl/_stream_iterator.h:47,
from ../stlport/iterator:39,
from ../stlport/istream:35,
from ../stlport/stl/_complex.h:52,
from ../stlport/complex:37,
from complex.cpp:21:
../stlport/typeinfo:27: ../include/typeinfo: No such file or directory
gmake[4]: *** [obj/GCC/Release/complex.o] Error 1
Has anyone had any success with compiling tripwire - Any help would be appreciated.
Thanks, Liran.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C7DF4400240AFB4095D98C7C6EC2A34A067471>
