On Tuesday, April 30, 2002, at 08:26 , Alexander Hansen wrote:
> It's a built in file: > > [ldx3:~] hansen% locate gssapi > /System/Library/Frameworks/Kerberos.framework/Versions/A/Frameworks/GSS.framework/ > Versions/A/Headers/gssapi.h > /System/Library/Frameworks/Kerberos.framework/Versions/A/Frameworks/GSS.framework/ > Versions/A/Headers/gssapi_generic.h > /System/Library/Frameworks/Kerberos.framework/Versions/A/Frameworks/GSS.framework/ > Versions/A/Headers/gssapi_krb5.h > /usr/include/gssapi > /usr/include/gssapi/gssapi.h > /usr/include/gssapi/gssapi_generic.h > /usr/include/gssapi/gssapi_krb5.h > /usr/lib/libgssapi_krb5.dylib > > Check and see if you have it around. Yep, I have all those files. So why can't cpp-precomp find /usr/include/gssapi/gssapi.h? (Based on the "../lib/xgssapi.h:25" in the error message, I can only guess that configure *did* find that header file.) I notice that Charlie Allom posted the same problem under the heading "cvs dies," too. Thanks, Dan > -- > Alexander K. Hansen > Associate Research Scientist, Columbia University > Levitated Dipole Experiment > MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219 > Cambridge, MA 02139-4213 > Phone: 617-252-1818 Fax: 208-988-4057 > > On Mon, 29 Apr 2002 [EMAIL PROTECTED] wrote: > >> Hi, >> >> I got this error trying to compile CVS 1.11.2-1: >> >> cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff -I../zlib >> -I/usr/include -I/sw/include -g -O2 -c `test -f client.c || echo >> './'`client.c >> ../lib/xgssapi.h:25: header file 'gssapi/gssapi.h' not found >> client.c:83: undefined type, found `gss_ctx_id_t' >> client.c:4232: undefined type, found `gss_buffer_desc' >> client.c:4233: undefined type, found `OM_uint32' >> client.c:4234: undefined type, found `gss_name_t' >> client.c:4263: undefined type, found `OM_uint32' >> client.c:4264: undefined type, found `OM_uint32' >> cpp-precomp: warning: errors during smart preprocessing, retrying in >> basic mode >> make[3]: *** [client.o] Error 1 >> make[2]: *** [all] Error 2 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> ### make failed, exit code 2 >> Failed: compiling cvs-1.11.2-1 failed >> >> I tried "dpkg -S gssapi" and "fink list gss" (looking for possible >> missing dependencies) and didn't find anything. >> >> Any ideas? >> >> Thanks, >> Dan -- This email impairs your ability to operate heavy machinery. <mailto:[EMAIL PROTECTED]>
