Hi all
The doxygen-1.5.5 fails to compile on OS X 10.4.11.
qfiledefs_p.h:258: error: field 'st' has incomplete type
{standard input}:unknown:FATAL:can't create output file: ../objects/qfile.o
make[1]: *** [../objects/qfile.o] Error 1
make: *** [all] Error 2
Source was taken from doxygen-1.5.5.src.tar.gz.
Cause seems to be failure to include <sys/stat.h> in qtools/qfiledefs_p.h
Attached patch allows MAC_OS_X_VERSION_10_4 to include <sys/stat.h> as it
is done for MAC_OS_X_VERSION_10_5.
I don't know if that is correct fix, because there is some definition of
_OS_UNIX_ in the same block.
Jan
|