Hi Rob,

this is a compile fix I ended up needing on my F10+testing to
get symbols like boost::int32_t defined.

--- libcore/Font.h	2008-11-09 00:28:06 +0000
+++ libcore/Font.h	2009-02-04 23:05:10 +0000
@@ -28,6 +28,7 @@
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
+#include <boost/cstdint.hpp>
 #include <vector>
 #include <map>
 

--- libcore/parser/character_def.h	2008-11-14 10:31:33 +0000
+++ libcore/parser/character_def.h	2009-02-04 22:46:41 +0000
@@ -19,6 +19,7 @@
 #define GNASH_CHARACTER_DEF_H
 
 #include "ExportableResource.h"
+#include <boost/cstdint.hpp>
 
 // Forward declarations
 

