I really want to use lua for scripting in my game engine. So I downloaded a framework from here: http://blog.trickyfly.com/?p=20 . I compiled the Xcode project to make the framework, included the framework in my project, compiled, and it worked except for this one warning I got:
Because of this, when I try to use the library functions I get an error saying
I have a feeling that the compiling settings for the framework xcode project don't match what is required by my system. If any one can help me with this, that would be awesome.
On the other hand, if anyone else uses Lua can anyone share their expeiriences setting it up? (I can't use "make" to save my life)
I'm using a Macbook Pro running OS X 5.6
Code:
"warning in /Users/Home/Library/Frameworks/Lua.framework/Lua, file is not of required architecture."
Code:
"symbol(s) not found"
I have a feeling that the compiling settings for the framework xcode project don't match what is required by my system. If any one can help me with this, that would be awesome.
On the other hand, if anyone else uses Lua can anyone share their expeiriences setting it up? (I can't use "make" to save my life)
I'm using a Macbook Pro running OS X 5.6