bug-gnu-utils
[Top][All Lists]
Advanced

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

findutils 4.1 error


From: Nico Schottelius
Subject: findutils 4.1 error
Date: Sun, 28 Oct 2001 11:06:32 +0100

Hello!

I tried to compile findutils 4.1, but it didn't work.
Can you tell me what's wrong ?
I attached the output of the make.

Could you please CC me, I am not subscribed to the mailing list
anymore.

--
{Greetings,Gruss},
Nico Schottelius

I am some kind of busy -
Do not expect an answer within 24 hours.
Instead use the telephon: +49 (0) 173 - 750 7022.




for subdir in lib find xargs locate doc testsuite; do \
  echo making all in $subdir ; \
  (cd $subdir; make all); \
done
making all in lib
make[1]: Entering directory 
`/home/user/nico/new_server/problems/findutils-4.1/lib'
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O nextelem.c
nextelem.c:35: parse error before "__extension__"
nextelem.c:35: `__len' undeclared here (not in a function)
nextelem.c:35: initializer element is not constant
nextelem.c:35: parse error before "if"
nextelem.c:35: conflicting types for `__retval'
nextelem.c:35: previous declaration of `__retval'
nextelem.c:35: warning: data definition has no type or storage class
nextelem.c:35: parse error before '}' token
make[1]: *** [nextelem.o] Error 1
make[1]: Leaving directory 
`/home/user/nico/new_server/problems/findutils-4.1/lib'
making all in find
make[1]: Entering directory 
`/home/user/nico/new_server/problems/findutils-4.1/find'
gcc -c -DHAVE_CONFIG_H -I.. -I../lib  -g -O fstype.c
fstype.c:33: parse error before "__extension__"
fstype.c:33: `__len' undeclared here (not in a function)
fstype.c:33: initializer element is not constant
fstype.c:33: parse error before "if"
fstype.c:33: conflicting types for `__retval'
fstype.c:33: previous declaration of `__retval'
fstype.c:33: warning: data definition has no type or storage class
fstype.c:33: parse error before '}' token
make[1]: *** [fstype.o] Error 1
make[1]: Leaving directory 
`/home/user/nico/new_server/problems/findutils-4.1/find'
making all in xargs
make[1]: Entering directory 
`/home/user/nico/new_server/problems/findutils-4.1/xargs'
gcc -c -DHAVE_CONFIG_H -I.. -I../lib  -g -O xargs.c
xargs.c:64: parse error before "__extension__"
xargs.c:64: `__len' undeclared here (not in a function)
xargs.c:64: initializer element is not constant
xargs.c:64: parse error before "if"
xargs.c:64: conflicting types for `__retval'
xargs.c:64: previous declaration of `__retval'
xargs.c:64: warning: data definition has no type or storage class
xargs.c:64: parse error before '}' token
xargs.c: In function `main':
xargs.c:255: warning: return type of `main' is not `int'
make[1]: *** [xargs.o] Error 1
make[1]: Leaving directory 
`/home/user/nico/new_server/problems/findutils-4.1/xargs'
making all in locate
make[1]: Entering directory 
`/home/user/nico/new_server/problems/findutils-4.1/locate'
gcc -c -DHAVE_CONFIG_H -I.. -I../lib -DLOCATE_DB=\"/usr/util/var/locatedb\"  -g 
-O ../find/version.c
make[1]: *** No rule to make target `../lib/libfind.a', needed by `locate'.  
Stop.
make[1]: Leaving directory 
`/home/user/nico/new_server/problems/findutils-4.1/locate'
making all in doc
make[1]: Entering directory 
`/home/user/nico/new_server/problems/findutils-4.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/home/user/nico/new_server/problems/findutils-4.1/doc'
making all in testsuite
make[1]: Entering directory 
`/home/user/nico/new_server/problems/findutils-4.1/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/home/user/nico/new_server/problems/findutils-4.1/testsuite'


reply via email to

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