13 Nov
2014
13 Nov
'14
4:46 p.m.
Hello.
This is an response to a very old question. But since I recently discovered the same issue, I want to share the found solution.
The missing file is usually generated by the flex/bison. The error appears if these tools are not available during the build process. Simply installing flex and bison solves the issue.
Kind regards, Johannes
Am 16.04.2014 um 09:59 schrieb Ghada Jaber:
jni/nl-3/android_toolchain/jni/../../lib/./route/pktloc.c:40:27: fatal error: pktloc_syntax.h: No such file or directory compilation terminated. make: *** [obj/local/armeabi-v7a/objs-debug/nl-route-3/./route/pktloc.o] Error 1
i set the build command on : ndk-build and when i put it on ndk-gdb i got another error So i couldn't run the application .