-
Notifications
You must be signed in to change notification settings - Fork 554
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
error while compiling .so file on CentOS 7: SkTypes.h: No such file or directory #452
Comments
I think you may be missing the sub-modules - namely the skia module. I would recommend a clone rather than the zip download. I still have yet to create the perfect system for building on Linux, but you still have to go through the cake process at this time. I am looking to create a pure I do want to point out that there is a pre-built binary for linux here: |
Here are some issues that you can also read about past Linux builders: |
oh my, I love you bro!! |
Closing this as I think this issue is addressed. Feel free to open a new issue for any other issues. |
I just download the whole project from github and tried commands:
1, cd /folder/native-builds/libSkiaSharp_linux/
2, make
and error promps:
Building ../src/sk_managedpixelserializer.cpp...
In file included from ../src/sk_managedpixelserializer.cpp:8:0:
../src/SkManagedPixelSerializer.h:11:21: fatal error: SkTypes.h: No such file or directory
#include "SkTypes.h"
^
compilation terminated.
make: *** [obj/x64/sk_managedpixelserializer.cpp.o] Error 1
what's the problem and how to get a proper .so file for my CentOS 7?
excellent lib anyway as I tried on Win.
The text was updated successfully, but these errors were encountered: