Alexander K Hansen wrote: [] >> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../src -I../src/ftp >> -I../src/libmhe -I/sw/include -g -O2 -MT gssapi.o -MD -MP -MF >> ".deps/gssapi.Tpo" \ >> -c -o gssapi.o `test -f 'gssapi.c' || echo './'`gssapi.c; \ >> then mv ".deps/gssapi.Tpo" ".deps/gssapi.Po"; \ >> else rm -f ".deps/gssapi.Tpo"; exit 1; \ >> fi >> gssapi.c:44:23: error: krb5_err.h: No such file or directory >> gssapi.c: In function 'gss_auth': >> gssapi.c:288: error: 'KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN' undeclared (first >> use in this function) >> gssapi.c:288: error: (Each undeclared identifier is reported only once >> gssapi.c:288: error: for each function it appears in.) >> make[2]: *** [gssapi.o] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 > > The listed maintainer for the package isn't active in the project any more, > so > I guess nobody checked this one--and you're the first person to try it and > file a report here (I haven't checked the bug tracker) > > I get the same error on my own machine (10.5.2/PowerPC), so the package > probably is in need of some Leopard-specific updating.
It gets confused by the presence of /usr/include/gssapi.h which didn't exist pre-leopard. I have checked a quick fix into CVS (version 1.0-1014). -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
