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

[MiNT] qed: PATH_MAX not defined



Hi,

Sorry to disturb again.
I wanted to test my mintlib, cflib compilation efforts and tried to compile qed from CVS. But I failed because of a missing PATH_MAX declaration:
dd.c: In function `handle_dd':
dd.c:223: error: `PATH_MAX' undeclared (first use in this function)

Is it possible that this declaration has been removed? (I read about "removed PATH_MAX" in some files.)
Or is this just the indication that my compilation&installation failed?

The only definition of this macro I found was in "bits/local_lim.h" which gets included by "bits/posix1_lim.h" which gets included by "limits.h". Further this file is conditionnally included when "__USE_POSIX" is defined. Which is declared if "_POSIX_SOURCE" is defined.

So I need to adjust the Makefile. But where? I tried to set _GNU_SOURCE in CONFIGVAR but without success...


Philipp