Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android build error #5684

Closed
Wayward1 opened this issue Apr 30, 2017 · 0 comments
Closed

Android build error #5684

Wayward1 opened this issue Apr 30, 2017 · 0 comments
Assignees
Labels
Android Bug Issues that were confirmed to be a bug

Comments

@Wayward1
Copy link
Contributor

Wayward1 commented Apr 30, 2017

Related to b662a45

jni/../jni/src/touchscreengui.cpp:925:71: error: 'getTimeMs' was not declared in this scope
  u32 delta = porting::getDeltaMs(m_key_events[0].down_time, getTimeMs());
                                                                       ^
jni/../jni/src/touchscreengui.cpp:925:71: note: suggested alternative:
In file included from jni/../jni/src/touchscreengui.cpp:27:0:
jni/../jni/src/porting.h:236:12: note:   'porting::getTimeMs'
 inline u64 getTimeMs()
            ^
jni/../jni/src/touchscreengui.cpp: In member function 'void TouchScreenGUI::step(float)':
jni/../jni/src/touchscreengui.cpp:1009:61: error: 'getTimeMs' was not declared in this scope
   u32 delta = porting::getDeltaMs(m_move_downtime,getTimeMs());
                                                             ^
jni/../jni/src/touchscreengui.cpp:1009:61: note: suggested alternative:
In file included from jni/../jni/src/touchscreengui.cpp:27:0:
jni/../jni/src/porting.h:236:12: note:   'porting::getTimeMs'
 inline u64 getTimeMs()
            ^
/home/home/android-ndk-r11c/build/core/build-binary.mk:462: recipe for target 'obj/local/armeabi-v7a/objs/minetest/jni/src/touchscreengui.o' failed
make[2]: *** [obj/local/armeabi-v7a/objs/minetest/jni/src/touchscreengui.o] Error 1
@sfan5 sfan5 added Android Bug Issues that were confirmed to be a bug labels Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Bug Issues that were confirmed to be a bug
Projects
None yet
Development

No branches or pull requests

3 participants