Advertisement
pellekrogholt

Untitled

Apr 29th, 2013
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. bash-3.2$ ~/dev/ndk/ndk-build
  2. /Users/pelle/dev/ndk/build/core/add-application.mk:128: Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml
  3. Compile++ thumb : cartoonifier <= jni_part.cpp
  4. Compile++ thumb : cartoonifier <= cartoon.cpp
  5. Compile++ thumb : cartoonifier <= ImageUtils_0.7.cpp
  6. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'IplImage* convertImageToGreyscale(const IplImage*)':
  7. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:811:42: error: 'CV_BGR2GRAY' was not declared in this scope
  8. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:811:54: error: 'cvCvtColor' was not declared in this scope
  9. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'IplImage* resizeImage(const IplImage*, int, int, bool)':
  10. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1609:39: error: 'CV_INTER_LINEAR' was not declared in this scope
  11. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1609:54: error: 'cvResize' was not declared in this scope
  12. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1615:39: error: 'CV_INTER_AREA' was not declared in this scope
  13. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1615:52: error: 'cvResize' was not declared in this scope
  14. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'IplImage* rotateImage(const IplImage*, float, float)':
  15. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1651:49: error: 'cvGetQuadrangleSubPix' was not declared in this scope
  16. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'IplImage* smoothImageBilateral(const IplImage*, float)':
  17. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1685:33: error: 'CV_BILATERAL' was not declared in this scope
  18. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1685:76: error: 'cvSmooth' was not declared in this scope
  19. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'IplImage* combineImagesResized(int, ...)':
  20. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1800:44: error: 'CV_GRAY2BGR' was not declared in this scope
  21. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1800:56: error: 'cvCvtColor' was not declared in this scope
  22. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1808:42: error: 'CV_INTER_CUBIC' was not declared in this scope
  23. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1808:56: error: 'cvResize' was not declared in this scope
  24. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'IplImage* combineImages(int, ...)':
  25. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1914:40: error: 'CV_GRAY2BGR' was not declared in this scope
  26. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:1914:52: error: 'cvCvtColor' was not declared in this scope
  27. make: *** [obj/local/armeabi-v7a/objs/cartoonifier/__/__/Cartoonifier_Desktop/ImageUtils_0.7.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement