Hi, Running this on Mac OS X 10.9.3 I get: julia> versioninfo() Julia Version 0.3.0-prerelease+3884 Commit 3e6a6c7* (2014-06-25 10:41 UTC) Platform Info: System: Darwin (x86_64-apple-darwin12.5.0) CPU: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz WORD_SIZE: 64 BLAS: libgfortblas LAPACK: liblapack LIBM: libopenlibm
julia> Pkg.clone("https://github.com/SimonDanisch/ModernGL.jl.git") INFO: Cloning ModernGL from https://github.com/SimonDanisch/ModernGL.jl.git julia> Pkg.test("ModernGL") INFO: Testing ModernGL ERROR: WindowHint not defined in include_from_node1 at loading.jl:128 while loading /Users/roger/.julia/ModernGL/test/runtests.jl, in expression starting on line 152 On Monday, July 7, 2014 5:11:41 AM UTC+8, Simon Danisch wrote: > > Hi, > I'm slowly trying to push out a stable version of GLPlot. > First step is testing the ModernGL package. > It would be really kind, if anyone with 10 minutes of time could try, to > run the test in ModernGL. > You need: > `Pkg.add("GLFW")` > GLFW downloads the binaries under windows completely automatically, for > linux it tries to build them but fails if you don't have xorg-dev, > libglu1-mesa-dev > and cmake present. > For OSX, you need to use homebrew, or something comparable. > Besides, GLFW has a very good documentation for building it: > http://www.glfw.org/docs/latest/compile.html > > Then: > `Pkg.clone("https://github.com/SimonDanisch/ModernGL.jl.git")` > Then: > go to `.julia/v0.3/ModernGL/test/` and run `julia runtests.jl > ` > If everything is fine, a window opens with a triangle, if not, please > report the error messages (best on > https://github.com/SimonDanisch/ModernGL.jl) > > The runtest file itself is a quite the frankenstein monster, put together > from GLUtil and yurivish <https://github.com/yurivish> simple OpenGL > example to reduce dependencies. > > Thanks for your time! > > Simon > > >