Package: esteidutil
Version: 0.9.18-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of esteidutil_0.9.18-1 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I.   
> -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 
> -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread 
> -I/usr/include/PCSC  -g -O2 -I/usr/include/PCSC -MT MainDialog_Image.o -MD 
> -MP -MF .deps/MainDialog_Image.Tpo -c -o MainDialog_Image.o 
> MainDialog_Image.cpp
> In file included from utility/netObj.h:19,
>                  from MainDialog_Image.cpp:19:
> ./utility/opensslObj.h:84: error: 'uint32_t' does not name a type
> make[3]: *** [MainDialog_Image.o] Error 1
> make[3]: Leaving directory `/build/tbm/esteidutil-0.9.18/src'

--- src/utility/opensslObj.h~   2008-11-12 07:49:10.000000000 +0000
+++ src/utility/opensslObj.h    2008-11-12 07:49:19.000000000 +0000
@@ -8,6 +8,7 @@
 #pragma once
 #include "cardlib/DynamicLibrary.h" //bad ..
 #include "Setup.h"
+#include <stdint.h>
 
 #if HAVE_OPENSSL
 #include <openssl/ssl.h>

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to