Thanks, when I build libassuan, I found ENOFILE not defined yet (within errno.h)

#define ENOFILE         2       /* No such file or directory */
#define ENOENT          2

When I add ENOFILE definition, I can build GnuPG 2 success.

I don't know whether ENOFILE should defined.

On Thu, Jul 29, 2010 at 21:52, Kai Tietz <[email protected]> wrote:
> 2010/7/29 Dongsheng Song <[email protected]>:
>> Hi,
>>
>> When I compile GnuPG 2, I found w32pth[1] use data type sigset_t which
>> mingw-w64 not supported,
>> Is there any plan to support sigset_t in sys/types.h ?
>>
>> #ifndef _SIGSET_T_
>> #define _SIGSET_T_
>> typedef int     _sigset_t;
>>
>> #ifndef _NO_OLDNAMES
>> typedef _sigset_t       sigset_t;
>> #endif
>> #endif  /* Not _SIGSET_T_ */
>>
>> [1] svn://cvs.gnupg.org/w32pth
>>
>> Regards,
>> Dongsheng
>
> Thanks for the point. Committed at revision 3020 to trunk.
>
> Regards,
> Kai
>
> --
> |  (\_/) This is Bunny. Copy and paste
> | (='.'=) Bunny into your signature to help
> | (")_(") him gain world domination
>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to