Page 1 of 1

'stdlib.h' file not found

Posted: Sun Sep 30, 2012 5:32 am
by Vander
Hi ! I've downloaded chipmunk from this web-site. And try to compile in Xcode. Then i got an error : 'stdlib.h' file not found ! I tried to find a folder called "include", plz tell me someone where is that folder located ????? And where i can get std lib.h ?????

Re: 'stdlib.h' file not found

Posted: Sun Sep 30, 2012 10:11 pm
by slembcke
stdlib.h is the header for the C standard library. If the compiler can't find that, then something is very very wrong with your installation.

Can you post more of the build log?

Re: 'stdlib.h' file not found

Posted: Mon Oct 01, 2012 3:05 am
by Vander
"Lexical or Preprocessor Issue 'stdlib.h' file not found ". I understand clearly it is a C standard library. But how can i solve this problem ? I've downloaded the Xcode from official Apple-developer site. Thanks )))))