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

2021-04-04 Thread david.macek.0 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #26 from David Macek --- Sorry for the confusion, I stand corrected. I assumed the presented inconsistency, although in an incorrect usage, would translate into an inconsistency with correct usage. I tried directing windres to som

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

2021-04-04 Thread david.macek.0 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #24 from David Macek --- Here you go. Can you confirm this behavior? $ cat a.rc 1 VERSIONINFO FILEVERSION 1,0,0,0 BEGIN END $ ls a.res ls: a.res: No such file or directory $ windres -o a.res a.rc "--preprocessor=gcc -E -xc"

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

2021-04-02 Thread david.macek.0 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #22 from David Macek --- I guess I'm confused as well. The specific comment I linked said: > We should probably use --preprocessor-arg instead to pass arguments. Until we realized that, there were discussions on how to patch wind

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

2021-03-28 Thread david.macek.0 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 David Macek changed: What|Removed |Added CC||david.macek.0 at gmail dot com