1.0 rc3 compile error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vh-bil
Newbie
Newbie
Posts: 3
Joined: Sat Mar 15, 2008 11:52 pm

1.0 rc3 compile error

Post by vh-bil »

I have never had a problem compiling wine before and now am getting errors when compiling the 1.0 rc3 version

I am using the ./tools/wineinstall script and get the following error:

Code: Select all

.
.
.
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}:7412: Warning: end of file not at end of a line; newline inserted
{standard input}:7745: Error: unknown pseudo-op: `.l'
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/Bill/Installed Source/Wine/wine-1.0-rc3/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/Bill/Installed Source/Wine/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2

Compilation failed, aborting install.
Any help would be much appreciated.
vh-bil
Newbie
Newbie
Posts: 3
Joined: Sat Mar 15, 2008 11:52 pm

Post by vh-bil »

FIX: (For anyone having this issue as well)

Code: Select all

ulimit -s unlimited
Locked