On config.log I got: typedef int uid_t; configure:33864: checking for uid_t in sys/types.h configure:33887: result: no
And then on config.h: /* Define to `int' if <sys/types.h> doesn't define. */ #define uid_t int Putting an "typedef int uid_t;" on gl/signals.h fix the problem, but this is not nice :D _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
