http://bugs.winehq.org/show_bug.cgi?id=17496
Summary: windres file not found Product: Wine Version: 1.1.15 Platform: Other URL: http://files.first-world.info/temp/bug-wine-rc.rar OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alpha.super-one@laposte.net
Hello, I have bug: http://files.first-world.info/temp/bug-wine-rc.rar Run: [code]wine windres -i resources-windows.rc -o resources-windows_res.o[/code] That's do: [quote]windres: can't open file `found': No such file or directory[/quote] Please can you correct it? I thinks it's solved in 10min.
http://bugs.winehq.org/show_bug.cgi?id=17496
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-21 14:42:52 --- Wine has it's own resource compiler - wrc. If you have to cross-compile use mingw.
http://bugs.winehq.org/show_bug.cgi?id=17496
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-21 14:43:04 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=17496
alpha_one_x86 alpha.super-one@laposte.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from alpha_one_x86 alpha.super-one@laposte.net 2009-02-22 02:25:40 --- wine wrc wine: could not load L"C:\windows\system32\wrc.exe": Module not found
And windres is extracted of Mingw!!! I use mingw for cross compiling: http://www.tdragon.net/recentgcc/
http://bugs.winehq.org/show_bug.cgi?id=17496
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-22 11:03:02 --- It's a part of the development: wine.bit/tools/wrc/
If you using mingw why are you filing bugs against Wine? They have nothing to do with each other.
http://bugs.winehq.org/show_bug.cgi?id=17496
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-22 11:03:21 --- Closing - bug has nothing to do with Wine.
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #6 from alpha_one_x86 alpha.super-one@laposte.net 2009-02-22 11:58:50 --- Mingw with gcc 3 are dead, all developper use with gcc 4.3 included Qt. The application work perfectly under windows. Then I thinks it's wine who have the bug (similar error found in many windows application command line)
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-25 01:52:35 --- Most likely a problem with your "var.h".
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #8 from alpha_one_x86 alpha.super-one@laposte.net 2009-02-25 07:20:15 --- No, under windows all work. With empty file or other valid file: same bug. With old version of mingw, all work (gcc 3).
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-25 08:08:21 --- (In reply to comment #8)
With old version of mingw, all work (gcc 3).
Then it's clearly a mingw/windres bug, report it there.
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #10 from alpha_one_x86 alpha.super-one@laposte.net 2009-02-25 09:05:33 --- (In reply to comment #9)
(In reply to comment #8)
With old version of mingw, all work (gcc 3).
Then it's clearly a mingw/windres bug, report it there.
No because it's work perfectly on all version of windows. And in source I not see no error.
I have posted to bug list of mingw/windres for improve the compatibility with wine, but agree to developer I think it's wine bug. Again: all work on windows, and I have found many similar bug in similar programs.
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #11 from Jeff Zaroyko jeffz@jeffz.name 2009-02-25 09:39:06 --- I don't see a problem here either, I downloaded your bug-wine-rc.rar and ran wine windres.exe
It produces an error because it cannot find gcc, obviously because there is no gcc provided in your bug-wine-rc.rar.
trace:msvcrt:MSVCRT__popen (command="gcc -E -xc -DRC_INVOKED -", mode="r")
Please provide full steps to reproduce the problem if you still think one exists.
http://bugs.winehq.org/show_bug.cgi?id=17496
--- Comment #12 from alpha_one_x86 alpha.super-one@laposte.net 2009-02-25 10:44:10 --- Sorry, for mingw I have used: http://www.tdragon.net/recentgcc/ Bug on all .rc files, but work under all windows.
I have not found how have this trace, how do you do?