Date: Sun, 24 Aug 2014 13:47:37 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: pfg@FreeBSD.org Cc: office@FreeBSD.org Subject: Re: OpenOffice 4.1 build persistently fails on my FreeBSD-10-stable/AMD64 Message-ID: <201408242047.s7OKlbfk055955@gw.catspoiler.org> In-Reply-To: <10F07273-778A-4B42-B566-73B86BC906B7@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24 Aug, Pedro Giffuni wrote: > Hi Don; > > Il giorno 24/ago/2014, alle ore 13:39, Don Lewis <truckman@FreeBSD.org> ha scritto: >> Using gcc 4.7, we want the last one of these: >> >> %find /usr/local/lib/gcc47/include -name vector -print >> /usr/local/lib/gcc47/include/c++/profile/vector >> /usr/local/lib/gcc47/include/c++/debug/vector >> /usr/local/lib/gcc47/include/c++/vector >> > > This is really ugly: includes under the lib directory are probably against out heir(7) structure. > The explanation is that it is not the base compiler, of course, and having them in > /usr/local/include may cause collisions with the compiler in base. Hmn, on HEAD with clang, I see: %find /usr/include -name vector -print /usr/include/c++/3.3/vector /usr/include/c++/v1/vector /usr/include/c++/v1/tr1/vector The first seems to be a really ancient leftover. It's not in ObsoleteFiles.inc, but usr/include/c++/3.4 is.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408242047.s7OKlbfk055955>