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

annoying first experience with codeblock

Started by debi, September 17, 2021, 11:49:22 AM

Previous topic - Next topic

debi

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.

sodev

I don't see any problem here? Your program runs successfully, what else do you expect :o?