After a recent change to the svn code, I was not able to get the NetworkEditor to configure any more.
First, it was not able to find shiboken.pc. That's normal because on gentoo, shiboken will install several .pc files, one for each supported python version. In my system they are shiboken-python-2.7 and shiboken-python-3.2 The following patching to SConstruct solved it: sed -i -e 's/shiboken/shiboken-python2.7/' SConstruct During compiling, I get this: == Linking library libclam_qtmonitors.so.1.4.1 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_python This is the same problematic. My fix is: sed -i -e 's/boost_python/boost_python-2.7/' SConstruct Another issue is that scons complain about QTDIR and QCore.pc not found. If I remember well, they are relics from QT3. It is a long time ago gentoo dropped QT3, and now it is not even possible to install it any more from an overlay, because the qtlib v3 fail to compile. Do you have any plan tu update the QT3 parts of CLAM to QT4? Best, Dominique -- "We have the heroes we deserve." _______________________________________________ clam-devel mailing list clam-devel@lists.clam-project.org http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org