xfs
[Top] [All Lists]

in xfsdump CVS:STREAM_MAX??

To: SGI XFS Dev List <linux-xfs@xxxxxxxxxxx>
Subject: in xfsdump CVS:STREAM_MAX??
From: Alan Eldridge <alane@xxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 14:03:35 -0400
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
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 *


<Prev in Thread] Current Thread [Next in Thread>
  • in xfsdump CVS:STREAM_MAX??, Alan Eldridge <=