From owner-freebsd-current@FreeBSD.ORG Sun Mar 17 02:47:56 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27A61C82 for ; Sun, 17 Mar 2013 02:47:56 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id E40C6D57 for ; Sun, 17 Mar 2013 02:47:55 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqEEAMQtRVGDaFvO/2dsb2JhbABDDogmvH2CA3SCKgEBAQQBAQEgKyALGxgCAg0ZAikBCSYGCAcEARwEh3MMsFaRX4EjjEJ8NAeCLYETA5Qggj6BH49jgktbIDKBBTU X-IronPort-AV: E=Sophos;i="4.84,858,1355115600"; d="scan'208";a="21565408" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 16 Mar 2013 22:47:49 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 177D3B3F41; Sat, 16 Mar 2013 22:47:49 -0400 (EDT) Date: Sat, 16 Mar 2013 22:47:49 -0400 (EDT) From: Rick Macklem To: Benjamin Kaduk Message-ID: <1638777446.3976688.1363488469024.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: Subject: Re: Strange error when compiling minimal GSSAPI application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: freebsd-current@freebsd.org, =?utf-8?Q?Elias_M=C3=A5rtenson?= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 02:47:56 -0000 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: > >> > > If you add: > > #include > > it compiles. in included by krb5.h, which I suspect most > > programs that use the gssapi_krb5.h stuff also uses. > > Which FreeBSD version are you on, Rick? > The userland on this laptop is about 9.0 with a few utilities updated and a pretty recent (Jan. 7, 2013) kernel from head. So, it is the older version of Heimdal for the above, rick > -Ben > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"