From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 6 08:02:49 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134A037B401 for ; Wed, 6 Aug 2003 08:02:49 -0700 (PDT) Received: from hermes.pressenter.com (hermes.pressenter.com [69.58.128.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6AC443F3F for ; Wed, 6 Aug 2003 08:02:47 -0700 (PDT) (envelope-from nospam@hiltonbsd.com) Received: from [69.58.132.86] (helo=daggar.sbgnet.local) by hermes.pressenter.com with smtp (Exim 3.16 #1) id 19kPoL-0008LW-00; Wed, 06 Aug 2003 10:02:46 -0500 Date: Wed, 6 Aug 2003 10:02:45 -0500 From: Stephen Hilton To: Alexander Leidinger Message-Id: <20030806100245.201fc442.nospam@hiltonbsd.com> In-Reply-To: <20030806165934.395515db.Alexander@Leidinger.net> References: <20030806141247.0C4875301@netcom1.netcom.com> <1060180850.565.48.camel@jake> <20030806165934.395515db.Alexander@Leidinger.net> X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: recent libgda2-0.91.0 upgrade fails on -STABLE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 15:02:49 -0000 On Wed, 6 Aug 2003 16:59:34 +0200 Alexander Leidinger wrote: > On Wed, 06 Aug 2003 10:40:50 -0400 > Adam wrote: > > > On Wed, 2003-08-06 at 10:12, Mike Harding wrote: > > > it checks for "stdint.h", says no, and then complains it doesn't > > > exist. Hmmm. > > > > > > This is a very recent 4.8-STABLE > > > > Strange, I just updated on my 5.1-RELEASE box and it went through > > without a hitch. > > 5.1 has stdint.h, so this isn't really strange. I assume there's only a > #ifdef HAVE_STDINT_H > # include > #endif > missing, but I can't look at it at the moment. > My 4.8-STABLE system has: daggar># cd /usr daggar># find . -name "stdint.h" ./local/include/zzip/stdint.h daggar># HTH, Stephen Hilton nospam@hiltonbsd.com