pspp-dev
[Top][All Lists]
Advanced

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

Re: stdint.h


From: Jason Stover
Subject: Re: stdint.h
Date: Tue, 4 Apr 2006 20:43:12 -0400
User-agent: Mutt/1.5.10i

On Wed, Apr 05, 2006 at 07:09:55AM +0800, John Darrington wrote:
> On Tue, Apr 04, 2006 at 01:58:40PM -0400, Jason Stover wrote:
>      
>      On OBSD:
>      
>      src/output/afm.c:28:20: stdint.h: No such file or directory
>      
>      My system is stdint.h-less.
>      
>      -Jason
> 
> You probably need to do "cvs update" in your gnulib directory, and
> then do "make -f Smake" again.

I cvs update'd gnulib and make clean'd, and got the same error. No stdint.h.
I found and grep'd this on the BSD machine:

/usr/include/i386/types.h:typedef       long long                 int64_t;

I assume I have all this stuff from stdint.h defined, but not in
stdint.h. (Also, int64_t is defined as a long long int in stdint.h).

-Jason




reply via email to

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