Hi Mr. Sam 
Very Thanks 
your help for "md5 problem" was very important

NOw I have a problem , because I use DigitalUnix with Tru64 
It is a system of 64bits 
I had problem with md5 compilation, but in this moment I don't
have any problem with md5, else with rfc822 

When I compile with "make check" into of
./sqwebmail-2.0.0/rfc822
show me this message :

#make check
/testsuite | cmp -s - ./testsuite.txt
/reftest | cmp -s - ./reftest.txt
make: *** [check] Error 1

in this moment the sqwebmail work fine , but the error message
of rfc822 is giving to worry to me 

What is the file that should modific???
Please, response me as soon as possible...
Very thanks


Juan 

 Mustafa Han writes:
> 
> > Hi,
> > For md5 running you need to modify md5.h for alpha (64
bits) as this :
> > # diff ../sqwebmail-1.0.2/md5/md5.h md5/md5.h 
> > 
> > 36 c36 ??? 
> > 
> > < #define       MD5_WORD        unsigned long    #
> > ---
> >> #define       MD5_WORD        unsigned int           #
> > ok!
>  
> 
> The full snippet is: 
> 
> #ifdef  HAVE_U_INT32_T
> #define MD5_WORD        u_int32_t
> #else
> #ifdef  HAVE_UINT32_T
> #define MD5_WORD        uint32_t
> #else
> #define MD5_WORD        unsigned long
> #endif
> #endif 
> 
> 
> Do you have a more conveniently defined 32-bit datatype
that's defined 
> somewhere? 
> 
>  
> 
> 
> -- 
> Sam 
> 
> 


---------------------------------------------
Este mensaje fue enviado a trav�s de Qnet
http://www.qnet.com.pe


Reply via email to