* Kartik Mistry <kartik.mis...@gmail.com> [2009-05-25 22:20]:
> Please look at compilation bug with xchm and gcc 4.4

Sorry, I forgot to include the patch to fix this:

--- src/chmfile.h~      2009-05-25 18:11:36.000000000 +0000
+++ src/chmfile.h       2009-05-25 18:11:44.000000000 +0000
@@ -31,6 +31,7 @@
 #include <wx/font.h>
 #include <wx/string.h>
 #include <string>
+#include <stdint.h>
 
 
 // Forward declarations.
--- src/bitfiddle.inl~  2009-05-25 18:13:42.000000000 +0000
+++ src/bitfiddle.inl   2009-05-25 18:13:47.000000000 +0000
@@ -23,6 +23,7 @@
 
 
 #include <wx/string.h>
+#include <stdint.h>
 
 
 #define FIXENDIAN16(x) (x = wxUINT16_SWAP_ON_BE(x))

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to