[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/591] windres: problem compiling resource containing & in f
From: |
ian at airs dot com |
Subject: |
[Bug binutils/591] windres: problem compiling resource containing & in filename |
Date: |
30 Nov 2004 04:16:29 -0000 |
------- Additional Comments From ian at airs dot com 2004-11-30 04:16 -------
The problem arises when windres invokes the preprocessor. By default windres
just calls popen, and when the arguments include file names with special
characters like '&', the wrong thing happens. The --use-temp-file option may
fix this. Otherwise, you need to patch open_input_stream() in binutils/resrc.c
to do appropriate quoting.
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=591
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.