pspp-dev
[Top][All Lists]
Advanced

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

Re: uid_t problem


From: Michel Boaventura
Subject: Re: uid_t problem
Date: Thu, 19 Mar 2009 03:35:17 -0300

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




reply via email to

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