Hello colleagues,
maybe it's obvious, how do i track down import conflicts (not in my code)?
I have here
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.7 (2015-03-23 21:36 UTC)
_/ |\__'_|_|_|\__'_| |
|__/ | x86_64-linux-gnu
julia> using Gtk
Warning: using Cairo.width in module Gtk conflicts with an existing
identifier.
Warning: using Cairo.height in module Gtk conflicts with an existing
identifier.
Warning: using Cairo.getgc in module Gtk conflicts with an existing
identifier.
but i''m missing some good information, where in Gtk this conflicts.
Wishing a happy day,
Andreas