On Fri, Aug 29, 2003 at 02:19:36AM -0600, K. Haley wrote:
I ran make check for the first time today and two of the tests failed.
The glibext test will fail on windows when it tests pan_file_normalize
because of the different path seperators. The only way to fix this is
to provide alternate versions for windows. This hasn't bitten pan since
it uses g_build_filename to build up the paths one directory at a time.
The other test that failed was decode, it was a bug in gmime.
md5_get_digest_from_file needs to read the file in binary mode to get
the correct md5 sum.
Could you open a pair of bug reports for these?