[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/4356] windres fails on files with spaces
From: |
kai.koehne at qt dot io |
Subject: |
[Bug binutils/4356] windres fails on files with spaces |
Date: |
Thu, 23 Jul 2020 05:41:47 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
Kai Koehne <kai.koehne at qt dot io> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kai.koehne at qt dot io
--- Comment #10 from Kai Koehne <kai.koehne at qt dot io> ---
At least the -I escaping issue is still valid in binutils 2.34:
windres -I"C:/Program Files/OpenSSL-Win64/include"
gcc: error: Files/OpenSSL-Win64/include: No such file or directory
A workaround is to explicitly mask things twice
windres -I\""C:/Program Files/OpenSSL-Win64/include"\"
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/4356] windres fails on files with spaces,
kai.koehne at qt dot io <=