-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building Skia on Debian #5
Comments
Use this command: |
I get the same problem, also using "alias python=python2" won't solve the issue. Same thing for me that if I add missing parantheses it complains instead about: |
I am also having this problem on Ubuntu. |
Add this line to the end of the .gn dotfile (after running
Or whatever command that points to python 2 on your system. |
Only for compile time. This also work for aseprite compilation. |
When running the following line while building Skia :
gn gen out/Release-x64 --args="is_debug=false is_official_build=true skia_use_system_expat=false skia_use_system_icu=false skia_use_system_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false"
I encounter the following Error :
I guess it's related with me using python3... but I don't know how to force run the line with python2.7
I've tried to edit the missing parentheses in the is_clang.py file, but another error is then raised.
I did not encounter any error running the previous lines (at the bottom of the https://github.com/aseprite/skia page, in the Skia on linux part).
Has anyone else encountered such a problem before?
Debian 9.12 (stretch)
The text was updated successfully, but these errors were encountered: