Date: Sun, 9 Feb 2003 14:01:06 -0500 From: Craig Rodrigues <rodrigc@attbi.com> To: Lamont Granquist <lamont@scriptkiddie.org> Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/stlport compile broken in -current Message-ID: <20030209190106.GA30974@attbi.com> In-Reply-To: <20030209105303.F4561-100000@coredump.scriptkiddie.org> References: <20030209105303.F4561-100000@coredump.scriptkiddie.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 09, 2003 at 10:54:27AM -0800, Lamont Granquist wrote: > > looks like nobody has fixed stlport since the last time gcc was > upgraded... I don't get these error messages on -current. > g++ -D_THREAD_SAFE -D_REENTRANT -fexceptions -I../stlport -Wall -W > -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O > -pipe -march=athlon-mp -fPIC dll_main.cpp -c -o > ../lib/obj/GCC-FREEBSD/ReleaseD/dll_main.o > In file included from ../stlport/stl/_alloc.h:60, > from ../stlport/memory:28, > from dll_main.cpp:38: > ../stlport/new:36:49: ../g++/new: No such file or directory ^^^^^^^^^^^ This file should exist in /usr/include/g++/new. How did you install -current? Did you read all the entries in /usr/src/UPDATING, especially the entry dated 20020831? -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030209190106.GA30974>