From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 03:49:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 019B116A4B3; Wed, 8 Oct 2003 03:49:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16D543F93; Wed, 8 Oct 2003 03:49:08 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h98An8FY091568; Wed, 8 Oct 2003 03:49:08 -0700 (PDT) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h98An6Yc091564; Wed, 8 Oct 2003 03:49:06 -0700 (PDT) (envelope-from edwin) Date: Wed, 8 Oct 2003 03:49:06 -0700 (PDT) From: Edwin Groothuis Message-Id: <200310081049.h98An6Yc091564@freefall.freebsd.org> To: rui@ruilopes.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52393: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 10:49:10 -0000 Synopsis: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Oct 8 03:48:15 PDT 2003 State-Changed-Why: It fails to compile for me: cc -DHAVE_CONFIG_H -I. -I. -I. -I/home/edwin/local/include/python2.3 -I/home/edwin/local/include/libxml2 -I/home/edwin/local/include -I/home/edwin/local/include/atk-1.0 -I/home/edwin/local/include/glib-2.0 -I/home/edwin/local/lib/glib-2.0/include -I/home/edwin/local/include/libart-2.0 -I/home/edwin/X11R6/include/gtksourceview-1.0 -I/home/edwin/X11R6/include/gtk-2.0 -I/home/edwin/X11R6/include/libgnomeprint-2.2 -I/home/edwin/X11R6/lib/gtk-2.0/include -I/home/edwin/X11R6/include/pango-1.0 -I/home/edwin/X11R6/include -I/home/edwin/local/include/freetype2 -I/home/edwin/local/include/pygtk-2.0 -I/home/edwin/local/include/glib-2.0 -I/home/edwin/local/lib/glib-2.0/include -I/home/edwin/local/include/atk-1.0 -I/home/edwin/local/include/glib-2.0 -I/home/edwin/local/lib/glib-2.0/include -I/home/edwin/X11R6/include/gtk-2.0 -I/home/edwin/X11R6/lib/gtk-2.0/include -I/home/edwin/X11R6/include/pango-1.0 -I/home/edwin/X11R6/include -I/home/edwin/local/include/freetype2 -I/home/edwin/local/in clude -O -pipe -march=pentium2 -DGTK_SOURCE_STYLE_SCHEME=GTK_STYLE_SOURCE_SCHEME -c sourceview.c -MT sourceview.lo -MD -MP -MF .deps/sourceview.TPlo -fPIC -DPIC -o .libs/sourceview.lo In file included from /home/edwin/X11R6/include/gtksourceview-1.0/gtksourceview/gtksourcelanguage.h:28, from /home/edwin/X11R6/include/gtksourceview-1.0/gtksourceview/gtksourcebuffer.h:31, from sourceview.override:7: /home/edwin/X11R6/include/gtksourceview-1.0/gtksourceview/gtksourcestylescheme.h:52:1: warning: "GTK_SOURCE_STYLE_SCHEME" redefined :8:1: warning: this is the location of the previous definition sourceview.c: In function `_wrap_gtk_syntax_tag_new': sourceview.c:907: error: too few arguments to function `gtk_syntax_tag_new' sourceview.c: In function `_wrap_gtk_pattern_tag_new': sourceview.c:970: error: too few arguments to function `gtk_pattern_tag_new' gmake[1]: *** [sourceview.lo] Error 1 Suggestions? http://www.freebsd.org/cgi/query-pr.cgi?pr=52393