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 I saw you are one of the editor of the iotvity Page, need your urgent help on his. I can't understand why the script has this error with latest code. Have i did something wrong ? I download code from two separate path 1. git clone https://aakashKaushal at gerrit.iotivity.org/gerrit/iotivity 2. https://www.iotivity.org/downloads (IoTivity 1.2.0<https://www.iotivity.org/downloads/iotivity-1.2.0> , source download tar) I have all Prerequisites for building IoTivity for Android (JDK, SCons already ) I didn't download the Android NDK, Android SDK , GRADEL. As it was mention the scripts will download itself. When i gave command as mention n Step 2: Build Steps for Android (scons TARGET_OS=android) , NDK, SDK , gradel download itself , SDK manager opened and i installed the 2 packages as requested in the consol Logs.(SDK platform ver 20). In both of the iotivity code the Build fails at below python error. The below error comes from the SConsripts file (iotivity\extlibs\boost). The Scripts work fine when target is Linux and platform x64_86, since different section of code compiled for Linux(default and code compiles with success ) . i have verified indirect way to check URL path and it opens properly. SConscript Code : boost_base_name = 'boost_'+string.replace(boost_version,'.','_') boost_arch_name = boost_base_name+'.zip' boost_b2_name = boost_base_name+os.sep+'b2' boost_url = 'http://downloads.sourceforge.net/project/boost/boost/'+boost_version+'/'+boost_arch_name+'?r=&ts=1421801329&use_mirror=iweb' In both the Source code i compiled the build fails on below error in the python script. ERROR: scons: building associated VariantDir targets: out/android/x86/release scons: *** [http://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.zip?r=&ts=1421801329&use_mirror=iweb] AttributeError : 'ValueNodeInfo' object has no attribute 'timestamp' scons: building terminated because of errors. It will be a great help if you help me on this. Many thanks in advance. BR Aakash kaushal ________________________________ Ce message, ainsi que tous les fichiers joints ? ce message, peuvent contenir des informations sensibles et/ ou confidentielles ne devant pas ?tre divulgu?es. Si vous n'?tes pas le destinataire de ce message (ou que vous recevez ce message par erreur), nous vous remercions de le notifier imm?diatement ? son exp?diteur, et de d?truire ce message. Toute copie, divulgation, modification, utilisation ou diffusion, non autoris?e, directe ou indirecte, de tout ou partie de ce message, est strictement interdite. Se d?sabonner: Si vous souhaitez ?tre retir? de notre liste de diffusion, s'il vous pla?t envoyer vos coordonn?es ? CASL.unsubscribe at legrand.ca<mailto:casl.unsubscribe at legrand.ca> et indiquer quels sont les messages que vous ne souhaitez plus recevoir. This e-mail, and any document attached hereby, may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution or other use of the material or parts thereof is strictly forbidden. Unsubscribe: If you would like to be removed from our mailing list, please send your contact information to CASL.unsubscribe at legrand.ca<mailto:casl.unsubscribe at legrand.ca> and indicate what messages you no longer wish to receive. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161107/1f8fff04/attachment.html>
