fatal error : sys/syslimits.h No Such file or Directory

1.5k Views Asked by At

I am finding error in compiling my android project containing a sample scoreloop integration in cocos2dx.

enter image description here

Thanks

2

There are 2 best solutions below

0
On

I faced a similar situation. I figured out it was due to too long directory path. Try to put IDE somewhere else having shorter path.

0
On

I had your very same problem. syslimit.h is shipped within the NDK. Reinstall the NDK and it will work. It worked for me.