Comment 1 for bug 925180

Revision history for this message
Martin Gieseking (martin-gieseking) wrote :

Logged In: YES
user_id=138565
Originator: NO

I currently can't reproduce this problem. Do you use an old version of kpathsea?
The following part of kpathsea.h should prevent these kind of compilation errors:

#if defined (__STDC__) && __STDC__
#ifdef __GNU_LIBRARY__
/* Many other libraries have conflicting prototypes for getopt, with
   differences in the consts, in stdlib.h. To avoid compilation
   errors, only prototype getopt for the GNU C library. */

Maybe you can also provide some more information about your system.