Your message dated Sat, 12 Dec 2009 17:19:19 +0100
with message-id <[email protected]>
and subject line [done] flowcanvas: FTBFS with g++ 4.4 (missing include)
has caused the Debian Bug report #559898,
regarding flowcanvas: FTBFS with g++ 4.4 (missing include)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
559898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559898
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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>
--- End Message ---
--- Begin Message ---
reported while in 0.6.0-1 NEW, now accepted
--- End Message ---