Code::Blocks Forums

User forums => Help => Topic started by: wintereagle on July 27, 2010, 09:57:08 am

Title: codeblocks can't print on console
Post by: wintereagle on July 27, 2010, 09:57:08 am
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.
   
Title: Re: codeblocks can't print on console
Post by: wintereagle on July 28, 2010, 08:29:39 am
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.