Michel Boaventura <[email protected]> writes:

> 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

Does this error only occur when compiling a few source files?
Perhaps there is a .c file or two that lacks "#include
<config.h>" at the top.
-- 
Ben Pfaff 
http://benpfaff.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to