1.1.5 and 1.1.6 make errors

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dan Sawyer

1.1.5 and 1.1.6 make errors

Post by Dan Sawyer »

Wine 1.1.4 builds, however attempts to make 1.1.5 and 1.1.6 result in:

{standard input}: Assembler messages:
{standard input}:7408: Warning: end of file not at end of a line;
newline inserted
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [menu.o] Error 1
make[2]: Leaving directory
`/home/extended/src/wine/wine-1.1.6/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/extended/src/wine/wine-1.1.6/dlls'
make: *** [dlls] Error 2

Is this a new config dependency?

Thanks - Dan
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: 1.1.5 and 1.1.6 make errors

Post by Usurp »

Dan Sawyer wrote:Wine 1.1.4 builds, however attempts to make 1.1.5 and 1.1.6 result in:

{standard input}: Assembler messages:
{standard input}:7408: Warning: end of file not at end of a line;
newline inserted
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [menu.o] Error 1
make[2]: Leaving directory
`/home/extended/src/wine/wine-1.1.6/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/extended/src/wine/wine-1.1.6/dlls'
make: *** [dlls] Error 2

Is this a new config dependency?

Thanks - Dan
You are probably running Fedora.This is a known Fedora's problem. Run 'ulimit -s unlimited' before compiling Wine.
Locked