On 04/19/2010 07:04 AM, James Brown wrote:
> I asked this question last week, but haven't got any replies. I'm re-posting 
> it because a) it will give everyone a break from the 0.94 EOL tweet wars :-) 
> and b) I'll try to provide more info.
> 
> Any help  would be much appreciated, as obviously I want to run 0.96!

Which compiler version (g++ -v, gcc -v).

And does this patch help? (you can apply it with 'git apply', or 'patch
-p1'):

diff --git a/libclamav/c++/llvm/include/llvm/System/DataTypes.h.in
b/libclamav/c++/llvm/include/llvm/System/DataTypes.h.in
index 1f8ce79..879650b 100644
--- a/libclamav/c++/llvm/include/llvm/System/DataTypes.h.in
+++ b/libclamav/c++/llvm/include/llvm/System/DataTypes.h.in
@@ -105,7 +105,11 @@ typedef u_int64_t uint64_t;
 #endif

 #ifndef HUGE_VALF
+#ifdef __GNUC__
+#define HUGE_VALF __builtin_huge_valf()
+#else
 #define HUGE_VALF (float)HUGE_VAL
 #endif
+#endif

 #endif  /* SUPPORT_DATATYPES_H */
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to