Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: avalanche9683 on September 19, 2014, 05:43:13 pm
-
Hello Guys,
Below is my configuration.
Laptop : Macbook Pro Version 10.9.4
Codeblocks :Release 13.12 rev 0 (unknown date) gcc 4.2.1 Mac OS X/unicode - 32 bit
Xcode :Version 5.1.1 (5B1008)
Command Tools :command_line_tools_os_x_10.9_for_xcode__august_2014
Below is the error when I run the default code for Hello World :
-------------- Build: Debug in Demo (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -c /Users/qadmin/Downloads/demo/Demo/main.cpp -o obj/Debug/main.o
g++ -o bin/Debug/Demo obj/Debug/main.o
Output file is bin/Debug/Demo with size 16.71 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))
-------------- Run: Debug in Demo (compiler: GNU GCC Compiler)---------------
Checking for existence: /Users/qadmin/Downloads/demo/Demo/bin/Debug/Demo
Executing: osascript -e 'tell app "Terminal"' -e 'activate' -e 'do script "/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/qadmin/Downloads/demo/Demo/bin/Debug/Demo "' -e 'end tell' (in /Users/qadmin/Downloads/demo/Demo/.)
Can you guys please help ? I am new to Macbook and Codeblocks, thank you in advance.
-
OMG 79 views but no reply. No one knows the solution ?
Admin please help !
-
Search the forum it has been reported many time, but because of the lack an active developer which uses macosx there is no info if the code in the svn head has a fix for it...
-
Thank you for your reply. I will check the forum thoroughly.