Hi Kishen, Thanks for pointing out this. I have submitted a patch for it.
https://gerrit.iotivity.org/gerrit/#/c/10/ Hi All, There is a script (auto_build.sh) in the root directory of the source code. It will run all generic building cases automatically. Please make sure all the cases are passed before submit any change. Following is the usage of this script: To build: $ auto_build.sh <path-to-android-ndk> <path-to-arduino-home> To clean: $ auto_build.sh -c You can also find above information in Readme.scons.txt (it is in the root directory of the source code) Thanks, Caiwen > -----Original Message----- > From: OIC-OSD [mailto:oic-osd-bounces at lists.01.org] On Behalf Of Maloor, > Kishen > Sent: Monday, December 22, 2014 9:27 AM > To: Prasad, Sudarshan; OIC-OSD at lists.01.org; iotivity-dev at > lists.iotivity.org > Subject: Re: [OIC-OSD] Iotivity Dec 20th Release > > It appears that the latest build up on Iotivity is broken. > The error is with cpluff: > In file included from > service/protocol-plugin/lib/cpluff/libcpluff/context.c:34:0: > service/protocol-plugin/lib/cpluff/libcpluff/cpluff.h:41:23: fatal error: > cpluffdef.h: No such file or directory compilation terminated. > > I was able to fix it locally by adding: > cpluff_env.AppendUnique(CPPPATH = ['./libcpluff']) to > service/protocol-plugin/lib/cpluff/SConscript > > -Kishen. > > From: <Prasad>, Sudarshan > <sudarshan.prasad at intel.com<mailto:sudarshan.prasad at intel.com>> > Date: Sunday, December 21, 2014 at 4:36 PM > To: "OIC-OSD at lists.01.org<mailto:OIC-OSD at lists.01.org>" > <OIC-OSD at lists.01.org<mailto:OIC-OSD at lists.01.org>>, > "iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at > lists.iotivity.org>" > <iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at > lists.iotivity.org>> > Subject: [OIC-OSD] Iotivity Dec 20th Release > > All, > > Dec 20th release of Iotivity is available in new repositories at iotivity.org. > > Commit id for master branch for Dec 20th release is: > 35175a4c63b1ea76d5c0f5fb4c9e9bf1437c0290. > Corresponding release notes are available in > iotivity/resource/releaseNotes/Dec20th2014.txt. > > Please refer to www.iotivity.org<http://www.iotivity.org> for information > on setting up GIT, Gerrit, and cloning code etc. from the new repository. > > Thanks, > Sudarshan Prasad > > _______________________________________________ > OIC-OSD mailing list > OIC-OSD at lists.01.org > https://lists.01.org/mailman/listinfo/oic-osd
