Re: MacOSX and getopt.h

2011-09-25 Thread Nikos Mavrogiannopoulos
On 09/25/2011 07:29 PM, Bruno Haible wrote: Hi Nikos, I got some bug report [0] on gnutls that on MacOSX gnutls compilation fails with the following error. serv.c:1236: warning: cast to pointer from integer of different size In file included from ./../gl/unistd.h:112, from ./../gl/stdlib.h:

Re: MacOSX and getopt.h

2011-09-25 Thread Bruno Haible
Hi Nikos, > I got some bug report [0] on gnutls that on MacOSX gnutls compilation > fails with the following error. > > serv.c:1236: warning: cast to pointer from integer of different size > In file included from ./../gl/unistd.h:112, > from ./../gl/stdlib.h:90, > from udp-serv.c:5: > ./../gl/

Re: MacOSX and getopt.h

2011-09-25 Thread Paul Eggert
On 09/25/11 09:29, Nikos Mavrogiannopoulos wrote: > [0]. https://savannah.gnu.org/support/?107806 I suggest debugging this in the context of the gnutls distribution itself, without particularly worrying about gnulib. The serv.c bug doesn't have any apparent connection to gnulib, for example. Fo

MacOSX and getopt.h

2011-09-25 Thread Nikos Mavrogiannopoulos
Hello, I got some bug report [0] on gnutls that on MacOSX gnutls compilation fails with the following error. serv.c:1236: warning: cast to pointer from integer of different size In file included from ./../gl/unistd.h:112, from ./../gl/stdlib.h:90, from udp-serv.c:5: ./../gl/getopt.h:197: error