time.h missing scope ?

Marco Atzeri marco.atzeri@gmail.com
Sun Jul 5 12:10:00 GMT 2015


u_int is defined in
  /usr/include/sys/types.h
and
  /usr/include/sys/time.h
includes it, but it is coveread by a

  # ifndef        _POSIX_SOURCE




make[1]: Entering directory 
'/cygdrive/e/cyg_pub/devel/xdelta/xdelta-3.0.9-1.i686/build'
gcc -DHAVE_CONFIG_H -I. 
-I/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9    -Wall 
-Wshadow -fno-builtin -Wextra -Wsign-compare -Wextra 
-Wno-unused-parameter -Wno-unused-function  -D_GNU_SOURCE 
-DREGRESSION_TEST=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -DXD3_POSIX=1 
-DXD3_MAIN=1  -DXD3_DEBUG=0 -ggdb -O2 -pipe 
-Wimplicit-function-declaration 
-fdebug-prefix-map=/pub/devel/xdelta/xdelta-3.0.9-1.i686/build=/usr/src/debug/xdelta-3.0.9-1 
-fdebug-prefix-map=/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9=/usr/src/debug/xdelta-3.0.9-1 
-MT xdelta3-xdelta3.o -MD -MP -MF .deps/xdelta3-xdelta3.Tpo -c -o 
xdelta3-xdelta3.o `test -f 'xdelta3.c' || echo 
'/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/'`xdelta3.c
In file included from 
/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/xdelta3.h:43:0,
                  from 
/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/xdelta3.c:267:
/usr/include/sys/time.h:105:34: error: unknown type name ‘u_int’
  bintime_mul(struct bintime *_bt, u_int _x)
                                   ^
Makefile:657: recipe for target 'xdelta3-xdelta3.o' failed
make[1]: *** [xdelta3-xdelta3.o] Error 1
make[1]: Leaving directory 
'/cygdrive/e/cyg_pub/devel/xdelta/xdelta-3.0.9-1.i686/build'
Makefile:486: recipe for target 'all' failed
make: *** [all] Error 2

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list