So I'm getting this a problem with ndk-build command as of this morning...uff is
Basically looks like the pre-compile stuff isn't working correctly.
Sample:
Compile++ arm : ImageTargets <= /home/robertross/Development/vuforia-sdk-android-1-5-9/samples/ImageTargets/jni/ImageTargets.cpp /home/robertross/Development/vuforia-sdk-android-1-5-9/samples/ImageTargets/jni/ImageTargets.cpp:29:23: error: QCAR/QCAR.h: No such file or directory /home/robertross/Development/vuforia-sdk-android-1-5-9/samples/ImageTargets/jni/ImageTargets.cpp:30:31: error: QCAR/CameraDevice.h: No such file or directory ETC.
Link to full error here
I know someone's going to say that my directory tree is wrong but I've also tested this in the vuforia samples and I'm still pretty much getting the same error.
Android ndk samples build fine.
I updated from r7 to r7b, still nothing.
The Android.mk file looks ok too (I have never made a change there):
LOCAL_SRC_FILES = ../../../build/lib/$(TARGET_ARCH_ABI)/libQCAR.so
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../../../build/include
Any suggestions anyone?
Ah, don't you hate that! At least you finally had the flash of insight :) Glad it's working now.
- Kim