News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

codeblocks can't print on console

Started by wintereagle, July 27, 2010, 09:57:08 AM

Previous topic - Next topic

wintereagle

Hello everyone,
   I am a newer for codeblocks.And I have a question for codeblocks.
   I create a console project with custom Makefile.And useing "printf" fuction to print some logs,but there is nothing display on console.I want to know why?

  I worked on ubuntu 8.04 and codeblocks 10.05。


Thanks.
   

wintereagle

Problem solved!
I am changing "Settings -> Environment -> Terminal to launch console programs:" to "xfce4-terminal -T $TITLE -x".It is ok.

I think it may be my xterm setting have some problem.

Thanks.