News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

CodeBlocks Compilling problems with mac osX

Started by Roujin, January 08, 2010, 05:36:37 AM

Previous topic - Next topic

Roujin

I downloaded codeblocks onto my mac (the zip with the second patch) and tried to run a simple hello world class
and was informed that my compiler did not exist could someone please help me get around this problem
Thank you
Roujin

MortenMacFly

Code::Blocks is an IDE that supports many compiler but does *not* ship with any. You'll need to install the compiler of your choice on the MAC and setup the paths to the compiler in the compiler options.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]