0
votes
0answers
63 views

How to resolve Error in stdio.h when i changed Compiler C/C++/Objective-C:Apple LLVM compiler 3.1 to LLVM GCC 4.2 in Xcode 4.2.3

I am using stdio.h file in my project. when i change Compiler C/C++/Objective-C:Apple LLVM compiler 3.1 to LLVM GCC 4.2 i an getting Conflicting types for 'sprintf' This is on Mac OS 10.7.4 & ...
2
votes
0answers
496 views

XCode LLVM+GCC 4.2 - Generate Debug Symbols

I'm having a library project, I've always had "Strip Debug Symbols" turned ON for release builds I recently noticed the "Generate Debug Symbols" flag. When I set "Generate Debug Symbols" flag to NO ...
0
votes
1answer
456 views

GL_COLOR_BUFFER_BIT and many more show "undeclared identifier by Xcode

I am trying run Apple documentation sample code, placed on this link... Sample Code However when I run this code XCode fails to compile. It shows several error stating that below listed variables ...