tech-toolchain archive

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

Re: __RCSID() in tools/libelf (Re: CVS commit: src)



> >> build.sh tools on Cygwin 1.7.1 fails around __RCSID() in libelf sources:
> > :
> >> It looks we should include "nbtool_config.h" before __RCSID()
> >> (or disable it by #if defined(RCSID) etc.) but
> >> I wonder what is the common way to handle this.
> >
> >The attached dumb patch works around the problem.
> >(I still wonder where "__unused" keyword should be handled..)
> 
> Include "nbtool_config.h" instead. This is what all the other tools do.

Well, I hope Jason will handle it ;-)

The problem I met is that we have tools/Makefile.host for host programs
(set COMPATOBJ to include generated defs.mk etc.)
but it doesn't seem applicable for libraries (but I could be wrong).
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index