Alexander Biemann <[email protected]> writes: > I am all setup on Redhat with Crosswalk and Chromium, however, the > following fails : > > [alex@ip-10-228-68-101 crosswalk-src]$ cd ./src > > [alex@ip-10-228-68-101 src]$ ninja -C out/Release > xwalk_runtime_lib_apk > > ninja: Entering directory `out/Release' > > ninja: error: unknown target 'xwalk_runtime_lib_apk'
To answer that, I'd need to know what commands you followed before calling ninja. Do you have the XWALK_OS_ANDROID environment variable set to 1 so that .gclient and .gclient-xwalk have 'target_os=["android"]' in them? Do you have a chromium.gyp_env file file with the right GYP_DEFINES, or, alternatively, do you have GYP_DEFINES set as an environment variable. I believe this is all correctly described in the "Building Crosswalk" page, but from the error you got it is possible that you overlooked some of the instructions and configured a regular Linux build instead. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
