Success! Thanks! > 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

