Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

wine-1.4 fails to build in make install #14535

Closed
rbrown opened this issue Aug 29, 2012 · 2 comments
Closed

wine-1.4 fails to build in make install #14535

rbrown opened this issue Aug 29, 2012 · 2 comments

Comments

@rbrown
Copy link

rbrown commented Aug 29, 2012

output gist https://gist.github.com/3518355

cc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -arch i386 -m32 -D__i386__ -o interlocked.o interlocked.c
Warning! -arch i386 -m32 removed from LDFLAGS by superenv
Warning! -arch i386 -m32 removed from CFLAGS by superenv
{standard input}:28:suffix or operands invalid for push' {standard input}:29:suffix or operands invalid forpush'
{standard input}:36:suffix or operands invalid for pop' {standard input}:37:suffix or operands invalid forpop'
make[1]: *** [interlocked.o] Error 1
make: *** [libs/port] Error 2

I tried the dev version (1.5.6), that didn't build either

@adamv
Copy link
Contributor

adamv commented Aug 29, 2012

@mxcl Wine is 32-bit only, how to deal with this now?

@mxcl
Copy link
Contributor

mxcl commented Aug 29, 2012

So, for now I'll add it to the std-env exception set (this code is in build.rb).

We'll keep adding stuff there until it's stabilised then I'll figure out what is best. Probably a way to get superenv to ignore certain flags, or maybe just a few exception types, like 32 bit.

@mxcl mxcl closed this as completed in e729885 Aug 29, 2012
Sharpie pushed a commit to Sharpie/homebrew that referenced this issue Sep 11, 2012
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this issue Dec 17, 2012
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants