-
Notifications
You must be signed in to change notification settings - Fork 546
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
SkiaSharp build on linux error #348
Comments
The new build requirement is MSBuild 15. If you are running a relatively new version of Linux, our native library may work for you:
In addition, you can also try out @kekekeks 's builds on NuGet: |
My running environment: Ubuntu 16.04.1 For X64, Mono's version 5.0.1.1 and SkiaSharp is v1.59.1, how can I using MSBuild 15 going todo. Thanks! |
@mattleibow Could you please switch your build agent to use Ubuntu 14.04? Also, please link libstdc++ statically. That should cover most of the distros. |
@kekekeks The build agent should be 14.04 already. And will linking libstdc++ statically cause any issue with dynamic bits? I may be confused, but some people (on the internet) say that if I link statically then we can't use dlopen (which is used for the GL bits). Or, is this just for libgcc? |
You need to build |
See more information about the issues there: https://github.com/phusion/holy-build-box/blob/master/LINKING-CXX.md |
See libstdc++ compilation flags here: https://github.com/phusion/holy-build-box/blob/master/image/build.sh#L357 |
Hi dear,
When I running
bootstrapper.sh -t anything
going to MSBuild, I got follow errors. Anyone to help me?Thanks!
The text was updated successfully, but these errors were encountered: