Mail Archives: djgpp-workers/1999/04/28/02:59:11
On Tue, 27 Apr 1999, Andris Pavenis wrote:
> In file included from ../kpathsea/config.h:65,
> from tex-file.c:19:
> ../kpathsea/lib.h:117: conflicting types for `basename'
> c:/djgpp/include/unistd.h:127: previous declaration of `basename'
Did you run the configure script (through the djgpp/config.bat batch
file)? Building with a new library requires that, as the file
djgpp/README says.
Running the configure script should define HAVE_BASENAME in
kpathsea/c-auto.h if you build with v2.03, and that should avoid the
problem, because the prototype in kpathsea/lib.h is conditioned on
HAVE_BASENAME.
- Raw text -