Unable to compile 1.1.8 from source

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
daremix
Newbie
Newbie
Posts: 3
Joined: Wed Nov 12, 2008 12:38 pm

Unable to compile 1.1.8 from source

Post by daremix »

I downloaded the source from sourceforge and run the ./configure command. I can get all the way to the make command and then I get the following error.
{standard input}: Assembler messages:
{standard input}:7374: Warning: end of file not at end of a line; newline inserted
{standard input}:8481: Error: unbalanced parenthesis in operand 2.
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/me/Download/wine-1.1.8/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/me/Download/wine-1.1.8/dlls'
make: *** [dlls] Error 2
Hoping that anyone can shed some light on this error and how to resolve it. I get the error when i run the ./tools/wineinstaller as well.

I'm on a Fedora 9 fresh install with all the packages required for wine to be installed.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Run ulimit -s unlimited before compiling.
daremix
Newbie
Newbie
Posts: 3
Joined: Wed Nov 12, 2008 12:38 pm

Post by daremix »

dimesio wrote:Run ulimit -s unlimited before compiling.
unfortunately that gives me the same error.
daremix
Newbie
Newbie
Posts: 3
Joined: Wed Nov 12, 2008 12:38 pm

Post by daremix »

sorry. that did the trick.
Locked