[Bug 13889] New: make fails: Error 1 compiling menu.o in dlls/user32/tests

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 13 14:12:09 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13889

           Summary: make fails:  Error 1 compiling menu.o in
                    dlls/user32/tests
           Product: Wine
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: testcases
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: John at SVTIi.com


gcc 4.0 and 4.3 fail in Linux FC4 on an apparent source syntax error in 
wine v 1.0 rc1 - rc5:

rc5 make messages:
...
gcc -c -I. -I. -I../../../include -I../../../include   -D_REENTRANT -fPIC -Wall
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wtype-limits -Wpointer-arith  -g -O2  -o menu.o menu.c
{standard input}: Assembler messages:
{standard input}:7413: Warning: end of file not at end of a line; newline
inserted
gcc: Internal error: Segmentation fault (program cc1)
...
make[2]: *** [menu.o] Error 1

There is a workaround:  Edit the Makefile in ./dlls/user32/tests
to remove the CTESTS target = menu.c; make then proceeds to completion,
and wine apparently installs and runs normally.   I did not try make test;
I would assume it would run.

There is a bug reporting that '"make test" usually fails' (#9916).  This syntax
problem in menu.c may be the reason for it.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list