Hello, I'm just building iotivity (current git master) for Android on x86 on a fresh chroot environment, following the build instructions in "Readme.scons.txt" to the letter.
$ scons TARGET_OS=android TARGET_ARCH=x86 TARGET_TRANSPORT=IP I ran into the following two errors: Execution failed for task ':devicediscoveryclient:lint'. > /usr/lib/jvm/java-7-oracle/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot > open shared object file: No such file or directory Execution failed for task ':devicediscoveryclient:lint'. > /usr/lib/jvm/java-7-oracle/jre/lib/i386/xawt/libmawt.so: libXi.so.6: cannot > open shared object file: No such file or directory I fixed the erros by installing libxtst6 and libxi6 (on Ubuntu 15.10) If these two libraries are needed, perhaps this should be documented. Best regards, Salvatore -- Salvatore Iovene <salvatore.iovene at intel.com> Linux Software Engineer Intel Open Source Technology Center, Finland Tel.: +358504804026
