Trying to get codeblocks working on Mac, running Lion. Can't get the compiler set up properly

Posted by tjtoml on Stack Overflow See other posts from Stack Overflow or by tjtoml
Published on 2012-04-09T05:26:57Z Indexed on 2012/04/09 5:29 UTC
Read the original article Hit count: 171

Filed under:
|
|
|

First off, sorry if this is a stupid question. I installed code::blocks to try and get to know the program and start working on teaching myself c++. I have a MacBook Pro with OS 10.7.3. I ave code::blocks 10.05. When I try to build a "Hello world" nothing happens. Based on some googling I've figured out that it's because code::blocks doesn't know where to find the debugger/compiler. Further googling yielded me this page which tells me to install Xcode and to fix some things in the code::blocks settings. However, this wiki obviously has not been updated since Apple went to the App store, because the file paths it gives for the compiler do not exist (there is no /Developer/* even after installing Xcode). Xcode 4.3.2 was already installed when I installed code::blocks and code::blocks "auto-detected" several compilers. They did not work. If anyone knows where Xcode hides its compilers now that Apple has moved to the app store, I would be much obliged.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about g++