[tex-live] Current source.development does not compile on Mac OS X

Gerben Wierda Sherlock@rna.nl
Mon, 18 Nov 2002 16:19:35 +0100


On Monday, Nov 18, 2002, at 13:43 Europe/Amsterdam, Fabrice Popineau 
wrote:

>
> Should be fixed. Sync your source tree. Sorry for the inconvenience.

Nope. doesn't. It fails a bit later:

> making all in utils/mminstance
> make  all-recursive
> Making all in edlib
> make[5]: Nothing to be done for `all'.
> Making all in t1lib
> g++2 -DHAVE_CONFIG_H -I. -I. -I.. -I../edlib    -g -O2 -c t1item.cc
> g++2 -DHAVE_CONFIG_H -I. -I. -I.. -I../edlib    -g -O2 -c t1font.cc
> g++2 -DHAVE_CONFIG_H -I. -I. -I.. -I../edlib    -g -O2 -c t1mm.cc
> g++2 -DHAVE_CONFIG_H -I. -I. -I.. -I../edlib    -g -O2 -c t1rw.cc
> g++2 -DHAVE_CONFIG_H -I. -I. -I.. -I../edlib    -g -O2 -c t1unparser.cc
> g++2 -DHAVE_CONFIG_H -I. -I. -I.. -I../edlib    -g -O2 -c psres.cc
> psres.cc: In method `void 
> PsresDatabase::add_psres_directory(PermString)':
> psres.cc:270: `DIR' undeclared (first use this function)
> psres.cc:270: (Each undeclared identifier is reported only once
> psres.cc:270: for each function it appears in.)
> psres.cc:270: `dir' undeclared (first use this function)
> psres.cc:270: implicit declaration of function `int opendir(...)'
> psres.cc:273: definition of class `direct' in condition
> psres.cc:273: implicit declaration of function `int readdir(...)'
> psres.cc:274: invalid use of undefined type `struct direct'
> psres.cc:273: forward declaration of `struct direct'
> psres.cc:275: invalid use of undefined type `struct direct'
> psres.cc:273: forward declaration of `struct direct'
> psres.cc:276: invalid use of undefined type `struct direct'
> psres.cc:273: forward declaration of `struct direct'
> psres.cc:277: invalid use of undefined type `struct direct'
> psres.cc:273: forward declaration of `struct direct'
> psres.cc:278: invalid use of undefined type `struct direct'
> psres.cc:273: forward declaration of `struct direct'
> psres.cc:283: implicit declaration of function `int closedir(...)'
> make[5]: *** [psres.o] Error 1

Looks like a configuration problem.

G