http://bugs.winehq.org/show_bug.cgi?id=18928
Summary: Error at compilation Product: Wine Version: 1.1.23 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alpha.super-one@laposte.net
I'm under gentoo, when I activate the use flag win64 it crash on: ../../tools/makedep -C. -S../.. -T../.. gui.c main.c send.c util.c winetest.rc tests.rc: No such file or directory tests.rc was first included from winetest.rc:86 make[2]: [Makefile] Error 1 (ignored) Thanks to solve it. See attache bt for more information.
http://bugs.winehq.org/show_bug.cgi?id=18928
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-06-13 12:30:32 --- Please attach (as a text file) complete terminal output from the start of compilation.
http://bugs.winehq.org/show_bug.cgi?id=18928
--- Comment #2 from alpha_one_x86 alpha.super-one@laposte.net 2009-06-13 12:50:36 --- It's because I have gcc 4.4 installed but not activated.
http://bugs.winehq.org/show_bug.cgi?id=18928
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-06-13 13:02:25 --- There's no error here, everything works as expected. Feel free to reopen if there's an actual failure, and post the full details.
http://bugs.winehq.org/show_bug.cgi?id=18928
--- Comment #4 from alpha_one_x86 alpha.super-one@laposte.net 2009-06-13 14:19:14 --- See: http://privatepaste.com/80F8doJOai
http://bugs.winehq.org/show_bug.cgi?id=18928
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-06-13 16:22:34 --- (In reply to comment #4) Please do not link to outside pastebins, attach file here. If it's too big, gzip it.
./configure ... --enable-win64
You realize you compiling something that's in alpha stage?
../../include/winnt.h:671: warning: 'ms_abi' attribute directive ignored
Your compiler doesn't support required call conversion (ms_abi). You can't compile Wine-64 without that support.
http://bugs.winehq.org/show_bug.cgi?id=18928
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2009-06-13 16:55:40 --- (In reply to comment #5)
../../include/winnt.h:671: warning: 'ms_abi' attribute directive ignored
Your compiler doesn't support required call conversion (ms_abi). You can't compile Wine-64 without that support.
We could have a nicer failure mode though, I'll add a configure check.
http://bugs.winehq.org/show_bug.cgi?id=18928
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-14 02:49:58 --- Closing invalid.