Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.sbin/config



> Today's world cross-build has failed for me at the tools/config compilation
> stage with the error 'gram.h: No such file or directory'. To my uneducated
> guess, this is due to the latest revision of usr.sbin/config/Makefile which
> has changed CPPFLAGS to not include '-I.'. Is this a typo in a Makefile or is
> it just my fault?

There's something strange going on here; it compiled for the i386
target, but failed for the sgimips target.  One difference
between those is that one is gcc-3 and the other is gcc-2.

For now I just added the -I. directive.

Regards,

- Håvard



Home | Main Index | Thread Index | Old Index