Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3D9732DD.A969FF6E@phekda.freeserve.co.uk> Date: Sun, 29 Sep 2002 18:05:33 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: DJGPP workers Subject: Which header is __canonicalize_path supposed to be defined in? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. I just did a 'cvs update -d' and now I get this error message: bash-2.04$ make all gcc ... -c realpath.c cc1.exe: warnings being treated as errors realpath.c: In function `realpath': realpath.c:30: warning: implicit declaration of function `__canonicalize_path' make.exe: *** [realpath.o] Error 1 I had a look for the declaration: bash-2.04$ grep __canonicalize_path `find ../../../../include -name '*.h'` bash-2.04$ grep __canonicalize_path `find ../.. -name '*.h'` Where should it be? I looked through the patches to djgpp-workers and I could not see a diff for any header files. Thanks, bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]