Hi,
I just tried to compile findutils-4.2.25 under AIX 5.1 (gcc 4.0.0) but got
the following error:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/contrib/share/locale\"
-g -O2 -MT parser.o -MD -MP -MF ".deps/parser.Tpo" -c -o parser.o parser.c; \
then mv -f ".deps/parser.Tpo" ".deps/parser.Po";
else rm -f ".deps/parser.Tpo"; exit 1; fi
parser.c:209: error: 'parse_open64' undeclared here (not in a function)
parser.c:209: error: 'pred_open64' undeclared here (not in a function)
gnumake[3]: *** [parser.o] Error 1
Sorry, I am not a C expert. The only thing I found out is that the
regading line 209 in find/parser.c is
PARSE_PUNCTUATION("(", open),
and "someone" translates 'open' into 'parse_open64' instead of the
probably expected 'parse_open' as it is similar done for all the other
entries in that structure.
Greetings
Jens
--
Dr. Jens Schleusener T-Systems Solutions for Research GmbH
Tel: +49 551 709-2493 Bunsenstr.10
Fax: +49 551 709-2169 D-37073 Goettingen
[EMAIL PROTECTED] http://www.t-systems.com/
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils