hi Malte<br>i have now tried all the versions of fltk available... 1.7, 2.0.x-r6101, and version 2 from the SVN. i have compiled these from source but i still can&#39;t work out how to get the scons script to find fltk headers.&nbsp; what am i doing wrong here. do i need somthing else in my scons file?<br>
<br>the SContruct file seems to&nbsp; be looking for Fl.h which i have at /usr/include/fltk-1.1/FL/Fl.H<br><br>guiconf.Chguiconf.CheckLibWithHeader(&#39;fltk&#39;, &#39;FL/Fl.h&#39;,&#39;c++&#39;)<br><br>thanks..<br><br>scons still reports (using fltk 2 and svn 2)<br>
~/programsSRC/MinicomputerV1.1 $ scons<br>scons: Reading SConscript files ...<br>&nbsp;<br>Minicomputer-------------- <br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1/2:configuring<br>Checking for C library jack... yes<br>Checking for C library lo... yes<br>
Checking for C library asound... yes<br>Checking for C library pthread... yes<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checking dependencies for the editor:<br>Checking for C library lo... yes<br>Checking for C++ library fltk... no<br>Did not find FLTK for the gui, exiting!<br>
<br><br>------------------------------------------------------------------<br>tail of scons config.log<br>-----<br><br>scons: Configure: Checking for C++ library fltk...<br>.sconf_temp/conftest_5.cpp &lt;-<br>&nbsp; |<br>&nbsp; |<br>
&nbsp; |#include &quot;FL/Fl.h&quot;<br>&nbsp; |<br>&nbsp; |int<br>&nbsp; |main() {<br>&nbsp; |<br>&nbsp; |return 0;<br>&nbsp; |}<br>&nbsp; |<br>g++ -o .sconf_temp/conftest_5.o -c .sconf_temp/conftest_5.cpp<br>.sconf_temp/conftest_5.cpp:3:19: error: FL/Fl.h: No such file or directory<br>
scons: Configure: no<br><br>---<br>using gentoo....<br><br><br>