Code::Blocks Forums

User forums => Help => Topic started by: debi on September 17, 2021, 11:49:22 am

Title: annoying first experience with codeblock
Post by: debi on September 17, 2021, 11:49:22 am
hi guys,

i m so frustrating im using mac and codeblocks, i tried the simpliest exercice by opening a "hello world" thru my terminal but here is what i receive in return when i run the program.... if someone can help me it would be great.

Last login: Fri Sep 17 11:43:58 on ttys002
/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/guitoo/Documents/Codeblocks/tagueule/bin/Debug/tagueule
guitoo@MacBook Pro ~ % /Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/guitoo/Documents/Codeblocks/tagueule/bin/Debug/tagueule
Hello world!

Process returned 0 (0x0)   execution time : 0.284 s
Press ENTER to continue.
Title: Re: annoying first experience with codeblock
Post by: sodev on September 17, 2021, 06:33:52 pm
I don't see any problem here? Your program runs successfully, what else do you expect :o?