does 3.4 truncate include paths?
Zack Weinberg
zack@codesourcery.com
Mon Apr 5 02:40:00 GMT 2004
I don't know what your mailer thinks it's doing, but this is what it
looks like when I get it.
"sean darcy" <seandarcy@hotmail.com> writes:
> >From: Zack Weinberg <zack@codesourcery.com>
> >To: "sean darcy" <seandarcy@hotmail.com>
> >CC: drow@false.org, gcc@gcc.gnu.org
> >Subject: Re: does 3.4 truncate include paths?
> >Date: Sun, 04 Apr 2004 18:23:46 -0700
>
> >
> >You misunderstand what Dan was saying. For the sake of brevity, let's
> >suppose that GXX_INCLUDE_PATH is defined as
[...]
> 2. I don't know if you've just used INCLUDE_IN_GXX as an example or
> not, but a grep thorough the oo source tree - after configure - shows
> nothing.
Yes, that was just an example. I don't have the oo source tree to
hand so I don't know what's going on.
> 1. OpenOffice builds just fine with gcc-3.3.
>
> 3. I've grepped the oo source tree for GXX_INCLUDE_PATH. There sure
> doesn't seem to be any macro expansion. Here it is.
Your original error message was
In file included from stlport_prefix.h:28,
from dll_main.cpp:34:
../stlport/ctime:25:44:
/usr/lib/gcc/i386-redhat-1/3.4.0/../../../../include/c++ /3.4.0/ctime:
No such file or directory
This is somewhat confusing wording on gcc's part - the offending
#include is not in stlport_prefix.h, it's in ../stlport/ctime. Was
that file included in your recursive grep? Could you please quote,
say, lines 20-30 of that file?
zw
More information about the Gcc
mailing list