Hi All,
I am working on master branch, commit:
commit ed9896e59e797440974f9d246ebfa659b468ca7b
Author: Randeep Singh <randeep.s at samsung.com>
Date: Fri Jun 5 17:05:53 2015 +0900
Fixed possible memory leak condition.
and when I try to build iotivity for tizen, as described here,
<https://wiki.iotivity.org/getting_started_iotivity_services_for_tizen_0_9_1_modify>
using:
$ scons TARGET_OS=tizen TARGET_ARCH=armeabi-v7a
I got this message:
Reading linux configuration script
Package dlog was not found in the pkg-config search path.
Perhaps you should add the directory containing `dlog.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dlog' found
OSError: 'pkg-config dlog --cflags --libs' exited 1:
[ ... stacktrace ... ]
So I found dlog.pc at
~/GBS-ROOT/local/BUILD-ROOTS/scratch.armv7l.0/usr/lib/pkgconfig/ and added
this to PKG_CONFIG_PATH.
scons still on same error, but if I run '$ pkg-config dlog --cflags --libs'
I get no errors.
Should I open a ticket about this or I am doing something wrong?
BR.
--
*Davi Di?rio Mendes*
Eng. de Computa??o - Turma de 2011
Universidade de S?o Paulo - EESC/ICMC
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150612/ee750780/attachment.html>