lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Installing Error #7

Closed didasy closed 11 years ago

didasy commented 11 years ago

While installing lua-websockets, I got this error:

lua_websockets.c:392:3: error: too few arguments to function ‘libwebsocket_create_context’ In file included from lua_websockets.c:13:0: /usr/local/include/libwebsockets.h:647:1: note: declared here Error: Build error: Failed compiling object lua_websockets.o

Using latest libwebsockets

lipp commented 11 years ago

Thanks for pointing that out! The most recent libwebsockets changed parameters for this function. I just commited a minor change which fixes that.

didasy commented 11 years ago

Thank you very much :)