https://sourceware.org/bugzilla/show_bug.cgi?id=27622
--- Comment #1 from katayama.hirofumi.mz at gmail dot com ---
You can use GetShortPathNameW function for argv[0] to avoid this problem.
GetShortPathNameW function
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: katayama.hirofumi.mz at gmail dot com
Target Milestone: ---
Please see the following GitHub page:
https://github.com/katahiromz/win_popen_bug
Apparently, _popen function of
https://sourceware.org/bugzilla/show_bug.cgi?id=27302
katayama.hirofumi.mz at gmail dot com changed:
What|Removed |Added
Status|WAITING |RESOLVED
https://sourceware.org/bugzilla/show_bug.cgi?id=27302
--- Comment #4 from katayama.hirofumi.mz at gmail dot com ---
Execuse me, that was "--preprocessor=(pathname with space)".
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27302
--- Comment #3 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 13294
--> https://sourceware.org/bugzilla/attachment.cgi?id=13294&action=edit
Screenshot that shows working
It works. However, --preprocessor="(p
https://sourceware.org/bugzilla/show_bug.cgi?id=27302
--- Comment #1 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 13185
--> https://sourceware.org/bugzilla/attachment.cgi?id=13185&action=edit
The helper C program
--
You are receiving this mail because:
You are on
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: katayama.hirofumi.mz at gmail dot com
Target Milestone: ---
Created attachment 13184
--> https://sourceware.org/bugzilla/attachment.cgi?id=13184&action=edit
The patch
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.
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.
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 mai
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:
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 ' ':
|
erity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: katayama.hirofumi.mz at gmail dot com
Target Milestone: ---
I am creating a resource editor RisohEditor that uses the windres program of
binutils: https://githu
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #9 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 12795
--> https://sourceware.org/bugzilla/attachment.cgi?id=12795&action=edit
The patch
--
You are receiving this mail because:
You are on the CC list
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #8 from katayama.hirofumi.mz at gmail dot com ---
This report is correct.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
katayama.hirofumi.mz at gmail dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #6 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 12750
--> https://sourceware.org/bugzilla/attachment.cgi?id=12750&action=edit
The binary difference (PNG)
--
You are receiving this mail because:
You
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #4 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 12748
--> https://sourceware.org/bugzilla/attachment.cgi?id=12748&action=edit
compiled with MSVC rc
--
You are receiving this mail because:
You are on
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #5 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 12749
--> https://sourceware.org/bugzilla/attachment.cgi?id=12749&action=edit
compiled with windres
--
You are receiving this mail because:
You are on
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
katayama.hirofumi.mz at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #2 from katayama.hirofumi.mz at gmail dot com ---
Created attachment 12747
--> https://sourceware.org/bugzilla/attachment.cgi?id=12747&action=edit
test data
--
You are receiving this mail because:
You are on the CC list
https://sourceware.org/bugzilla/show_bug.cgi?id=26340
--- Comment #1 from katayama.hirofumi.mz at gmail dot com ---
This symptom happens when the style has WS_GROUP.
--
You are receiving this mail because:
You are on the CC list for the bug.
: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: katayama.hirofumi.mz at gmail dot com
Target Milestone: ---
https://github.com/katahiromz/RisohEditor/issues/101
As I can see from the compiled result, windres
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: katayama.hirofumi.mz at gmail dot com
Target Milestone: ---
Created attachment 12723
--> https://sourceware.org/bugzilla/attachment.cgi?id=12723&action=edit
The patch by Nick Clifton
24 matches
Mail list logo