Bug #8185 2006-07-24 12:42

agent007se

Ressource compiler directories

(Jul 23 2006 rev not tried on others)

In Settings->Global compiler settings->Directories (I let gcc selected)->Ressource compiler

This does NOT work (and it's the default) :

D:\Program Files\CodeBlocks\include

This work :

D:\Progra~1\CodeBlocks\include

Thus is a "space handeling" bug (I believe).

When I let the defaults to reproduce :

-Add a ressources.rc file

-Fill it with at least one value (1 ICON "myico.ico")

-GCC warning:

Compiling: images\ressources.rc

gcc: Files\CodeBlocks\include: No such file or directory

(that's my first bug report so I hope not being out of topic...)

Category
Compiler
Group
 
Status
Closed
Close date
2006-09-08 11:29
Assigned to
 
mandrav 2006-09-08 11:29

This is a known limitation of mingw's windres.exe (spaces in paths). Nothing we can do about it.