[Gpg4win-devel] Status of Claws Mail and SSL ?

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Thu Dec 6 20:34:18 CET 2007


At Thu, 6 Dec 2007 19:09:11 +0100,
Colin Leroy <colin at colino.net> wrote:
> 
> On 06 December 2007 at 16h12, Marcus Brinkmann wrote:
> 
> Hi, 
> 
> > > Will keep you informed about that soon.  
> > 
> > Please do.  We currently use claws 3.0.2 release in gpg4win.  If you
> > think we should use a newer snapshot, please let us know about that,
> > too.
> 
> Done. It's claws-mail 3.1.0cvs62. :)

Thanks, here are a couple of reports:

1) the src/gtk/Makefile.am::AM_CPPFLAGS needs to have
   -I$(builddir)/.. for matcher_parser_parse.h, which is a generated file.
   (Important for VPATH builds, where srcdir != builddir).

2) I attach a small patch that we have in gpg4win to support newer
   mingw32 releases, which have a more complete libc implementation.
   Please consider adding it to the repository.

3) etpan-thread-manager.c still craps out on _O_BINARY.  We can work
   around this glib bug by adding

#include <fnctl.h>

   to the file.  Please consider doing this (otherwise it will become
   a local patch).  Of course, this should also be reported to glib.

4) imap-thread.c and nntp-thread.c should not include two header files
   on w32 systems:

+#ifndef WIN32
 #include <sys/mman.h>
 #include <sys/wait.h>
+#endif

With these changes, it compiles with --enable-libetpan!  Yay!

Thanks,
Marcus


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 04-gettimeofday.patch
Type: application/octet-stream
Size: 1836 bytes
Desc: not available
Url : http://lists.wald.intevation.org/pipermail/gpg4win-devel/attachments/20071206/37403f3f/04-gettimeofday.obj
-------------- next part --------------



More information about the Gpg4win-devel mailing list