Bug #13177 2008-02-22 05:12
sayd
Linux - problem running compiled console program
I noticed that by default my console program is not running after I hit ctrl+f10. I just see opening and immedietly closed xterm.
I got command C::B was trying to run and tryed to exec in my opened xterm:
[code]
xterm -T test-cpp -e /bin/sh -c /usr/bin/cb_console_runner /home/sayd/projects/test-cpp/bin/Debug/test-cpp
[/code]
But it closed too.
I fixed command, now it runs as it should be:
[code]
xterm -T test-cpp -e /bin/sh -c "/usr/bin/cb_console_runner /home/sayd/projects/test-cpp/bin/Debug/test-cpp"
[/code]
- Category
- Application::Interface
- Group
- Status
- Open
- Close date
- Assigned to