[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] GCC 4.x Include Problems
Mark Duckworth a écrit :
gcc 4.4.0. That is hunting for limits.h inside the similar
/usr/lib/gcc/m68k-atari-mint/4.4.0/include but that file is actually
located at
/usr//lib/gcc/m68k-atari-mint/4.4.0/install-tools/include/limits.h
I don't know if this is related, but I experienced problems with some
defines when compiling some software. It was with PATH_MAX if I remember
well. This is because there are 2 include files named limits.h, one
provided with GCC and the other by the MiNTLib. They should be chained
with the include_next directive, but the order of processing seems to be
incorrect so some defines are not found.
Sorry for this imprecise information, but as it may be related to your
problem, it may give you some ideas.
--
Vincent Rivière