News:

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

Main Menu

Problem running builds

Started by yaisiel, May 29, 2008, 06:32:56 PM

Previous topic - Next topic

yaisiel

Hi,
I recently did an application using codeblocks IDE (linux version) that uses the console. After building the executable, I double click on it  to run it outside the IDE and the console doesn't appears.

Thanks

P.D. I'm using ubuntu (Hardy) distro. Hope that this info helps to help me :)

Jenna

If you have a console-program, like the "Hello world"-program created by C::B's wizard, you have to run it from a console to see anything happen.

C::B starts "xterm" as default and runs it from there.
Or to be more exactly it uses "cb_console_runner" as helper-application, to keep the terminal-window opened until you hit the return-key.
What program or shell is used, is defined in "Settings -> Environment... -> General settings".

yaisiel

Thank you!
I ran the build on the console and works fine.

Yaisiel