Page 1 of 1

Errors while compiling love for android using NDK

Posted: Fri Apr 15, 2016 4:43 pm
by dav
I've been following the instructions at https://bitbucket.org/MartinFelis/love- ... _-_Windows
but when I ran the ndk-build on the repo, I kept getting undefined reference errors for various lua_ functions. I've tried both r9d and r10 NDK versions but neither seems to work for me.

Re: Errors while compiling love for android using NDK

Posted: Fri Apr 15, 2016 6:01 pm
by bobbyjones
I don't think I have ever had that error. I had various errors when building Android on both windows and Linux but it was usually due to me doing something dumb. Is all the folders and stuff there and not links or submodules?

Re: Errors while compiling love for android using NDK

Posted: Fri Apr 15, 2016 6:27 pm
by s-ol
It seems that a lua.h is missing or something like that

Re: Errors while compiling love for android using NDK

Posted: Fri Apr 15, 2016 7:35 pm
by dav
I do have lua.h in the file directory and I even tried other versions of it, but nothing seems to work