Building a GLFW app w/ GDC on a Mac

Anders F Björklund afb at algonet.se
Sun Oct 21 01:35:05 PDT 2007


Max kaufmann wrote:

> Initially ~/src/dlib/glfw.d was giving me compile errors because of two "const" parameters in line 344 and 347, so I just nixed those type specifiers, and it compiled fine, however now I'm getting the link error:
> 
> /usr/bin/ld: Undefined symbols:
> __D2gl7glClearFkZv
> collect2: ld returned 1 exit status

Seems that you are missing the OpenGL bindings ?

You can find OpenGL and GLFW on my home page,
along with the little "boing.d" sample program.

http://www.algonet.se/~afb/d/ - import gl.glfw;

--anders



More information about the Digitalmars-d mailing list