Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Wronschien on January 30, 2007, 11:13:02 am
-
hello
i'm quite new to code blocks and I have a little problem : any time i try to run or debug, well this doesn't work
(but the exe file is here and can be run with the prompt)
btw, i'm under wxp ; mingw and gdb are installed (building of the projects works)
here is a sample of the log:
Execution of 'H:\Mes documents\Carine\Franck\Code Blocks/cb_console_runner.exe "H:\Mes documents\Carine\Franck\Essais prog\hello\hello.exe" ' in 'H:\Mes documents\Carine\Franck\Essais prog\hello' failed.
Nothing to be done.
could anyone help please ?
PS : i searched the forum for this, many topics seemed quite close but i couldn't find how to help here ; sorry if i've been blind !
-
If I remember correctly I got that response under WinXp because the path to debugger, compiler etc. was not correct.
-
could it be because the path of code blocks directory contains spaces?
this is strange, because mingw has the same base directory and yet building works
i'll try this, thanks anyway
-
you had the correct idea !
i moved code blocks in a directory without spaces and everything works
(mingw remains in its fully spaced path as it works as it is 8))
thanks again