From owner-freebsd-gnome Wed Jun 19 12:40:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-51.cisco.com [64.102.60.51]) by hub.freebsd.org (Postfix) with ESMTP id 5BC0A37B403 for ; Wed, 19 Jun 2002 12:40:18 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g5JJdm6a038358; Wed, 19 Jun 2002 15:39:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g5JJdllg038357; Wed, 19 Jun 2002 15:39:47 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: libgda2 breakage From: Joe Marcus Clarke To: Scott Flatman Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20020619112738.H70333-100000@ivymike.satan.kom> References: <20020619112738.H70333-100000@ivymike.satan.kom> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 19 Jun 2002 15:39:47 -0400 Message-Id: <1024515587.483.42.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-06-19 at 14:29, Scott Flatman wrote: > libgda2 broke with: > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -D_REENTRANT -D_THREAD_SAFE > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libxml2 -I/usr/local/include -I.. -I.. > -I/usr/local/include -O -pipe -Wall -Wunused -Wchar-subscripts > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs > -Wpointer-arith -Wsign-promo -Wno-sign-compare -c gda-run.c > gda-run.c:24: popt.h: No such file or directory > gda-run.c:28: warning: `usage' defined but not used > gmake[2]: *** [gda-run.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/databases/libgda2/work/libgda-0.8.191/tools' > > The following patch fixes it: Fixed. I added a dependency on popt. Thanks for reporting. Joe > > ==== patch-gda-run.c ==== > > --- tools/gda-run.c.orig Fri Jan 11 09:08:15 2002 > +++ tools/gda-run.c Wed Jun 19 11:19:59 2002 > @@ -21,7 +21,6 @@ > > #include > #include > -#include > > static void > usage (void) > > ========================= > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message