Hi all !
I updated Codeblocks workspace today at revision 3553.
I followed the build instructions :
- CodeBlocks.cbp building
- ContribPlugins.workspace building
The first step fails at src target building; log :
windres.exe -i "C:\Documents and Settings\Jerome\Mes documents\codeblocks\src\src\resources\resources.rc" -J rc -o .objs\2.6\src\resources\resources.res -O coff -IC:\DevSofts\wxWidgets-2.6.3\include -IC:\DevSofts\mingw\include
gcc: C:\Documents: No such file or directory
gcc: and: No such file or directory
gcc: Settings\Jerome\Mes: No such file or directory
gcc: documents\codeblocks\src\src\resources\resources.rc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
windres.exe: no resources
Process terminated with status 1 (0 minutes, 8 seconds)
1 errors, 1 warnings
My worspace path is :
C:\Documents and Settings\Jerome\Mes documents\codeblocksI am working on XP SP2 with gcc 3.4.5 (GNU windres 2.17.50 20060824)
I had no problem before.
Bug or bad configuration ?
Dje