ndt-users - Re: NDT config on Mac OS
Subject: ndt-users list created
List archive
- From: Glen McAllister <>
- To: ☕Peter Boothe <>
- Cc:
- Subject: Re: NDT config on Mac OS
- Date: Mon, 12 Dec 2016 09:24:27 +1000
- Ironport-phdr: 9a23:Fz/13RTCvxwnwb2/MJzZ5ZdyFNpsv+yvbD5Q0YIujvd0So/mwa67ZBCPt8tkgFKBZ4jH8fUM07OQ6PG7HzJZqs7d+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe71/IRG4oAnLt8QanIRuJro+xxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKiU0+3/LhMNukK1boQqhpx1hzI7SfIGVL+d1cqfEcd8HWWZNQsNdWipcCY2+coQPFfIMMuRWr4f9qVUArgawCxewC+3g0TJImmb20Lcm3+g9DQ3L3gotFM8OvnTOq9X1Mb8fX+GxzKbWyzXIcvRY1ivh5YjMdhAhoOqMXa5ufsrL1EIiEAzFjlGOpozjJT+V0/gCvHKf7+pkVOKvkHInpB9rojW0yccskJfGiZwTyl/Y8iV5xII1KseiSE50e96kF4ZQtzmAO4RqRcMiRntktzwnyrAfv5OwYSYEyJMixxHFavyHdZCF4h35VOmPPzh4gm5qeLW7hxa260eg0PHzVs210FZPtCVFjsfDumoR2BzU78iLUOFy/lq51TaA1gDT9uFEIV0vmqbBN5EhxbswmoIcsUTZACD5hkP2g7ORdkUg/uin8f7nbq/6qZ+bMo94kBvxMrkol8eiAuo4KhADU3aB9uigyLHu+FD1TbpKg/Eql6TUv4zWKdgHqaO8HwBZzpsv5hO6Aju4ztgVmX8KJ09fdh2dlYjmIVTOLej4Dfihh1Ssly9mx/XcMb3gBpXBN3bCkLX9cbpk5E9Q1hQ/wNRF65JbDbEBJ/3zWkvvu9DCEhA5NAm0z/7mCNV7yIweRXqCDrGDP6/OrVOF4/8jLuaMaYMJvTvwJOQp6+LygnI8hVARYbSl0J4SZXymAPhrJ12VYX/2jdcAFWcKsBA+TOvviFCaXj5TY2i9X6Qm6jE+FI2pF4PDRoSsgLyawCe0AIdWa3tJClCWD3jnaYOEVOsLaCKWJs9uiCYEVbe7S48myBGurBX2xKZgLurR4CEXr4/j2MBv5+LPjREy6SB0D8OF3mGLUm50gnoERyIt3K9hu0x90UyO0ax5g/xDCdxT/O1FXh07NZ7a0+x1FcryWgTfcdeVVlqqWMupDiwsToF5/9hbhH5wB9i4xjrE2DaqDvdBj7aMA4A0/4rT2H/+I8s7wHHDgvoPlV4jF+RLOGvuo6VW8wzSHJLEiQ3NmKKnc+IZ1yfJ8GaY0WeUlE5CXQN2WqLBWXkFaVHRsMy/7UTHCbazX+d0ejBdwNKPf/MZIubiik9LEbK6YIzT
Hi Peter,
Thanks for your reply. I still get the same fundamental error on
configure; i.e.:
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
checking for library containing I2AddrByNode... (cached) no
configure: error: Couldn't find I2util library
Do you (or anyone) have any other ideas?
Regards,
GAM
On Sat, Dec 10, 2016 at 1: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.
************************************************************
- 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.