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

Build but cannot run in Mac

Started by Sire.Wakko, March 25, 2014, 06:23:44 PM

Previous topic - Next topic

Sire.Wakko

Hello forum Peeps!

I just switch to an Apple running OS 10.9.  I have installed XCode 5 and Command Line Tools for OS X Mavericks.  I am using Code::Blocks 13.12 and can build.  If I go to file in the debug folder, the results will open in Terminal with no problems.  If I try to build and run code I get the following...

-bash: /Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/Wakko/Documents/programming/hello/bin/Debug/hello: No such file or directory

Can someone be kind enough to offer some assistance? 

Regards-

oBFusCATed

Switch the app type from console to native and it will run. At the moment C::B has problems starting the terminal app on newer OSX versions. This problem might be fixed in trunk, but there is no one capable building a nightly build that is lurking around, so until new build is release nothing can be done about this problem.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Sire.Wakko