I’m trying to compile this and having no success (Win32) using CYGWIN… make gives me a load of unreferenced functions which appear to be part of the Cairo dependency (I have the source for this and still the errors persist)
Is there a binary available that I can download?
Thanks
Martin
Have you actually built Cairo, or just downloaded the source? You’ll need to build it first. If you have, you’re probably missing a -I or -L flag, which are used to tell GCC where to look for header files and libraries. Also, could be a missing -l which specifies a library to include in the link process.
Could you copy & paste some error messages?