I noticed that the section "Get the code" added a "src" folder to my ~/Git/crosswalk folder.However the following error showed: Alexs-MacBook-Pro:crosswalk alexbiemann$ pwd/Users/alexbiemann/Git/crosswalkAlexs-MacBook-Pro:crosswalk alexbiemann$ gclient config --name=src/xwalk git://github.com/crosswalk-project/crosswalk.gitAlexs-MacBook-Pro:crosswalk alexbiemann$ gclient syncSyncing projects: 100% (1/1), done. ________ running '/usr/bin/python src/xwalk/tools/fix-speex-checkout.py' in '/Users/alexbiemann/Git/crosswalk' ________ running '/usr/bin/python src/xwalk/tools/generate_gclient-xwalk.py' in '/Users/alexbiemann/Git/crosswalk' ________ running '/usr/bin/python src/xwalk/third_party/lzma_sdk/download_lzma_sdk.py' in '/Users/alexbiemann/Git/crosswalk' ________ running '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' in '/Users/alexbiemann/Git/crosswalk'Can't find gclient_utils, please add your depot_tools to PATH or PYTHONPATHTraceback (most recent call last): File "src/xwalk/tools/fetch_deps.py", line 82, in <module> sys.exit(main()) File "src/xwalk/tools/fetch_deps.py", line 72, in main except (gclient_utils.Error, subprocess2.CalledProcessError), e:NameError: global name 'gclient_utils' is not definedError: Command /usr/bin/python src/xwalk/tools/fetch_deps.py -v returned non-zero exit status 1 in /Users/alexbiemann/Git/crosswalk
What should gclient_utils be defined as ? From: [email protected] To: [email protected] Date: Mon, 18 May 2015 16:33:19 -0700 Subject: [Crosswalk-help] Building from source - ambiguity in wiki Dear Crosswalk mail-list, I am following the guide here https://github.com/crosswalk-project/crosswalk-website/wiki/AndroidBuild and I'm lost at the "Build" step, specifically where it says "Enter the source directory "cd src". The problem is that there are several source "src" directories ... my specific goal is to correct a bug in /runtime/browser/android/xwalk_contents_io_thread_client_impl.cctest it, and then create an aar from it so that my project in Android Studio can refer to it as a dependency. (Embedded into app) With which source folder can I achieve that goal ?/app/android/runtime_client/src/app/android/runtime_client_embedded_shell/src/app/android/runtime_client_shell/src Regards, Alexander _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
