Skip to content
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

ccall: could not find function cairo_get_target #6

Closed
mlubin opened this issue Aug 20, 2014 · 2 comments
Closed

ccall: could not find function cairo_get_target #6

mlubin opened this issue Aug 20, 2014 · 2 comments

Comments

@mlubin
Copy link
Contributor

mlubin commented Aug 20, 2014

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
@Keno Keno closed this as completed in 2d7b458 Aug 20, 2014
@mlubin
Copy link
Contributor Author

mlubin commented Aug 20, 2014

Thanks!

@getzdan
Copy link

getzdan commented Oct 11, 2014

Fix is working, but version might need bumping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants