[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua with xcode 4 and c++
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 14 Jun 2011 17:19:22 -0300
> I have tried to simply use the libraries and includes for mac os from
> http://luabinaries.sourceforge.net/download.html, I could my my project
> compile and link but when running, I get from the debugger:
> dyld: Library not loaded: liblua5.1.dylib
I suggest you compile Lua from source and add liblua.a to your project.
Or just add the whole Lua source to your project.
It's probably the simplest way.