-
Notifications
You must be signed in to change notification settings - Fork 945
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
can't build Cairo based samples on Linux #1815
Labels
Comments
Can confirm that building the samples on linux currently bombs out:
|
@dsowa , after two years, there is still no cairo::SurfaceGdi createWindowSurface() for linux. Eli |
This was referenced Feb 13, 2020
Is there a createWindowSurface. Unfortunately, most of the samples I try to compile have an incomplete Linux interface (Capture, Cairo, ...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm new to the Cinder codebase so hopefully I'm not just missing something obvious.
I've built libcinder without any issues and now I'm going through the samples and some work, some don't.
In the case of the Cairo based sample CairoBasic you start with some simple missing include files and if you fix those then eventually you get
and if you look in blocks/Cairo/src/Cairo.cpp you see the definition
There is no Linux definition for createWindowSurface()
I see that @ryanbartley has a big Cairo pull in the queue, does that fix this?
The text was updated successfully, but these errors were encountered: