Skip to content

Instantly share code, notes, and snippets.

View toantran-ea's full-sized avatar

Toan Tran toantran-ea

View GitHub Profile
@toantran-ea
toantran-ea / gist:e1de4996e1b8d38eec4a
Created September 2, 2014 17:04
Error on compiling
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,