OpenOffice 4.1 build persistently fails on my FreeBSD-10-stable/AMD64

Don Lewis truckman at FreeBSD.org
Sun Aug 24 20:47:46 UTC 2014


On 24 Aug, Pedro Giffuni wrote:
> Hi Don;
> 
> Il giorno 24/ago/2014, alle ore 13:39, Don Lewis <truckman at 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.




More information about the freebsd-office mailing list