Date: Wed, 19 Jun 2002 11:29:57 -0700 (PDT) From: Scott Flatman <sf@dsinw.com> To: freebsd-gnome@freebsd.org Subject: libgda2 breakage Message-ID: <20020619112738.H70333-100000@ivymike.satan.kom>
next in thread | raw e-mail | index | archive | help
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: ==== 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020619112738.H70333-100000>