WINE with 64-bit Support Build on Snow Leopard

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tpatko
Level 2
Level 2
Posts: 32
Joined: Thu Aug 06, 2009 12:29 am

WINE with 64-bit Support Build on Snow Leopard

Post by tpatko »

Hello WINE Users:

I am trying to build WINE on Snow Leopard with 64-bit support enabled (actually for my particular purpose I need to build a version of WINE with both 32-bit and 64-bit libraries supported). I am using the 1.1.29 source version..

I have been following the guide for building on Mac and 64-bit WINE at:

http://wiki.winehq.org/MacOSX/Building

http://wiki.winehq.org/Wine64

I get the following error when I try to make a build (see below).

Has anyone successfully built WINE on SnowLeopard with both 32-bit and 64-bit runtime libraries. For that matter, has anyone gotten a 64-bit enabled build of WINE to take on SL?

Cheers,

Thomas

gcc -m64 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/X11/include -g -O2 -o getpagesize.o getpagesize.c
gcc -m64 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/X11/include -g -O2 -o gettid.o gettid.c
gcc -m64 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/X11/include -g -O2 -o interlocked.o interlocked.c
{standard input}:87:Unknown pseudo-op: .cfi_adjust_cfa_offset
{standard input}:87:Rest of line ignored. 1st junk character valued 56 (8).
{standard input}:88:Unknown pseudo-op: .cfi_rel_offset
{standard input}:88:Rest of line ignored. 1st junk character valued 37 (%).
{standard input}:99:Unknown pseudo-op: .cfi_adjust_cfa_offset
{standard input}:99:Rest of line ignored. 1st junk character valued 45 (-).
{standard input}:100:Unknown pseudo-op: .cfi_same_value
{standard input}:100:Rest of line ignored. 1st junk character valued 37 (%).
make[2]: *** [interlocked.o] Error 1
make[1]: *** [port] Error 2
make: *** [libs] Error 2
Alexandre Julliard

WINE with 64-bit Support Build on Snow Leopard

Post by Alexandre Julliard »

"tpatko" <[email protected]> writes:
I get the following error when I try to make a build (see below).

Has anyone successfully built WINE on SnowLeopard with both 32-bit and
64-bit runtime libraries. For that matter, has anyone gotten a 64-bit
enabled build of WINE to take on SL?
64-bit support is not implemented at all on Mac OS, and won't be trivial
to do. Patches are welcome...

--
Alexandre Julliard
[email protected]
raziel2001au
Level 2
Level 2
Posts: 21
Joined: Wed Sep 02, 2009 11:56 pm

Post by raziel2001au »

What Alexandre said. I updated the installation instructions a while ago and made it a bit easier to follow, including some specific notes for compiling under Snow Leopard, just follow those and stick with 32bit and it should be fine.
Locked