Skip site navigation (1)Skip section navigation (2)
Date:      19 Jun 2002 15:39:47 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Scott Flatman <sf@dsinw.com>
Cc:        freebsd-gnome@FreeBSD.ORG
Subject:   Re: libgda2 breakage
Message-ID:  <1024515587.483.42.camel@gyros.marcuscom.com>
In-Reply-To: <20020619112738.H70333-100000@ivymike.satan.kom>
References:  <20020619112738.H70333-100000@ivymike.satan.kom>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <config.h>
>  #include <libgda/libgda.h>
> -#include <popt.h>
> 
>  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1024515587.483.42.camel>