[dev] Build fail with TARGET_TRANSPORT=IP

2016-08-29 Thread Phil Coval
On 26/08/16 06:41, ??? wrote: > Hi, All: > > I am trying to learn about iotivity. > > when i built without any options, all was well. > > but, I explictly set TARGET_TRANSPORT=IP, some errors like below > > /Linking > out/linux/x86_64/release/service/scene-manager/sampleapp/linux/sceneserver/ >

[dev] IoTivity 1.2.1 API docs

2016-12-02 Thread Phil Coval
Hi, I've generated a doc package that contains html files to upload on the iotivity.org website 86af48233c924b8f5440a29dd05638d8 iotivity-docs-1.2.1.zip you can grab it at: http://rgho.st/8VJvcTxPY And eventually regenerate it using those steps: 1/ by applying those patches (review welcome)

[dev] Please Install sqlite on GNU/Linux and update documentation

2016-11-03 Thread Phil Coval
Hi, Before someone complains, here are some instructions regarding building iotivity on Linux (and Tizen), you need to install sqlite system wide before building master branch. Please update the official documentation, (or tell me how to ?) Meanwhile here is an excerpt from this page:

[dev] Are iotivity-simple-client and iotivity-sensorboard out-of-date/obsolete?

2016-11-03 Thread Phil Coval
On 03/11/16 14:37, VanCutsem, Geoffroy wrote: > Hi folks, > > Not sure whether this is the right mailing list to ask but I looked today at > the meta-oic [1] layer. It was recently upgraded to IoTivity 1.1.1 (using > IoTivity 1.1-rel maintenance branch), thanks Philippe for helping with this! >

[dev] Req- wiki.iotivity.org/android_build_instructions- Python Build error

2016-11-07 Thread Phil Coval
On 07/11/16 15:25, Aakash KAUSHAL wrote: > > Hi Dave, > > Greetings !!! > > I am working on iotivity and building Iotivity(for Android Platform ) > on Ubuntu 16.0. I am following the steps provide by Iotivity. > > https://wiki.iotivity.org/android_build_instructions > (...) > *__* > > *__* > >

[dev] Req- wiki.iotivity.org/android_build_instructions- Python Build error

2016-11-08 Thread Phil Coval
On 08/11/16 22:50, Aakash KAUSHAL wrote: > > Hi all, > > I have one more issue to report. Let me know it is valid. > > Please go through below. > > For ARM Cross Compilation i are doing. We are following the below > Iotivity link. > >

[dev] iotivity 1.2 rel build issue

2016-11-10 Thread Phil Coval
On 10/11/16 09:43, Nidhi Chadha wrote: > Hi Phil , > Thanks for the reply . It was much needed . > My machine details are as follows along with gcc : > > cat /etc/os-release > NAME="Ubuntu" > VERSION="12.04.5 LTS, Precise Pangolin" > ID=ubuntu > ID_LIKE=debian > PRETTY_NAME="Ubuntu precise

[dev] 1.2.0-RC3 tagged

2016-10-03 Thread Phil Coval
On 30/09/16 11:57, ???(Uze Choi) wrote: > > Dear IoTivity developer, > > 1.2.0-RC3 is tagged on 1.2-rel branch > > BR, Uze Choi > Hi Uze, Have you pushed it ? Also can you also add a tag in this form 1.2.0+RCn (n=1,2,3) because Tizen gbs's can not use this tag as "-" is prohibited by RPM for

[dev] Tizen OK / Re: Build status report request for various profiles.

2016-10-04 Thread Phil Coval
On 04/10/16 06:40, ???(Uze Choi) wrote: > Hi Randeep > > Thank you for quick response. > > OK, could you check others environment first except Windows? > (...) > > Randeep > > - *Original Message* - > > *Sender*: Uze Choi > S6/Principal

[dev] Fixing 1.1.1 release

2016-10-18 Thread Phil Coval
On 18/10/16 16:07, Nivedita Singhvi wrote: > Hello, > > I realize that everybody is running pretty hard at getting 1.2.0 out, > and I'm not sure how far that might be still (day to day?). > > I've tested the current git branches as well as the fixes for the > gtest issue I've received in IRC and

[dev] Porting IoTivity on ESP8266 (Ready but Needs Help for Merging)

2016-10-19 Thread Phil Coval
On 19/10/16 12:32, Khaled Qorany wrote: > Dear Developers > > We were working on porting csdk layer of Iotivity on the ESP8266 chip, Great that's something I had in mind for some time, specially since latest version has more memory into it. > which is a low-price wifi module with a full TCP/IP

[dev] Gerrit.iotivity.org is DOWN

