bug-texinfo
[Top][All Lists]
Advanced

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

Re: cygwin build problem: sys/bitypes.h: No such file or directory


From: Brian Dessent
Subject: Re: cygwin build problem: sys/bitypes.h: No such file or directory
Date: Mon, 30 Oct 2006 08:32:48 -0800

Brian Dessent wrote:

> I'm running into the following trying to build current texinfo CVS HEAD
> on Cygwin:

I also tried doing a vpath build, which worked around the stdint thing
in the previous message (it seems the system header cygwin/types.h was
picking up the gnulib stdint.h instead of /usr/include/stdint.h) but I
ran into this next:

make[2]: Entering directory `/build/texinfo/lib'
if gcc -DHAVE_CONFIG_H -I. -I/usr/src/texinfo/lib -I.. 
-I/usr/src/texinfo -I/usr/src/texinfo/gnulib/lib -I../gnulib/lib
-DLOCALEDIR=\"/usr/local/share/locale\"   -g -O2 -MT substring.o -MD -MP
-MF ".deps/substring.Tpo" -c -o substring.o
/usr/src/texinfo/lib/substring.c; \
        then mv -f ".deps/substring.Tpo" ".deps/substring.Po"; else rm
-f ".deps/substring.Tpo"; exit 1; fi
In file included from /usr/src/texinfo/system.h:79,
                 from /usr/src/texinfo/lib/substring.c:20:
/usr/src/texinfo/gnulib/lib/strcase.h:34: error: conflicting types for
'rpl_strcasecmp'
/usr/include/string.h:63: error: previous declaration of
'rpl_strcasecmp' was here
/usr/src/texinfo/gnulib/lib/strcase.h:34: error: conflicting types for
'rpl_strcasecmp'
/usr/include/string.h:63: error: previous declaration of
'rpl_strcasecmp' was here
/usr/src/texinfo/gnulib/lib/strcase.h:40: error: conflicting types for
'strncasecmp'
/usr/include/string.h:71: error: previous declaration of 'strncasecmp'
was here
/usr/src/texinfo/gnulib/lib/strcase.h:40: error: conflicting types for
'strncasecmp'
/usr/include/string.h:71: error: previous declaration of 'strncasecmp'
was here
make[2]: *** [substring.o] Error 1
make[2]: Leaving directory `/build/texinfo/lib'

Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]