Re: LuaSocket and Unix Domain Sockets...
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaSocket and Unix Domain Sockets...
- From: Matthew Percival <matthew@...>
- Date: 2006年3月07日 15:46:35 +1100
G'Day,
> Are you sure you compiled the LuaSocket with the right includes? Looks
> like you are using 5.02 includes.
I did not realise you needed to recompile it for different versions of
lua: I had simply used the same libraries with both 5.0 and 5.1 --- I
guess I should have thought of that possibility myself. Thanks for
pointing it out: a simple recompile and it works fine now.
-- Matthew