This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:02:11 **** Incremental Build of configuration Default for project PenGoPaint **** | |
/Users/toan/androiddev/android-ndk-r10/ndk-build all | |
[armeabi] Compile++ thumb: pengo_ndk <= CurveDrawing.cpp | |
In file included from jni/CurveDrawing.h:2:0, | |
from jni/CurveDrawing.cpp:1: | |
jni/Spline.h:28:2: error: 'size_t' does not name a type | |
size_t getNumPoints() const; | |
^ | |
In file included from jni/Spline.h:37:0, | |
from jni/CurveDrawing.h:2, |
NewerOlder