Code::Blocks Forums

User forums => Help => Topic started by: witcher on June 12, 2007, 08:01:49 pm

Title: cant start compiled project
Post by: witcher 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.
Title: Re: cant start compiled project
Post by: stahta01 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
Title: Re: cant start compiled project
Post by: witcher on June 13, 2007, 08:07:50 am
My OS version is freeBSD 6.2

svn number =4086
Title: Re: cant start compiled project
Post by: mandrav 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".
Title: Re: cant start compiled project
Post by: witcher on June 13, 2007, 12:38:11 pm
I have xterm installed this message is writen  at xterminal window.
Title: Re: cant start compiled project
Post by: witcher 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?