-
Notifications
You must be signed in to change notification settings - Fork 57
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
(master) Cairo.libcairo pointing to? #295
Comments
"Problem" known, and I think fixed in Pkg that will be in Julia v1.3. It works anyway in this case because |
"Problem known" - means issue? |
The problem is that Instead, with #293 I get the following: _
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _ | |
| | |_| | | | (_| | | Version 1.4.0-DEV.98 (2019-09-06)
_/ |\__'_|_|_|\__'_| | Commit f71f58e32d (1 day old master)
|__/ |
julia> using Cairo
julia> Cairo.libcairo
"libcairo.so.2" |
This came a little bit unexpected ...
seems to be working still (pkg test Cairo, using Cairo).
@giordano @staticfloat
The text was updated successfully, but these errors were encountered: