Author Topic: cant start compiled project  (Read 4820 times)

Offline witcher

  • Single posting newcomer
  • *
  • Posts: 8
cant start compiled project
« on: June 12, 2007, 08:01:49 pm »
when I beeld some code  in C::B and I am trying to start program I have such error : Can`t  execvp -c:: No such file or directory.
What does it mean.
What I need to do.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: cant start compiled project
« Reply #1 on: June 12, 2007, 08:44:44 pm »
Please state your OS and the OS version number/name?

Please state the version/svn number of Code::Blocks?

I assume Linux, so I can't help you, I only know windows.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline witcher

  • Single posting newcomer
  • *
  • Posts: 8
Re: cant start compiled project
« Reply #2 on: June 13, 2007, 08:07:50 am »
My OS version is freeBSD 6.2

svn number =4086

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: cant start compiled project
« Reply #3 on: June 13, 2007, 08:37:12 am »
Make sure you have xterm installed.
If you don't have it or prefer to use a different terminal, go to "Settings->Environment->General settings" and adjust the command line in "Terminal to launch console programs".
Be patient!
This bug will be fixed soon...

Offline witcher

  • Single posting newcomer
  • *
  • Posts: 8
Re: cant start compiled project
« Reply #4 on: June 13, 2007, 12:38:11 pm »
I have xterm installed this message is writen  at xterminal window.

Offline witcher

  • Single posting newcomer
  • *
  • Posts: 8
Re: cant start compiled project
« Reply #5 on: June 13, 2007, 09:52:14 pm »
it seems to me that FreeBSD 6.2 does not support execvp function.
Where can be another executable function placed?