clementfarabet / async

An async framework for Lua/Torch.
116 stars 35 forks source link

Please update to latest lhttp_parser #4

Closed antonh closed 11 years ago

antonh commented 11 years ago

This way both luv and lhttp_parser would have support for OS X in their Makefile.

Thanks

clementfarabet commented 11 years ago

Awesome, thanks for that. I've updated both repos.

One issue on my side though: when I build lhttp_parser or luv on OS X, it tells me it can't find -lluajit-5.1 . Weird because I have it in my path. I'm using OS X Maverick, so it might something with the new compiler.

antonh commented 11 years ago

Tanks for updating the repos!

I have no problem with finding -lluajit-5.1 but I'm still using OS X Lion (10.7.5).

I installed LuaJIT with Homebrew.

$ brew list luajit /usr/local/Cellar/luajit/2.0.1/bin/luajit-2.0.1 /usr/local/Cellar/luajit/2.0.1/bin/luajit /usr/local/Cellar/luajit/2.0.1/include/luajit-2.0/ (6 files) /usr/local/Cellar/luajit/2.0.1/lib/libluajit-5.1.2.0.1.dylib /usr/local/Cellar/luajit/2.0.1/lib/pkgconfig/luajit.pc /usr/local/Cellar/luajit/2.0.1/lib/ (3 other files) /usr/local/Cellar/luajit/2.0.1/share/luajit-2.0.1/ (11 files) /usr/local/Cellar/luajit/2.0.1/share/man/man1/luajit.1

clementfarabet commented 11 years ago

OK, I'll close the issue then, I'm pretty sure it comes from Maverick...