Re: gpg-error.h possible(?) syntax error: #define GPG_ERR_SYSTEM_ERROR (1 15)

2009-11-08 Thread Hedge Hog
On Fri, Nov 6, 2009 at 7:04 AM, Werner Koch w...@gnupg.org wrote: On Sun,  1 Nov 2009 11:04, hedgehogshia...@gmail.com said: It is not clear to me if this is an problem with gpg-error.h or swig. The same code with some context:  typedef enum    {      GPG_ERR_NO_ERROR = 0,      

Re: gpg-error.h possible(?) syntax error: #define GPG_ERR_SYSTEM_ERROR (1 15)

2009-11-05 Thread Werner Koch
On Sun, 1 Nov 2009 11:04, hedgehogshia...@gmail.com said: It is not clear to me if this is an problem with gpg-error.h or swig. The same code with some context: typedef enum { GPG_ERR_NO_ERROR = 0, GPG_ERR_GENERAL = 1, [...] GPG_ERR_EOF = 16383, /* The

gpg-error.h possible(?) syntax error: #define GPG_ERR_SYSTEM_ERROR (1 15)

2009-11-01 Thread Hedge Hog
Hi, I'm not a C/C++ guru so would appreciate anyone indicating if the following is a bug in the generated gpg-error.h file. This issue arose in the process of trying to create a ruby interface for gpgme. After checking out the source for libgpg-error-1.7 and running: ./autogen.sh ./configure