[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#487007: tapiir: FTBFS: configure: error: "missing fltk"



On Thu, Jun 19, 2008 at 10:33:10 +0200, Lucas Nussbaum wrote:

> > checking for FLTK CXXFLAGS... 
> > checking for FLTK LDFLAGS...  -lfltk  -lX11 -lXext
> > checking for libfltk headers version >= 1.0.0... found.
> > configure: error: "missing fltk"
> > make: *** [configure-stamp] Error 1
> 
tapiir uses a fltk.m4 file with an AM_PATH_FLTK macro which tries to
link with -lX11 -lXext (for no good reason afaict, it could just use
fltk-config), and fails because libxext-dev isn't installed (libx11-dev
used to depend on it and hide the bug).

Cheers,
Julien



Reply to: