-
Notifications
You must be signed in to change notification settings - Fork 250
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
Julia-0.4 drawing to png backend fails. #651
Comments
Looks like the error is similar to #637 but I didn't get any warnings from Cairo and it loads just fine. I did get a bunch of warnings while I loaded Gadfly.
|
If you update to a more recent julia, most/all of those ambiguity warnings should have been fixed by JuliaLang/julia#12370 |
Wow ! Switching to the latest version of Julia and recompiling Gadfly (via |
Came here to report that this issue re-appeared in the v0.4 RC, but it turns out I was caught by a precompilation gotcha I didn't expect; within a REPL session, |
I am trying to use the latest version of Gadfly on Juli-0.4 (Version 0.4.0-dev+6307 (2015-07-27 22:18 UTC))
The command
throws the following error:
Looks like it cannot find Cairo, though I already have it installed.
Julia-0.4 is not the default Julia on my system and I use it by giving the full path to the installation src directory. Is the reason for this error ?
thanks
The text was updated successfully, but these errors were encountered: