lua-users home
lua-l archive

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


> 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