building xorg-server on 10.9 with Xcode 5
Ryan Schmidt
ryandesign at macports.org
Thu Jan 2 21:04:04 PST 2014
On Jan 2, 2014, at 16:26, James Gregurich wrote:
> I was able to get xorg-server to build on 10.9 with Xcode 5 by getting rid of the usage of the following line in xquartz/pbproxy/Makefile:
>
> -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks
>
>
> This line prevents it from building otherwise. clang refuses to find CoreGraphics framework if that line is in there.
It builds fine on my Mavericks system as-is.
$ port -v installed xorg-server
The following ports are currently installed:
xorg-server @1.14.4_0+universal (active) platform='darwin 13' archs='i386 x86_64’
$
Have you installed the Xcode command line tools? If not, do so by running “xcode-select --install”.
More information about the macports-dev
mailing list