bug-findutils
[Top][All Lists]
Advanced

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

findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)


From: Jens Schleusener
Subject: findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)
Date: Sun, 4 Sep 2005 12:00:35 +0200 (DFT)

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
address@hidden  http://www.t-systems.com/




reply via email to

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