News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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.