Re: Problem when compiling Xprt of X11R7.1
Re: Problem when compiling Xprt of X11R7.1
- Subject: Re: Problem when compiling Xprt of X11R7.1
- From: "Peter O'Gorman" <email@hidden>
- Date: Sun, 22 Oct 2006 17:25:27 +0900
On Oct 22, 2006, at 4:16 PM, Ben Byer wrote:
Some of the other darwin-dev members (I will let the guilty parties
step forward, if they so choose!) have come up with some patches
that make the Xserver *almost* work -- it compiles, even runs!, but
there is still a lot left to do. I don't know which patch fixes
the above problem, but I put the patches up here: http://
homepage.mac.com/ben.byer/.Public/xorg-darwin-patches.tar.bz2
Thanks for putting up a link to your patches Ben!
The one that fixes the library ordering is in configure.ac:
- XPRINT_LIBS="$XPRINT_LIBS $DIX_LIB $XKB_LIB $XKB_STUB_LIB
$XPRINT_EXTENSIONS $MI_LIB $MIEXT_DAMAGE_LIB $CWRAP_LIB $OS_LIB"
+ XPRINT_LIBS="$DIX_LIB $XKB_LIB $XKB_STUB_LIB
$XPRINT_EXTENSIONS $MI_LIB $MIEXT_DAMAGE_LIB $CWRAP_LIB $OS_LIB
$XPRINT_LIBS"
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden