When I compile tests have this error
no such file or directory ccGL.h on file Camera.ccp line 27
#include “ccGL.h”
When I compile tests have this error
no such file or directory ccGL.h on file Camera.ccp line 27
#include “ccGL.h”
target platform?
sdk version of this platform?
I try to compile for android, with ndk5.
I think changing ccGL.h with CCGL.h or platform/CCGL.h on Camera.cpp
solve this problem.
oops. Sorry, we haven’t test the compilation on a “real” linux. The cygwin & mac osx is case-insensitive
Thanks for your fix. I will commit it to repository today.
Bug #407, fixed at https://github.com/cocos2d/cocos2d-x/commit/68cf738aa0090872cdd85ddff97358e30080f4b2
Thanks to Diego Abad again