Author Topic: Not able to make Codeblock work ! PLEASE HELP  (Read 4681 times)

Offline avalanche9683

  • Single posting newcomer
  • *
  • Posts: 4
Not able to make Codeblock work ! PLEASE HELP
« 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.

Offline avalanche9683

  • Single posting newcomer
  • *
  • Posts: 4
Re: Not able to make Codeblock work ! PLEASE HELP
« Reply #1 on: September 22, 2014, 05:20:25 pm »
OMG 79 views but no reply. No one knows the solution ?

Admin please help !

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Not able to make Codeblock work ! PLEASE HELP
« Reply #2 on: September 22, 2014, 05:52:33 pm »
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...
(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!]

Offline avalanche9683

  • Single posting newcomer
  • *
  • Posts: 4
Re: Not able to make Codeblock work ! PLEASE HELP
« Reply #3 on: September 25, 2014, 05:33:32 pm »
Thank you for your reply. I will check the forum thoroughly.