[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Filename changes in LuaSocket?
- From: Diego Nehab <diego@...>
- Date: Tue, 28 Dec 2004 00:14:03 -0500 (EST)
Hi,
> S'pose so. Except that I wanted a static build, so I ended up with
> all the library .c files (LuaThread + LuaSocket + LuaFileSystem)
> in /src/lib and all the .h files in /include of my build tree.
>
> So 'gcc -I ../../include ...' turned up your io.h in my /include,
> via both < > and " ".
That's because LuaFileSystem should use < > to include the system
<io.h>, isn't it?
Regards,
Diego.