Author Topic: CodeBlocks Compilling problems with mac osX  (Read 3664 times)

Roujin

  • Guest
CodeBlocks Compilling problems with mac osX
« on: January 08, 2010, 05:36:37 am »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: CodeBlocks Compilling problems with mac osX
« Reply #1 on: January 08, 2010, 06:23:59 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