Package: flowcanvas Version: 0.5.1-1 Severity: normal Tags: patch Hello,
your package "flowcanvas" failed to build in Ubuntu Lucid with g++ 4.4: ,----[ http://launchpadlibrarian.net/36472094/buildlog_ubuntu-lucid-i386.flowcanvas_0.5.1-1_FAILEDTOBUILD.txt.gz ]- | In file included from /build/buildd/flowcanvas-0.5.1/flowcanvas/Canvas.hpp:25, | from Canvas.cpp:27: | /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:43: error: 'uint32_t' has not been declared | /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:61: error: 'uint32_t' has not been declared | /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:86: error: 'uint32_t' does not name a type `---- At the end of this mail is a patch to fix it. Regards, Michael --- flowcanvas-0.5.1.orig/flowcanvas/Connection.hpp +++ flowcanvas-0.5.1/flowcanvas/Connection.hpp @@ -19,6 +19,7 @@ #define FLOWCANVAS_CONNECTION_HPP #include <list> +#include <stdint.h> #include <boost/weak_ptr.hpp> #include <libgnomecanvasmm.h> #include <libgnomecanvasmm/bpath.h> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org