#32399: LibVNCServer 0.9.8.2 build fails ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: ----------------------------------+----------------------------------------- Mac OS X 10.6.8, MacPorts Trunk[[BR]] While upgrading LibVNCServer version 0.9.8.1 to 0.9.8.2, build errors finding X11. {{{ $ sudo port -v build LibVNCServer configure: ... checking for X... libraries /usr/X11/lib, headers checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XGetImage in -lX11... yes ... build: errors ... ld: library not found for -lX11 ... }}} {{{ $ sudo port -v build LibVNCServer configure.args='-- x-includes=/usr/X11/include/X11 --x-libraries=/usr/X11/lib/X11' configure: ... checking for X... libraries /usr/X11/lib/X11, headers /usr/X11/include/X11 checking whether -R must be followed by a space... no checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for XGetImage in -lX11... no ... build: completes }}} -- Ticket URL: <https://trac.macports.org/ticket/32399> MacPorts <http://www.macports.org/> Ports system for Mac OS