On Feb 24, 2017 1:15 PM, "Gregg Reynolds" <dev at mobileink.com> wrote:
On Feb 24, 2017 12:23 PM, "Byonggon Chun" <byonggonchun at gmail.com> wrote:
To Thiago Macieira
No, I don`t think so, ndk which installed on my machine is not broken.
I install Ubuntu 14.04 on my personal desktop at home(not vmware) for test
on clean env and try build with ndk-r13b.
But i got same result, see below.
================================================
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: out/android/armeabi/release
Compiling out/android/armeabi/release/build_common/android/compatibili
ty/android_cpp11_compat.cpp.o
In file included from /home/bgchun/android-ndk-r13b/
sources/cxx-stl/gnu-libstdc++/4.9/include/bits/postypes.h:40:0,
from /home/bgchun/android-ndk-r13b/
sources/cxx-stl/gnu-libstdc++/4.9/include/iosfwd:40,
from /home/bgchun/android-ndk-r13b/
sources/cxx-stl/gnu-libstdc++/4.9/include/ios:38,
from /home/bgchun/android-ndk-r13b/
sources/cxx-stl/gnu-libstdc++/4.9/include/istream:38,
from /home/bgchun/android-ndk-r13b/
sources/cxx-stl/gnu-libstdc++/4.9/include/sstream:38,
from build_common/android/compatibi
lity/android_cpp11_compat.cpp:1:
/home/bgchun/android-ndk-r13b/sources/cxx-stl/gnu-libstdc++/4.9/include/cwchar:44:19:
fatal error: wchar.h: No such file or directory
#include <wchar.h>
did you run find or otherwise search the ndk to find out if wchar.h is in
fact missing? i suspect a config issue, where the dir containing wchar.h
is not being included in the search path.
like maybe you need to #define some macro in order to pull in the wchar
stuff. just a guess.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170224/f5e8bfd7/attachment.html>