On 03/19/2010 12:10 AM, Erik de Castro Lopo wrote:
  Reuben Martin wrote:
  FTutils.hpp needs a
"#include<stdint.h>" added to it. It's to do
 with changes made in gcc 4.4 to do with headers. 
 That wasn't the problem I ran into. My problem was that sig++/sig++.h
 wasn't found even though I have installed libsigc++-2.0-dev.
 Basically a bit of autofoo/pkg-config magic is needed to fix this. 
iirc it needs libsigc++-1.x, in addition to the usual #include stuff.