Trouble Installing

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gamingman
Level 2
Level 2
Posts: 29
Joined: Wed Feb 24, 2010 11:43 am

Trouble Installing

Post by gamingman »

I am trying to install the latest version of wine on my Snow Leopard MacBook with 4 gb of ram and a 2.26 ghz processor. I have XCode 3.2.2, an X11 built through MacPorts, yet when I try to install, I get this:

Code: Select all

--->  Computing dependencies for wine-devel
--->  Building xorg-libXcursor
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXcursor/work/libXcursor-1.1.10" && /usr/bin/make -j2 all " returned error 2
Command output:       _XcursorImageLoadCursor in cursor.o
  "_XCreatePixmap", referenced from:
      _XcursorImageLoadCursor in cursor.o
      _XcursorImageLoadCursor in cursor.o
      _XcursorImageLoadCursor in cursor.o
  "_XLoadFont", referenced from:
      __XcursorCreateFontCursor in cursor.o
  "_XRenderFreePicture", referenced from:
      _XcursorImageLoadCursor in cursor.o
  "_XCreateGC", referenced from:
      _XcursorImageLoadCursor in cursor.o
      _XcursorImageLoadCursor in cursor.o
  "_XFreePixmap", referenced from:
      _XcursorImageLoadCursor in cursor.o
      _XcursorImageLoadCursor in cursor.o
      _XcursorImageLoadCursor in cursor.o
  "_XFreeGC", referenced from:
      _XcursorImageLoadCursor in cursor.o
      _XcursorImageLoadCursor in cursor.o
  "__XLockMutex_fn", referenced from:
      __XLockMutex_fn$non_lazy_ptr in display.o
     (maybe you meant: __XLockMutex_fn$non_lazy_ptr)
  "_XRenderQueryExtension", referenced from:
      __XcursorGetDisplayInfo in display.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccZCD9iN.out (No such file or directory)
make[2]: *** [libXcursor.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: The following dependencies failed to build: xorg-libXcursor xorg-libXinerama xorg-libXrandr xorg-libXxf86vm xorg-xf86vidmodeproto
Error: Status 1 encountered during processing.
Help?
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

thats a Macports problem... nothing to do with Wine.

It han't even gotten to Wine yet, its trying to build X11 first.

Macports isn't supported here, but.. make sure you are doing a +universal and using sudo for the port install.
Charles Davis

Trouble Installing

Post by Charles Davis »

On 4/15/10 8:17 PM, gamingman wrote:
I am trying to install the latest version of wine on my Snow Leopard MacBook with 4 gb of ram and a 2.26 ghz processor. I have XCode 3.2.2, an X11 built through MacPorts, yet when I try to install, I get this:


Code:
---> Computing dependencies for wine-devel
---> Building xorg-libXcursor
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXcursor/work/libXcursor-1.1.10" && /usr/bin/make -j2 all " returned error 2
Command output: _XcursorImageLoadCursor in cursor.o
"_XCreatePixmap", referenced from:
_XcursorImageLoadCursor in cursor.o
_XcursorImageLoadCursor in cursor.o
_XcursorImageLoadCursor in cursor.o
"_XLoadFont", referenced from:
__XcursorCreateFontCursor in cursor.o
"_XRenderFreePicture", referenced from:
_XcursorImageLoadCursor in cursor.o
"_XCreateGC", referenced from:
_XcursorImageLoadCursor in cursor.o
_XcursorImageLoadCursor in cursor.o
"_XFreePixmap", referenced from:
_XcursorImageLoadCursor in cursor.o
_XcursorImageLoadCursor in cursor.o
_XcursorImageLoadCursor in cursor.o
"_XFreeGC", referenced from:
_XcursorImageLoadCursor in cursor.o
_XcursorImageLoadCursor in cursor.o
"__XLockMutex_fn", referenced from:
__XLockMutex_fn$non_lazy_ptr in display.o
(maybe you meant: __XLockMutex_fn$non_lazy_ptr)
"_XRenderQueryExtension", referenced from:
__XcursorGetDisplayInfo in display.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccZCD9iN.out (No such file or directory)
make[2]: *** [libXcursor.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: The following dependencies failed to build: xorg-libXcursor xorg-libXinerama xorg-libXrandr xorg-libXxf86vm xorg-xf86vidmodeproto
Error: Status 1 encountered during processing.
That's a MacPorts issue. You'll have to ask the MacPorts people about
this (that's http://www.macports.org ).

Chip
Locked