[Crosswalk-dev] 回复:Crosswalk-dev Digest, Vol 24, Issue 51

2015-08-31 Thread Gary Chine
Maybe we could firstly focus on the actully build command: if [ ! -e lib/libxwalkcore.so -o ! -e lib/libxwalkcore.so.TOC ]; then /home/dachen/crosswalk-src/src/third_party/android_tools/ndk//toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -shared -W

Re: [Crosswalk-dev] link error for build cross walk by integrating a library

2015-08-31 Thread Raphael Kubo da Costa
Gary Chine writes: [...] > ../../components/visitedlink/browser/visitedlink_master.cc:68: error: > undefined reference to 'base::OpenFile(base::FilePath const&, char > const*)' [...] > If I just need a arm arch build,the simplest way to change that I > think is:don't build the 'host' targeted

Re: [Crosswalk-dev] link error for build cross walk by integrating a library

2015-08-31 Thread Gary Chine
Continue the last email,following the second method,I add a arm condition branch in base/base.gypi,if the _toolset is "target" and the OS is Android,then replace some .cc files with my own.The new link error comes:[16/31] SOLINK lib/libxwalkcore.soFAILED: if [ ! -e lib/libxwalkcore.so -o ! -e l