Last couple of days...
gcc -O1 -g -DDEBUG -funsigned-char -Wall -DDUMP -DRMT -DBASED -DDOSOCKS
-DINVCONVFIX -DSIZEEST -DPIPEINVFIX -DEXTATTR -DDMEXTATTR -I/usr/include/xfs
-I/usr/include/attr '-DVERSION="1.1.3"' -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1 -I/usr/include/xfs
-I/usr/include/attr -c -o cldmgr.o cldmgr.c
cldmgr.c:65: STREAM_MAX' undeclared here (not in a function)
cldmgr.c:65: size of array cld' has non-integer type
cldmgr.c: In function cldmgr_create':
cldmgr.c:109: STREAM_MAX' undeclared (first use in this function)
cldmgr.c:109: (Each undeclared identifier is reported only once
cldmgr.c:109: for each function it appears in.)
make[1]: *** [cldmgr.o] Error 1
make: *** [default] Error 2
error: Bad exit status from /home/alane/rpm/tmp/rpm-tmp.16124 (%build)
xfs-adventure> take STREAM_MAX
I see no STREAM_MAX here.
xfs-adventure> explain
[alane@wwweasel idutils]$ (cd usr; aid STREAM_MAX);(cd kernel; aid STREAM_MAX)
_POSIX_STREAM_MAX /usr/include/bits/posix1_lim.h
_SC_STREAM_MAX /usr/include/bits/confname.h
[alane@wwweasel idutils]$
--
Alan Eldridge
from std_disclaimer import *
|