Page 1 of 1

Love 0.10.x Android + Linux

Posted: Fri May 13, 2016 3:39 pm
by TurtleP
Hi all,

I'm trying to build love with NDK but it keeps erroring out. I've updated the NDK to the latest and even still it won't work. I originally had to rename files but I think that's not there anymore since I updated. Anyhow, this is what I keep getting:

Code: Select all

[armeabi] Compile++      : love <= love.cpp
make: /home/jpost/Android/Ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++: Command not found
Not sure what I can do. I have some games I've ported to Android that I'd really like to update/release that are already on the Play Store.

Any help is appreciated!

Re: Love 0.10.x Android + Linux

Posted: Sun May 15, 2016 9:51 pm
by qubodup
Same here https://bitbucket.org/MartinFelis/love- ... d-ndk-r11c

I was thinking of going to an earlier version of ndk to try to fix it.

Renaming the folder works to fix that issue but then there's 177 errors of the following kind:

Code: Select all

error: ./obj/local/armeabi/libfreetype.a(ftbase.o): multiple definition of 'FT_Load_Glyph'

Re: Love 0.10.x Android + Linux

Posted: Mon May 16, 2016 4:45 am
by qubodup
PS: https://bitbucket.org/MartinFelis/love- ... id_-_Linux suggest to use http://dl.google.com/android/ndk/androi ... 64.tar.bz2

Does 9c work for you? Do you get the multiple definition error as well?

Re: Love 0.10.x Android + Linux

Posted: Tue May 17, 2016 6:51 am
by TurtleP
I used the NDK from the wiki, but it didn't work. That's why I tried to use the latest.

Re: Love 0.10.x Android + Linux

Posted: Tue May 17, 2016 7:24 am
by qubodup
TurtleP wrote:I used the NDK from the wiki, but it didn't work. That's why I tried to use the latest.
yeah, but which error exactly are you getting with the wiki version and which error with the new version?

I'm assuming you're using the latest git version (just like me) straight from the repository.

Re: Love 0.10.x Android + Linux

Posted: Fri May 20, 2016 5:43 am
by Snake174rus
jdk-8u73
apache-ant-1.9.7
android-ndk-r9d
android-sdk_r24.4.1

Work fine for me.

Re: Love 0.10.x Android + Linux

Posted: Fri May 20, 2016 11:03 am
by qubodup
Snake174rus wrote:jdk-8u73
apache-ant-1.9.7
android-ndk-r9d
android-sdk_r24.4.1

Work fine for me.
on linux? 64bit?

I wonder what messed up on my side.

I was able to compile on Windows.

Re: Love 0.10.x Android + Linux

Posted: Fri May 20, 2016 11:50 am
by Snake174rus
On Windows x64 and Linux x64