Ning Huang How to modify android.mk when my program included "procees.h”
Posts 3
Added by Ning Huang over 1 year ago

I modified the android.mk like this:

LOCAL_C_INCLUDE :=¥(LOCAL_PATH)/../../cocos2dx \
...
¥(LOCAL_PATH)/../../../Program Files/Microsoft Visual 10.0/VC/include \

And my"process.h is in the dierect "D/Program Files/Microsoft Visual 10.0/VC/include"
my project is in the "D/cocos2dxproject/test/android/..

When i execute build_native.sh with cygwin,
it turn out : process.h no such file or directory
is there someone helps me?
thinks

Minggo Zhang RE: How to modify android.mk when my program included "procees.h”
Posts 1641
Added by Minggo Zhang over 1 year ago

I think the problem is that there is blank space in file path, such as "Program Files" and "Microsoft Visual 10.0".

Ning Huang RE: How to modify android.mk when my program included "procees.h”
Posts 3
Added by Ning Huang over 1 year ago

thinks for your answer! I turn to use the lib within cocos2d-x.


(1-2/2)