On 27 Jul 2007, at 16:19, Jean wrote:

> When using the makefile to build fltk2 (both the weekly snapshot  
> and the subversion repository), I've encountered a number of errors  
> when I reach the glut part.  I'm missing some library(-ies) that  
> are not allowing to to compile past glut.  Can someone tell me what  
> libraries I need and how to include them if I need to?

This is a persistent and recurring problem with the fltk2 build on  
mingw - I don't think any of the core fltk2 guys use mingw, so this  
one keeps sneaking through...

Anyway, here's the fix: Open the Makefile from the folder fltk/glut/  
and around line 31 change the lines:

DEMOS = \
        glpuzzle \
        fractals


to become:

DEMOS = \
        glpuzzle$(EXEEXT) \
        fractals$(EXEEXT)


Then run make again and all should be well.

HTH,
-- 
Ian

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to