Open sglyon opened 7 years ago
Unfortunately i have, but i don't have access to a OSX High sierra ...
The failing test belongs to a quite seldom used output format, the cairo script surface which is mostly used in development for regresssion testing, but would be actually usable as serialisation format (counterpart is here: https://github.com/lobingera/CairoScript.jl)
The test tests length and header of a created file (isfile seems to have passed). Can you run this manually?
output_file_name = "a.cs"
surf = CairoScriptSurface(output_file_name,512,512)
hdraw(surf,64,8,4)
destroy(surf)
and attach a.cs here? And post Cairo.libcairo_version
@sglyon Any problems providing the data?
After running those 4 commands the file a.cs
has zero bytes
julia> Cairo.libcairo_version
v"1.14.10"
Hmm. i guess libcairo is installed via Homebrew.jl ?
Yep, that's right
Unfortunately I don't have the expertise to debug this particular issue, but I will bring it up here in case anyone knows what might be going wrong.
And some info about my installation: