ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Problem with building fresh on Mac 10.10.1

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 20 Dec 2014 09:55:35 -0800
On Dec 20, 2014, at 2:53 AM, Roland Knall <rknall@xxxxxxxxx> wrote:

> The setupscript  does not seem to work properly. All I get are the following messages:
> 
> ./macosx-setup.sh: line 578: test: 10.1: integer expression expected
> 
> ./macosx-setup.sh: line 578: test: 10.1: integer expression expected

Try the current version - it should now handle version numbers of the form 10.{2 or more digits}.x as well as 10.{1 digit}.x.

> If I change the script, so that it uses fix a version 10.10 and not 10.10.1 I can start some build, but not all the way through. Any ideas?

Without knowing what's failing, I can't say anything more.