Search found 3 matches

by KyleS
Tue Apr 16, 2013 7:28 pm
Forum: Project Announcements
Topic: Android Port
Replies: 383
Views: 172265

Re: Android Port

From which directory are you running ndk-build? Also which revision are you using? Like Nadro said, revision 4486 should work better.
The file is actually located in <ndk-root>/platforms/<desired platform>/something/something/includes/GLES.
by KyleS
Tue Apr 09, 2013 10:37 pm
Forum: Project Announcements
Topic: Android Port
Replies: 383
Views: 172265

Re: Android Port

@Nadro
Can you point me to the right direction of the official Android port? I found the ogles branch here: https://irrlicht.svn.sourceforge.net/sv ... es/ogl-es/ , but the examples do not have Android make files.

Thanks!
by KyleS
Mon Apr 08, 2013 6:52 pm
Forum: Project Announcements
Topic: Android Port
Replies: 383
Views: 172265

Re: Android Port

I'm having the same problem as JLouisB when using reizencroft's code: error: missing filename after '-o' I am using NDK r8e if that matters. The Android.mk file under source/Irrlicht seems strange to me. It seems to use a $@.linkargs FILE to evaluate arguments? $(eval linkargs := $(call host-path,$@...