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
2009-Sep-11 13:23 UTC
[Wine] WINE with 64-bit Support Build on Snow Leopard
"tpatko" <wineforum-user at winehq.org> 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 julliard at winehq.org
raziel2001au
2009-Sep-12 02:28 UTC
[Wine] Re: WINE with 64-bit Support Build on Snow Leopard
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.