fltk is not detected from source builds of rakarrack (and i imagine its broken everywhere else) Reproducible: Always Steps to Reproduce: 1.emerge fltk 2../configure in rakarrack untar dir 3. fail... Actual Results: fltk not found, even though its installed Expected Results: fltk found... rest of config & compile happens ./configure --prefix=/usr && make && su -c 'make install' for fltk source dir = fltk found.... its gentoo specific. it should work the same for both and does not.
That package is most likely not using fltk-config. fltk-config --cflags -I/usr/include/fltk-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
We can't fix build systems for which we don't have ebuilds.