Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Rick Macklem
Benjamin Kaduk wrote: > On Sat, 16 Mar 2013, Rick Macklem wrote: > > > Elias Martenson wrote: > > > >> Is there a problem with the GSSAPI implementation in FreeBSD? > >> > >> I'm trying to compile a minimal application that does nothing more > >> than > >> including the file gssapi/gssapi_krb5.h:

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Benjamin Kaduk
On Sat, 16 Mar 2013, Rick Macklem wrote: Elias Martenson wrote: Is there a problem with the GSSAPI implementation in FreeBSD? I'm trying to compile a minimal application that does nothing more than including the file gssapi/gssapi_krb5.h: If you add: #include it compiles. in included by

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Rick Macklem
Elias Martenson wrote: > Is there a problem with the GSSAPI implementation in FreeBSD? > > I'm trying to compile a minimal application that does nothing more > than > including the file gssapi/gssapi_krb5.h: > If you add: #include it compiles. in included by krb5.h, which I suspect most prog

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Benjamin Kaduk
On Sat, 16 Mar 2013, Elias MÃ¥rtenson wrote: Is there a problem with the GSSAPI implementation in FreeBSD? There might be; I can't remember if I had trouble with it in my current application even before I started using the gss_pseudo_random feature which it does not support (which caused me t

Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Elias MÃ¥rtenson
Is there a problem with the GSSAPI implementation in FreeBSD? I'm trying to compile a minimal application that does nothing more than including the file gssapi/gssapi_krb5.h: #include int main(void) { return 0; } When compiling this with "gcc foo.c" I get the following error: