> 'm struggling with Scons, trying to build from source. Has anyone seen > debian packages for this yet? > > Thanks in advance! Make sure that PKG_CONFIG_PATH is correctly set in you /etc/profile or do it before in the session doing the scons configure. Then the thing will find the libraries it needs to compile. If it does not find stuff it can live without but you want, install them first.