Just a note pointing out the cmake build won't get fixed unless you tell us
what failed.  The OSX buildbots are building OK with it.

On 5 June 2015 at 05:03, Simon Barber <simon.bar...@meraki.net> wrote:

> Thanks - deleting my entire macos-support-libs and restarting did the
> trick. I had tried to use the setup script a couple of months ago when it
> was broken, and there was probably something left behind from that.
>
> cmake didn't work but configure gets me a working wireshark-gtk.
>
> Simon
>
> On Mon, Jun 1, 2015 at 7:39 PM, Guy Harris <g...@alum.mit.edu> wrote:
>
>>
>> On May 29, 2015, at 11:23 PM, Simon Barber <simon.bar...@meraki.net>
>> wrote:
>>
>> > On May 29, 2015 11:20 PM, "Guy Harris" <g...@alum.mit.edu> wrote:
>> >
>> >> On May 29, 2015, at 9:16 PM, Simon Barber <simon.bar...@meraki.net>
>> 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 <wireshark-dev@wireshark.org>
>> Archives:    https://www.wireshark.org/lists/wireshark-dev
>> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>>              mailto:wireshark-dev-requ...@wireshark.org
>> ?subject=unsubscribe
>>
>
>
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
> Archives:    https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>              mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe
>



-- 
Graham Bloice
Software Developer
Trihedral UK Limited
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to