pspp-dev
[Top][All Lists]
Advanced

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

Re: uid_t problem


From: Ben Pfaff
Subject: Re: uid_t problem
Date: Thu, 19 Mar 2009 08:07:24 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Michel Boaventura <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]