Thanks Török.

On 19/04/2010, at 5:23 PM, Török Edwin wrote:

> 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).

$ gcc -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5250.obj~20/src/configure 
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
--with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-apple-darwin8 
--with-arch=pentium-m --with-tune=prescott --program-prefix= 
--host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5250)

$ g++ -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5250.obj~20/src/configure 
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
--with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-apple-darwin8 
--with-arch=pentium-m --with-tune=prescott --program-prefix= 
--host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5250)


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

'locate bin/git' finds nothing, but I have patch.

> 
> 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 */

Sorry if this is stupid question (I've never applied a patch before), what what 
is the file I'm patching? When I know this, do I just run 'patch -p1 
file_to_be_patched file_containing_above_diff_info ?

Thanks,

James.
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to