Skip to content

symbol could not be found pango_cairo_create_layout #1

@tshort

Description

@tshort

I submitted this as a Winston issue, but I realize it might be a Cairo issue given Jeff's recent removal of the use of OpenLib.

JuliaGraphics/Winston.jl#4

Winston was working great about a week ago. Now I'm getting the following:

julia> require("Winston")

julia> using Winston

julia> x = [-pi:0.2:pi];

julia> y = sin(x);

julia> p = FramedPlot()

julia> add(p, Curve(x, y));

julia> file(p, "winston.eps")
symbol could not be found pango_cairo_create_layout (-1): julia/jul/julia: undefined symbol: pango_cairo_create_layout
in CairoContext: ccall: null function pointer
 in CairoContext at /home/tshort/.julia/Cairo/src/Cairo.jl:197
 in CairoRenderer at /home/tshort/.julia/Cairo/src/Cairo.jl:463
 in EPSRenderer at /home/tshort/.julia/Cairo/src/Cairo.jl:509
 in write_eps at /home/tshort/.julia/Winston/src/Winston.jl:2476
 in file at /home/tshort/.julia/Winston/src/Winston.jl:2496

Ubuntu 12.04
Julia deb6ee8226 (2012-11-29 13:14:14)

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