Edward Hutchins <[email protected]> writes: > I'm trying to build the android/arm crosswalk on my OpenSUSE 13.2 x64 > machine and have run into the following issue (which looks like a missing > path to the C++ headers): [...] > ../../v8/src/base/macros.h:11:10: fatal error: 'cstring' file not found > #include <cstring> > ^
It looks like you're missing the basic development packages provided by your distro -- in this case, libstdc++'s devel package. For openSUSE, I think the best way to solve the dependency problem is to install the Chromium's build-deps (I assume there's a zypper/rpm equivalent to Debian's "apt-get build-dep"). _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
