I actually just saw the same thing. To get around it I commented out "Exit(1)" when it can't find boost_thread. Then scons outputs lots of fun:
Checking for C++ library boost_thread... (cached) no Did not find boost_thread, exiting! Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes Checking for C++ library boost_thread... (cached) yes Checking for C++ library boost_system... (cached) yes On Wed, Jun 10, 2015 at 11:34 PM, ??? <doil.kwon at samsung.com> wrote: > hi all guys. > > i also confront this problem. > > so tried to install uuid-dev package(sudo apt-get install uuid-dev) > > but problem is not missing. > > > > if you have the other solutions, > > plz share with me. > > > > Thanks for regards. > > > > ------- *Original Message* ------- > > *Sender* : Keane, Erich<erich.keane at intel.com> > > *Date* : 2015-06-11 01:30 (GMT+09:00) > > *Title* : Re: [dev] Error on boost_thread during scons build > > > We haven't finished updating the build script (or I at least don't see > what happened to the patch), but this could be related to a missing > uuid-devel package as well. Can you try doing an apt-get on that one? > > > On Wed, 2015-06-10 at 12:47 +0000, Kim, Jm wrote: > > Hi. > > > > > > > > I downloaded Iotivity 0.9.1 SDK and tried to build it with scons. > > > > However, I ran into an error that caused unexpected termination of the > > build. > > > > I installed boost 1.55 and 1.58 libraries before the build. > > > > > > > > The message is like below. > > > > ------------------------------------------------ > > > > Reading sample application build script > > > > Sample secured flag 0 > > > > sample src [?./sample_main.c?] > > > > *** Checking for installation of google unit test 1.7.0 *** > > > > *** Checking for installation of hippomocks *** > > > > Checking for C++ library boost_thread? no > > > > Did not find boost_thread, exiting! > > > > ------------------------------------------------- > > > > Any help would be much appreciated. > > > > > > > > Regards, > > > > Jm. > > > > > > > > > > _______________________________________________ > > iotivity-dev mailing list > > iotivity-dev at lists.iotivity.org > > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > > > ?????. > > *SWC IoT Solution Lab ???* ???. > > > > ?????. > > ??? ??. > > ------------------------------ > > *? ? ? (Doil Kwon)* > > S3 / Assistant Engineer > > Advanced Convergence Lab. > > Software R&D Center. > > *Samsung Electronics Co., Ltd.* > > Tel: +82-31-279-3894 > > Mobile : +82-10-5648-2660 > > E-Mail : *doil.kwon**@samsung.com* <doil.kwon at samsung.com> > > ------------------------------ > > > > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150610/d793295a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 201506111534502_BEI0XT4N.gif Type: image/gif Size: 13168 bytes Desc: not available URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150610/d793295a/attachment.gif>
