Author Topic: OS X - Compiling from the command line - Help?  (Read 6293 times)

sduensin

  • Guest
OS X - Compiling from the command line - Help?
« on: October 22, 2013, 12:53:06 am »
I've built a project with multiple targets for different OSs and so far, so good.  Except when trying to build on the Mac via the command line.  I get a dialog stating:

Code
Error

Deactivating the compiler plugin is most unwise

If you intend to open a project, you have to re-activate the compiler plugin first.

It then goes on to tell me it can't load any of the projects in my workspace.  I am assuming it's due to the way OS X bundles things into an "app" folder and CB is unable to locate the plugins.  I've tried launching the CodeBlocks binary from numerous places with no luck.

Help!