Srinivas Rao, I fixed the "aapt" problem installing the libs suggested here: http://stackoverflow.com/questions/4386392/aapt-not-found-under-the-right-path
On Fri, Mar 10, 2017 at 5:53 PM, Mats Wichmann <mats at wichmann.us> wrote: > On 03/10/2017 01:08 AM, JongWoon Lee wrote: > > Hi. > > > > You needs to install libcurl library. > > > > Follow these instructions to install. > > > > $ sudo apt-get install libcurl4-openssl-dev > > $ sudo ldconfig > > I know these are the official instructions, but they don't make much > sense to me. > > First, ldconfig updates the cache used by the runtime linker (ld.so), > but the devel (-dev on ubuntu) packages don't contain the runtime > libcurl, but rather the one you compile against. libcurl-dev would > depend on the package containing the runtime library, but if that > package is installed, ldconfig would be run automatically. So the > ldconfig step is not of any real use. > > Second, if we're going to build the target in a cross-build environment > (as is the case in the question that started this thread), then the > host's libcurl-dev is not going to be used anyway, you need a > cross-build version for the target. > > So can someone explain what the intent here is? > > > (this seems to come from service/resource-container/SConscript) > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > -- *Thiago Guedes Cunha de Moura* Graduando em Ci?ncia da Computa??o Instituto de Ci?ncias Exatas e Biol?gicas - Universidade Federal de Ouro Preto cel.: (31)99484-9864 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170312/a74a265d/attachment.html>
