gnupg and friends under win32

Alon Bar-Lev alon.barlev at gmail.com
Sat Oct 14 21:51:57 CEST 2006


Hello,

I've tried to use gnupg components under win32, I had several 
problems, I hope it will help.

libassuan:
1. Trivial modification to autogen.sh, adding new host and fixing call 
to configure.
2. Add some missing types.
3. Modify include location.
4. Removed _get_osfhandle from pipe server... read (0...), write 
(1...) works, while read (handle, ...), write (handle...) does not.

BTW: Why don't you use named pipes in order to emulate linux domain 
sockets? It will be standard implementation and allow quite simple 
handling.

libgcrypt:
1. Trivial modification to autogen.sh, adding new host and fixing call 
to configure.
2. tests should not be called for w32... I did not complete this using 
ifdef...

libgpg-error:
1. Trivial modification to autogen.sh, adding new host and fixing call 
to configure.
2. get_locale_dir should return valid value in any path, so default 
to '\' if failed.

Best Regards,
Alon Bar-Lev.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libassuan-0.9.3-win32.diff
Type: text/x-diff
Size: 3909 bytes
Desc: not available
Url : /pipermail/attachments/20061014/435d353b/libassuan-0.9.3-win32.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libgpg-error-1.3-win32.diff
Type: text/x-diff
Size: 1300 bytes
Desc: not available
Url : /pipermail/attachments/20061014/435d353b/libgpg-error-1.3-win32.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libgcrypt-1.2.2-win32.diff
Type: text/x-diff
Size: 1392 bytes
Desc: not available
Url : /pipermail/attachments/20061014/435d353b/libgcrypt-1.2.2-win32.bin


More information about the Gnupg-devel mailing list