Code::Blocks Forums

User forums => Help => Topic started by: SamT on February 02, 2007, 08:12:08 am

Title: Can't include files
Post by: SamT on February 02, 2007, 08:12:08 am
Hi all,

I use C::B with svn build rev 3558 (2007-01-31 17:22:02) gcc 3.4.5 Windows/unicode. During compilation, I got some error message as below:

windres.exe -i D:\source\sockets\server.rc -J rc -o gcc_mswudll\server\server.res -O coff -IC:\wxWidgets-2.8.0\include -IC:\wxWidgets-2.8.0\samples -I"C:\Program Files\CodeBlocks\include"
gcc: Files\CodeBlocks\include: No such file or directory

Does anybody encounter the same issue?


Title: Re: Can't include files
Post by: dje on February 02, 2007, 10:35:48 am
Hi !

this looks like my yesterday topic : http://forums.codeblocks.org/index.php?topic=5063.0 (http://forums.codeblocks.org/index.php?topic=5063.0)

Synthesis :
no spaces neither in project nor in install path because of windres

Dje
Title: Re: Can't include files
Post by: SamT on February 02, 2007, 11:45:03 am

Looks like the issue is coming from windres... :?