[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: JFYI Lua 5.2 OSx 10.4
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 28 Apr 2014 12:44:32 -0300
> On 18/04/14 16:05, Liam Devine wrote:
> > It would seem that "make macosx" on 10.4 does not work with Lua 5.2 due
> > to off_t, instead the makefile needs changing or using "make ansi"
> >
>
> People have reported that off_t is not in stdio.h yet unistd.h [1] and
> this effects other OS's. However it would seem the correct POSIX header
> is sys/types.h [2]
(Sorry for the delay.) How can stdio.h not define 'off_t' but define
'fseeko', which uses 'off_t' in its prototype?
-- Roberto