We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm now getting this error when running the following code in IJulia:
Graph(""" digraph graphname { a -> b -> c; b -> d; } """)
The error is:
ccall: could not find function cairo_get_target in cairo_format at /home/mlubin/.julia/v0.3/GraphViz/src/GraphViz.jl:539
julia> versioninfo() Julia Version 0.3.0-rc4+2 Commit 4b31fdf (2014-08-18 18:39 UTC) Platform Info: System: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: libopenblas LIBM: libopenlibm LLVM: libLLVM-3.3
The text was updated successfully, but these errors were encountered:
2d7b458
Thanks!
Sorry, something went wrong.
Fix is working, but version might need bumping.
No branches or pull requests
I'm now getting this error when running the following code in IJulia:
The error is:
The text was updated successfully, but these errors were encountered: