From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 19:26:01 2004 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 B147116A4CE for ; Sat, 21 Feb 2004 19:26:01 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F9643D1D for ; Sat, 21 Feb 2004 19:26:01 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with SMTP id i1M3Q0Xg004062 for ; Sun, 22 Feb 2004 12:26:00 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 22 Feb 2004 12:26:00 +0900 (JST) Message-Id: <200402220326.i1M3Q0Xg004062@sakura.ninth-nine.com> From: Norikatsu Shigemura To: gnome@FreeBSD.org X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FYI: cannot compile x11-toolkits/gtksourceview on current 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: Sun, 22 Feb 2004 03:26:01 -0000 I cannot compile x11-toolkits/gtksourceview on current. Maybe, by recently changing about gnu regex, this was broken. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/X11R6/share/gnome\" -DG_LOG_DOMAIN=\"GtkSourceView\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -I.. -I. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -I/usr/local/include/atk-1.0 -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/usr/local/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/local/include -O -fno-ident -pipe -march=pentium3 -MT gtksourceregex.lo -MD -MP -MF .deps/gtksourceregex.Tpo -c gtksourceregex.c -fPIC -DPIC -o .libs/gtksourceregex.lo In file included from gtksourceregex.c:31: /usr/include/gnuregex.h:31:2: #warning " has been replaced by " gmake[4]: *** [gtksourceregex.lo] Error 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - In /usr/include/gnuregex.h - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #ifdef __GNUC__ #warning " has been replaced by " #endif #include - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I don't know how to fix this problem. I think -Werror should be removed. (or on current, gnuregex.h -> gnu/rege.h, or ...) I'm tired this fix:-). So FYI:-(.