[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-06-22 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #17 from Eli Zaretskii --- (In reply to Nick Clifton from comment #16) > (In reply to Eli Zaretskii from comment #15) > > > Nick, should I just revert the erroneous revert in `quot`? > > No. There has been no consensus that

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-06-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #16 from Nick Clifton --- (In reply to Eli Zaretskii from comment #15) > Nick, should I just revert the erroneous revert in `quot`? No. There has been no consensus that the change is correct, so I am going to leave things as

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-06-19 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #15 from Eli Zaretskii --- (In reply to Eli Zaretskii from comment #14) > (In reply to Nick Clifton from comment #13) > > Hi Guys, > > > > How about a compromise ? Instead of changing the behaviour of > > --preprocessor > >

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-05-25 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #14 from Eli Zaretskii --- (In reply to Nick Clifton from comment #13) > Hi Guys, > > How about a compromise ? Instead of changing the behaviour of > --preprocessor > and --preprocessor-arg, I could add two new options

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-05-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Nick Clifton changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-05-15 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Eli Zaretskii changed: What|Removed |Added CC||eliz at gnu dot org --- Comment #12

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2021-05-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=749c700282097cf679ff019a9674d7c762f48619 commit

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=21c33bcbe36377abf01614fb1b9be439a3b6de20 commit

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #8 from katayama.hirofumi.mz at gmail dot com --- Sorry, my envirnment was broken. Now your patch works. OK. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #7 from katayama.hirofumi.mz at gmail dot com --- $ ./windres.exe b.rc -o b_res.o && echo "OK" Also doesn't work. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #6 from katayama.hirofumi.mz at gmail dot com --- It causes abnormal termination. $ ./windres.exe "--preprocessor=/mingw32/bin/c pp.exe" a.rc -o a_res.o && echo "OK" $ -- You are receiving this mail because: You are on the CC

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Nick Clifton changed: What|Removed |Added Attachment #12999|0 |1 is obsolete|

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-26 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #4 from katayama.hirofumi.mz at gmail dot com --- Reproduction steps: $ which cpp /mingw32/bin/cpp $ cp /mingw32/bin/cpp "/mingw32/bin/cpp .exe" $ windres "--preprocessor=/mingw32/bin/cpp .exe" a.rc cpp: error: .exe: No such

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-26 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #3 from katayama.hirofumi.mz at gmail dot com --- Not fixed yet. Compilation error. resrc.c: In function 'filename_need_quotes': resrc.c:368:9: error: duplicate case value 368 | case ' ': | ^~~~

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com Last

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #2 from Nick Clifton --- Created attachment 12999 --> https://sourceware.org/bugzilla/attachment.cgi?id=12999=edit Proposed patch -- You are receiving this mail because: You are on the CC list for the bug.