Author Topic: codeblocks can't print on console  (Read 3152 times)

Offline wintereagle

  • Single posting newcomer
  • *
  • Posts: 2
codeblocks can't print on console
« 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.
   

Offline wintereagle

  • Single posting newcomer
  • *
  • Posts: 2
Re: codeblocks can't print on console
« Reply #1 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.