Re: [Mingw-w64-public] sigset_t and w32pth

2010-07-30 Thread Kai Tietz
2010/7/30 Ozkan Sezer seze...@gmail.com: On Fri, Jul 30, 2010 at 4:45 AM, Dongsheng Song dongsheng.s...@gmail.com wrote: It seems that Borland C++ defined ENOFILE, and MinGW add the alias of ENOENT. Well, ENOENT is actually a standart errno.  I learnt ENOFILE just now, but since it seems

Re: [Mingw-w64-public] sigset_t and w32pth

2010-07-29 Thread Kai Tietz
2010/7/29 Dongsheng Song dongsheng.s...@gmail.com: 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

Re: [Mingw-w64-public] sigset_t and w32pth

2010-07-29 Thread Ozkan Sezer
On Thu, Jul 29, 2010 at 6:28 PM, Kai Tietz ktiet...@googlemail.com wrote: 2010/7/29 Dongsheng Song dongsheng.s...@gmail.com: Thanks, when I build libassuan, I found ENOFILE not defined yet (within errno.h) #define ENOFILE         2       /* No such file or directory */ #define ENOENT        

Re: [Mingw-w64-public] sigset_t and w32pth

2010-07-29 Thread Dongsheng Song
It seems that Borland C++ defined ENOFILE, and MinGW add the alias of ENOENT. On Thu, Jul 29, 2010 at 23:43, Ozkan Sezer seze...@gmail.com wrote: On Thu, Jul 29, 2010 at 6:28 PM, Kai Tietz ktiet...@googlemail.com wrote: 2010/7/29 Dongsheng Song dongsheng.s...@gmail.com: Thanks, when I build