Author Topic: annoying first experience with codeblock  (Read 4598 times)

debi

  • Guest
annoying first experience with codeblock
« 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.

Offline sodev

  • Regular
  • ***
  • Posts: 497
Re: annoying first experience with codeblock
« Reply #1 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?