I didn't have a GLWindow installed before the Pkg.clone.
It could be that createwindow is exported somewhere else (seems to be my
new favorite topic).
With a restarted julia i get
lobi@maroon:~/juliarepo$ ../julia/julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-rc1+116 (2014-07-21 15:59 UTC)
_/ |\__'_|_|_|\__'_| | Commit e75595f* (3 days old master)
|__/ | i686-linux-gnu
julia> using GLWindow
ERROR: Quaternions not found
which is the same problem i issued on your repository.
On Friday, July 25, 2014 4:48:08 PM UTC+2, Simon Danisch wrote:
>
> Well, If go to my current master on github, createwindow is there and also
> gets exported.
> Do I need to push things differently when I tagged a package with a
> version?
> Did you touch GLWindow, so it doesn't get updated with Pkg.update()?
>
>