Skip to content

ccall: could not find function cairo_get_target #6

@mlubin

Description

@mlubin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions