On 7 Jul 2014, at 16:00, Simon Danisch wrote:

@Roger Herikstad
Do you get a warning, that you should install GLFW 3.0.4 instead of 2.x ?
That would explain that error.

Got it to work after installing GLFW 3.0.4 via homebrew and checking out the latest master of GLFW.jl
I now see a white triangle with a pulsing blue-to-black background.

@J Luis

Are there any build errors?
And what windows version are you on?
I'm a little clueless here, as I don't really know, what there is that can
go wrong with the build steps.
You can definitely try to install glfw yourself:
http://www.glfw.org/
And make sure that the resulting DLL's are in your path.
And/or Install the newest Julia version and make sure that everything is
setup correctly.
My glfw3.dll is in .julia/v0.3/GLFW/deps/usr/
You can look into GLFW.jl to make sure that the it searches the library
correctly.
In mine it says on line 3:
const lib = find_library(["glfw3", "libglfw3", "glfw", "libglfw"],
[Pkg.dir("GLFW/deps"), Pkg.dir("GLFW/deps/usr/lib")])

Reply via email to