ndt-users - Re: NDT config on Mac OS
Subject: ndt-users list created
List archive
- From: Glen McAllister <>
- To: Ian Gable <>
- Cc:
- Subject: Re: NDT config on Mac OS
- Date: Mon, 12 Dec 2016 14:46:32 +1000
- Ironport-phdr: 9a23:X/a7/hKKtwpl8Yss1NmcpTZWNBhigK39O0sv0rFitYgXKvj7rarrMEGX3/hxlliBBdydsKMfzbSP+Pq/EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT6zbL9oLRi6sArdutcUjIB/Nqs/1xzFr2dSde9L321oP1WTnxj95se04pFu9jlbtuwi+cBdT6j0Zrw0QrNEAjsoNWA1/9DrugLYTQST/HscU34ZnQRODgPY8Rz1RJbxsi/9tupgxCmXOND9QL4oVTi+6apgVQTlgzkbOTEn7G7Xi9RwjKNFrxKnuxx/2JPfbIWMOPZjYq/RYdYWSGxcVchTSiNBGJuxYIkBD+QBM+hWrJTzqUUSohWxHgSsGPrvxyVUinPqwaE30eIsGhzG0gw6GNIOtWzZotTxNKgMV+C+0a7GwinfYvNS3Tf96ZPIcgw/rvGWQLl9dsXRyU0xGAPDlFmQrJDqMCmR1uQJsmib9PZgWvy1i2M8pAFxuCagydkqiobVgYIVzlTE+j9jwIY6P924T1N7Yca+HJRMsCGaMpF6Tdk/Q2xxvisx17MIuZm+fCcQyZQnwQbSa/Odc4eW/B3jUvqeITB8hHJhYr2/nQq98Uyhyu35TMa0zEhFojBZndnLs3ABzQbc6tWfRvty/0ehxTaP1x3I5e1ePU80kq/bJ4Yuwr4qiJUcr0LDETPxmEXyiK+ZbF8k9vK05OTgZ7XqvIWTN5JyhwrjMaougtSyDfoiPQQSQ2SW/Pmw2bLj8EHlRbhHgeE6nrXFv53fOcsXuqq0DgpQ34o95RuyDjGr28kCk3YdNlJKYheHgpDpO17QJPD4Cu+yg1G2nzdqw/DKJ7PgApDRInTan7btY7hw5k9GxAo8ytBf4J1UCrUfL/7pRkDxs9nYAgc4Mwyy3ennFM1w2p0EVm6THqOUNb7evFCI6+4zJuSBa5MZtCrhJPUg+/HikXs0lFoYcKW305YaaWi0HvF8LEWYZXrsjM0BEWAPvgcmQ+zqjEONUThJa3a3Q60z/DU7CIanDYfYWoCinqaB0Ty0Hp1MeG9JFFaMHmvvd4WAX/cDcjiSIsB7kjwDSLihU5Ut2g2ptA//0bZoNPfU9jUCtZ3/zNh1+/HTlRYq+DxyEsudz3iBT3xvnmwWXT82x7tyoUh8yleYzah4mOJUGcZS5/NPTgc1K4Tcz+pkBNDuRA7NZMmGR0u7QobuPTZkb9s3i/AHaUJwU4GjgRnJ2yeCHqEUnPqADcpn3Ljb2i3eI8t7g1PN/a0ljkI6T9EHYWKii6g58gPaA4rIiFmUjY6lb6kR2iXK8GOK12WUu1xAFgV3VOPMQCZMNQPtsd3l6xaaHPeVArM9P14EkJbaJw==
Hi Ian,
Don't worry about that binary-only copy question. It didn't work (of
course - should have known better).
I'll see if anyone can help with the "native" build before I commit to
using the HomeBrew install.
Regards,
GAM
On Mon, Dec 12, 2016 at 12:13 PM, Glen McAllister
<>
wrote:
> Hi Ian,
>
> Thanks for your reply too. I installed HomeBrew and did get the
> web100clt working on my dev machine, thanks. I gave my initial
> attention and response to Peter as his way caused least modification
> to my system, but as you saw, it didn't work. I would still like to
> know why so I don't necessarily have to install HomeBrew on other
> machines, or, can I just copy the binary to those machines?
>
> Looks like I'm a HomeBrew user now, as well as a web100clt one too!
>
> Thanks again,
>
> GAM
>
> On Sat, Dec 10, 2016 at 2:26 AM, Ian Gable
> <>
> wrote:
>> Hi Peter,
>>
>> If it’s just the clitool that you need it’s available in mac homebrew. I
>> contributed the formula a few years ago.
>>
>> If you have homebrew installed all you need to do is:
>>
>> brew install web100clt
>>
>>
>> Cheers,
>>
>> Ian
>>
>>> On Dec 9, 2016, at 7:13 AM, ☕Peter Boothe
>>> <>
>>> wrote:
>>>
>>> When you check the repo out from git, you should check it out with all of
>>> its submodules with the --recursive flag, which is weirdly not the
>>> default (I2util is a submodule).
>>>
>>> I just now did, in a fresh temp directory:
>>>
>>> git clone --recursive https://github.com/ndt-project/ndt.git
>>> cd ndt
>>> ./bootstrap && ./configure && make
>>>
>>> and I ended up with web100clt binary built in the src/ subdirectory.
>>> This was on Ubuntu, but hopefully it also works on OSX?
>>>
>>> Good luck!
>>>
>>> -Peter
>>>
>>> On Fri, Dec 9, 2016 at 12:37 AM,
>>> <>
>>> wrote:
>>> Hi,
>>>
>>> Forgive the newbie-ish nature of this query, but I'm having a terrible
>>> time
>>> trying to build the command-line client for Mac OS using the instructions
>>> that
>>> came in the file (in the Mac download)
>>>
>>> ndt-master/doc/index.html
>>>
>>> After uncompressing the downloaded file I get a top-level directory of
>>> ~/build/ndt-master.
>>>
>>> Within the top-level directory of the un-zipped file (after cd
>>> ~/build/ndt-master) we're supposed to do a:
>>> ./configure.
>>>
>>> However, on the Mac at least, there is no configure file.
>>>
>>> There is a configure.ac which implies needing to run autoconf first
>>> and running that yields a configure script. (I had to do an autoreconf
>>> --install first to make it work 'tho).
>>>
>>> 4 - Running ./configure produces the following errors:
>>> ...
>>> checking I2util/util.h usability... no
>>> checking I2util/util.h presence... no
>>> checking for I2util/util.h... no
>>> checking I2util/conf.h usability... no
>>> checking I2util/conf.h presence... no
>>> checking for I2util/conf.h... no
>>> configure: error: in `~/build/ndt-master':
>>> configure: error: I2util required to build NDT
>>>
>>> There is an I2util directory in the main ndt-master directory, but it is
>>> empty.
>>>
>>> I tried obtaining the I2util directory from the Git repository and
>>> then putting the directory which contained the files config was
>>> complaining about in the ndt-master directory, but that just produced
>>> the same errors.
>>>
>>> I tried running autoconf in the I2util directory downloaded, but got
>>> an m4 frozen file error.
>>>
>>> Can anyone help me progress with this build please? I tried emailing the
>>> provided address
>>> (),
>>> but got a delivery failure.
>>>
>>>
>>>
>>> --
>>> ᴹ̶LAB | Measure the Internet, save the data, and make it universally
>>> accessible and useful.
>>
>
>
>
> --
>
>
> Glen McAllister
> IT Manager
> GreenCollar Group
> Level 1, 37 George Street
> The Rocks, Sydney NSW 2000
> Mobile +61 (0) 430 381 683
> Office +61 (0) 2 8091 7980
>
> www.greencollarclimate.com.au
> www.greencollar.com.au
>
> ************************************************************
> The information in this e-mail communication together with any
> attachments is intended only for the person or entity to which it is
> addressed and may contain confidential, proprietary and/or privileged
> material. You should only read, disclose, re-transmit, copy,
> distribute, act in reliance on or commercialise the information if you
> are authorised to do so. If you are not the intended recipient of this
> e-mail communication, please reply by e-mail direct to the sender and
> then destroy any electronic or paper copy of this message.
>
> Any views expressed in this e-mail communication are those of the
> individual sender, unless otherwise specifically stated. GreenCollar
> and its member companies including Terra Carbon Pty Ltd do not
> represent, warrant or guarantee that the integrity of this
> communication has been maintained or that the communication is free of
> errors, virus or interference. Furthermore GreenCollar and its member
> companies including Terra Carbon Pty Ltd do not guarantee nor warrant
> that any representation is true or correct unless expressly verified
> as such by the recipient.
>
> ************************************************************
--
Glen McAllister
IT Manager
GreenCollar Group
Level 1, 37 George Street
The Rocks, Sydney NSW 2000
Mobile +61 (0) 430 381 683
Office +61 (0) 2 8091 7980
www.greencollarclimate.com.au
www.greencollar.com.au
************************************************************
The information in this e-mail communication together with any
attachments is intended only for the person or entity to which it is
addressed and may contain confidential, proprietary and/or privileged
material. You should only read, disclose, re-transmit, copy,
distribute, act in reliance on or commercialise the information if you
are authorised to do so. If you are not the intended recipient of this
e-mail communication, please reply by e-mail direct to the sender and
then destroy any electronic or paper copy of this message.
Any views expressed in this e-mail communication are those of the
individual sender, unless otherwise specifically stated. GreenCollar
and its member companies including Terra Carbon Pty Ltd do not
represent, warrant or guarantee that the integrity of this
communication has been maintained or that the communication is free of
errors, virus or interference. Furthermore GreenCollar and its member
companies including Terra Carbon Pty Ltd do not guarantee nor warrant
that any representation is true or correct unless expressly verified
as such by the recipient.
************************************************************
- NDT config on Mac OS, glen.mcallister, 12/09/2016
- Re: NDT config on Mac OS, ☕Peter Boothe, 12/09/2016
- Re: NDT config on Mac OS, Ian Gable, 12/09/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/12/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/12/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/12/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/11/2016
- Re: NDT config on Mac OS, Ian Gable, 12/09/2016
- Re: NDT config on Mac OS, ☕Peter Boothe, 12/09/2016
Archive powered by MHonArc 2.6.19.