Author Topic: [Resolved] cb_console_runner error  (Read 3954 times)

buchs

  • Guest
[Resolved] cb_console_runner error
« on: November 11, 2007, 11:45:50 am »
Hello every build !

This morning I've tried to make a new QT4 project. All works fine but when I try to launch the application.

I've got this error :
Quote
Checking for existence: /home/arnaud/Developpez/Projets/ModifFAQ/bin/Debug/ModifFAQ
Executing: gnome-terminal -t ModifFAQ -e /opt/CodeBlocks/bin/cb_console_runner /home/arnaud/Developpez/Projets/ModifFAQ/bin/Debug/ModifFAQ  (in /home/arnaud/Developpez/Projets/ModifFAQ/.)
Process terminated with status 1 (0 minutes, 0 seconds)

But the file /home/arnaud/Developpez/Projets/ModifFAQ/bin/Debug/ModifFAQ exists. I don't know how to resolve this.

Thank you ;)

[edit] I've forgotten, when I try to launch it from the console directly, I got this message :
Quote
$ gnome-terminal -t ModifFAQ -e /opt/CodeBlocks/bin/cb_console_runner /home/arnaud/Developpez/Projets/ModifFAQ/bin/Debug/ModifFAQ
Argument non valide : « /home/arnaud/Developpez/Projets/ModifFAQ/bin/Debug/ModifFAQ »
« Last Edit: November 11, 2007, 11:51:25 am by buchs »

buchs

  • Guest
Re: cb_console_runner error
« Reply #1 on: November 11, 2007, 11:51:00 am »
I found the mistake   :)

If you want use gnome-terminal instead of xterm, you can't use -e option but -x   :x

Thanks to me  :P

See you later ;)

Offline sipickles

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: [Resolved] cb_console_runner error
« Reply #2 on: November 17, 2007, 08:03:20 pm »
To others,

you also need to change -T to -t, so:

gnome-terminal -t $TITLE -x

hth