On May 29, 2015, at 11:23 PM, Simon Barber <[email protected]> wrote:
> On May 29, 2015 11:20 PM, "Guy Harris" <[email protected]> wrote: > >> On May 29, 2015, at 9:16 PM, Simon Barber <[email protected]> wrote: >> >>> I'm trying to build wireshark out of the git repository, master branch, on >>> my Mac OS Yosemite machine. >> >> You've installed XQuartz, right? > > Yes. xlogo runs OK. What does ls -ld /usr/X11 print? If it prints ls: /usr/X11: No such file or directory then you probably installed XQuartz on a machine running a pre-Yosemite version of OS X, and then upgraded to Yosemite, and the Yosemite installer proceeded to trash your XQuartz installation. Do sudo ln -s /opt/X11 /usr/X11 to fix the XQuartz installation, and then, in your source directory, do rm -rf macosx-support-libs and re-run the macosx-setup.sh script. If "ls -ld /usr/X11" doesn't print "ls: /usr/X11: No such file or directory", what does ls -l /usr/X11/lib/libcairo.la print? ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
