On 15/12/16 07:41, ??? wrote: > > Dear IoTivity Developers, > Hi,
> While clone and build as shown below, > > 1. git clone iotivity project. > > 2. scons RELEASE=0 LOGGING=0 > > I saw a message that autoreconf could not be found. > > This issue occurs because gtest is upgraded to 1.7. > yes , it wasnt really upgraded , just repacked and now using autoconf on linux > |Configuring using > [/home/jasick/DEV/master/iotivity/extlibs/gtest/googletest-release-1.7.0/autoreconf > > -i] ... /bin/sh: 1: autoreconf: not found | > > I solved the following problem. > > |sudo apt-get install dh-autoreconf| > dh-autoreconf is a tool for debian packaging that pull autoconf package this is what you need For reference please bookmark this page: https://wiki.iotivity.org/build_iotivity_with_ubuntu_build_machine (I've updated it recently, but maybe it should be updated also elsewhere?) $ sudo apt-get install \ build-essential git scons libtool autoconf \ doxygen valgrind $ sudo apt-get install \ libboost-dev libboost-program-options-dev libboost-thread-dev \ uuid-dev libexpat1-dev $ sudo apt-get install libsqlite3-dev Note, that iotivity master branch was broken yesterday (after merging branches and some tests where unstable too), so better rebase each patches before merging to make sure it is actually verified, Especially those in: https://gerrit.iotivity.org/gerrit/#/q/status:open+project:iotivity+branch:master+topic:mergeback Regards -- mailto:philippe.coval at osg.samsung.com gpg:0x467094BC https://blogs.s-osg.org/author/pcoval/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161215/7b8e7887/attachment.html>
