Re: [Bug binutils/4356] New: windres fails on files with spaces

2007-04-20 Thread Nick Clifton
Hi HS, This does not seem to be fixed in latest CVS because the error is most obviously in binutils/resrc.c (and similar) in function read_rc_file() and look_for_default(): sprintf (cmd, "%s %s %s", preprocessor, preprocargs, filename); The filename argument MUST be surrounded by "", thus thi

[Bug binutils/4356] New: windres fails on files with spaces

2007-04-13 Thread sattler at mixed-mode dot de
Hi, Windres is very limited on common windows systems because it cannot handle pathes with spaces. Hint: the default homedir contains spaces This does not seem to be fixed in latest CVS because the error is most obviously in binutils/resrc.c (and similar) in function read_rc_file() and look_fo