https://sourceware.org/bugzilla/show_bug.cgi?id=27684
--- Comment #1 from Alan Modra ---
Created attachment 13349
--> https://sourceware.org/bugzilla/attachment.cgi?id=13349&action=edit
proposed fix
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27676
Alan Modra changed:
What|Removed |Added
CC||bergner at linux dot ibm.com
--
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=27676
--- Comment #1 from Alan Modra ---
Created attachment 13348
--> https://sourceware.org/bugzilla/attachment.cgi?id=13348&action=edit
proposed fix
Please review
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
--- Comment #28 from Eli Zaretskii ---
FTR: I didn't use a junction to reproduce the problem, I actually created a
directory with a space and copied there the MinGW installation. So maybe the
problem is somehow related to resolving links and j
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
--- Comment #27 from Eli Zaretskii ---
First, this is unrelated to the original issue.
Second, I cannot reproduce this with windres 2.36 that I built myself (which is
the stock 2.36 version with the patch for 'quot' discussed in this bug repor
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
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
--- Comment #25 from Eli Zaretskii ---
Thanks, but this is incorrect usage: --preprocessor= doesn't support
command-line arguments. The command-line arguments should be passed via
--preprocessor-arg=.
--
You are receiving this mail because:
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"