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 > > Log: > > [ 181s] > out/tizen/armeabi-v7a/release/service/notification/src/consumer/NSConsumerInterface.os: > > In function `NSConsumerSubscribeMQService': > > [ 181s] > /home/abuild/rpmbuild/BUILD/iotivity-1.3.0/service/notification/src/consumer/NSConsumerInterface.c:79: > > undefined reference to `NSGetQueryAddress' > > [ 181s] collect2: error: ld returned 1 exit status > > [ 181s] scons: *** > [out/tizen/armeabi-v7a/release/service/notification/libnotification_consumer.so] > > Error 1 > Please file a bug, it's not specific to Tizen (better file bugs in any cases) it looks like some code about Notification Service is missing ( or should be removed ?)
rgrep NSGetQueryAddress . ./service/notification/src/provider/NSProviderInterface.c: topicAddr->serverAddr = NSGetQueryAddress(serverAddress); ./service/notification/src/consumer/NSConsumerInterface.c: char * queryAddr = NSGetQueryAddress(serverAddress); Have you checked other branch "cloud-interface" on Tizen (or 1.2-rel?) Hints from cloud team are welcome. -- mailto:philippe.coval at osg.samsung.com gpg:0x467094BC https://blogs.s-osg.org/author/pcoval/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170320/883d5198/attachment.html>
