News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can't include files

Started by SamT, February 02, 2007, 08:12:08 AM

Previous topic - Next topic

SamT

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?



dje

Hi !

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

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

Dje

SamT


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