On Thu, Oct 11, 2007 at 03:22:50PM -0400, dillo-dev-bounces@dillo.org wrote:
[Matthias wrote] Compilation on Debian Etch worked well. I had to use the "--x-includes" and "--x-libraries" options when configuring FLTK, and the test glpuzzle did not compile.
I'm also using Etch here and didn't need those options. I also have a running glpuzzle.
I need to say "--x-includes=/usr/include/X11/ --x-libraries=/usr/lib/" because I don't have the include file "X11/Intrinsic.h" from the Debian package libxt-dev, which is not installed. This package seems to be necessary to determine these directories automatically. When compiling glpuzzle, I get Compiling glpuzzle.cxx... In file included from ../fltk/glut.h:49, from glpuzzle.cxx:35: ../fltk/gl.h:69:21: error: GL/gl.h: No such file or directory glpuzzle.cxx:39:40: error: GL/glu.h: No such file or directory [many more errors] My config.h says /* Set this to 0 if your system does not have OpenGL. This will disable all the code in libfltk2_gl and disable the demo programs that use OpenGL. */ #define HAVE_GL 0 It seems that this flag is not evaluated when compiling glpuzzle. This should probably be changed by the fltk folks. Cheers, -- Matthias Franz