2016-10-25 Thread Phil Coval
Hi, Sorry to say that but according to http://www.isitdownrightnow.com/gerrit.iotivity.org.html Gerrit.iotivity.org is DOWN It is not just you. The server is not responding I will open a bug on jira if it remains down Once back can I suggest to review pending changes in :

[dev] Unable to build iotivity on ubuntu

2016-09-01 Thread Phil Coval
On 01/09/16 05:26, Jaehong, Jo wrote: > > Yes, Phil Coval already resolved issue with below patch. > > https://gerrit.iotivity.org/gerrit/#/c/9/ > Hi, Yes this is just a workaround for now. branch 1.1-rel will need as well: https://gerrit.iotivity.org/gerrit/#/c/11203/ S

[dev] Shipping libraries strategy / Re: Unable to build iotivity on ubuntu

2016-09-02 Thread Phil Coval
On 02/09/16 03:01, Gregg Reynolds wrote: > > On Sep 1, 2016 3:34 AM, "Phil Coval" <mailto:philippe.coval at osg.samsung.com>> wrote: > > > ... > > > Is is ok to import code in main tree , in extlibs directory, > (actually git ignored) ? >

[dev] Let's fix jenkins IOT-1260

2016-09-07 Thread Phil Coval
Hi, May I attract your attention on this bug to sort out, https://jira.iotivity.org/browse/IOT-1260 I just reported it about a problem we have in 1.2.0 : our CI is ignoring failures ;( I propose you to link related changes in this thread, and then maintainer can pick them in best order. Also

[dev] Let's fix jenkins IOT-1260

2016-09-12 Thread Phil Coval
On 07/09/16 15:25, Phil Coval wrote: > Hi, > > May I attract your attention on this bug to sort out, > https://jira.iotivity.org/browse/IOT-1260 > As reported, problems relative to code were fixed (thx). Now there is an other issue with windows builder missing sqlite For insta

[dev] [meta-oic][PATCH 3/3] Update for IoTivity 1.1.1

2016-09-15 Thread Phil Coval
On 14/09/16 23:55, Maloor, Kishen wrote: > Hi Philippe, > > Thanks for your contributions. I reviewed your patches and also > ran a quick test build, and it all seemed to work OK. I?ve pushed > the patches up to meta-oic. Here are links to the commits: > >

[dev] Custom Program Compilation

2016-09-15 Thread Phil Coval
On 15/09/16 15:34, MATTIA ANTONINI wrote: > Dear All, > I'm a MSc student and I'm tryng to work with IoTivity. > I would like to compile a custom program in c++ that uses IoTivity > without recompile all the environment every time. I tried to create a > SConscript making a copy-paste from

[dev] Maintainers for extlibs

2016-09-22 Thread Phil Coval
On 22/09/16 06:40, Dave Thaler via iotivity-dev wrote: > > Sounds good, thanks Jinguk. I will update the wiki accordingly within > the next couple of days. > Hi, For gtest, you can also count on me as fallback build issue on various platform is something I care of, I planned to upgrade it

[dev] Error in compiling Tizen sample projects

2016-09-28 Thread Phil Coval
On 28/09/16 09:07, Binh Dang Thien wrote: > Hi, > I solved the previous error but now it has another one when I build > the RESampleClientApp on Tizen Studio: > - > /home/binh/Desktop/iotivity_patches/1.2/resource/oc_logger/include/oc_log_stream.hpp:29:28: > > fatal error: *boost/config.hpp:

[dev] Multicast loop back on IP

2016-09-29 Thread Phil Coval
On 29/09/16 19:26, Thiago Macieira wrote: > On quinta-feira, 29 de setembro de 2016 06:11:11 PDT Jaewook Jung wrote: >> As you know, if you send any multicast message with IP connectivity, it is >> delivered to you too, which means you can find your own resources by >> findResource on

[dev] bitbake recipe for 1.3-rel

2017-06-06 Thread Phil Coval
On 05/06/17 16:46, Peter Hatina wrote: > Hi folks, Hi Peter, > has anyone of you crafted a recipe for 1.3 release? I have a draft, I can share: https://github.com/TizenTeam/meta-oic/blob/sandbox/pcoval/on/master/patch/recipes-core/iotivity/iotivity_1.3.0.bb But it needs this patch to be merged

[dev] Iotivity build failed in Tizen platform

2017-03-20 Thread Phil Coval
On 20/03/17 08:25, Md. Golam Sarwar wrote: > Samsung Enterprise Portal mySingle > > Dear concerned, > >I am trying to build iotivity in Tizen platform but build failed. > > Branch : Master > > Build Command : ./gbsbuild.sh SECURED=0 WITH_CLOUD=1 > WITH_MQ=PUB,SUB WITH_TCP=1 > >