You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
/home/blahh/github/Cinder/samples/CairoBasic/src/CairoBasicApp.cpp:115:29: error: no type named 'createWindowSurface' in namespace 'cinder::cairo'
cairo::Context ctx( cairo::createWindowSurface() );
~~~~~~~^
and if you look in blocks/Cairo/src/Cairo.cpp you see the definition
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: