From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 28 08:12:14 2003 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 0CCE616A4B3 for ; Sun, 28 Sep 2003 08:12:14 -0700 (PDT) Received: from mail.iinet.net.au (mail-02.iinet.net.au [203.59.3.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 288DA4400B for ; Sun, 28 Sep 2003 08:12:11 -0700 (PDT) (envelope-from james@daa.com.au) Received: (qmail 9293 invoked from network); 28 Sep 2003 15:00:45 -0000 Received: from unknown (HELO home.henstridge.invalid) (203.59.115.51) by mail.iinet.net.au with SMTP; 28 Sep 2003 15:00:44 -0000 Received: from daa.com.au (dhcp-236.henstridge.invalid [10.0.42.236]) by home.henstridge.invalid (Postfix) with ESMTP id 034D14310; Sun, 28 Sep 2003 23:00:40 +0800 (WST) Message-ID: <3F76F758.7060308@daa.com.au> Date: Sun, 28 Sep 2003 22:59:36 +0800 From: James Henstridge User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-AU; rv:1.4) Gecko/20030701 X-Accept-Language: en-au, en MIME-Version: 1.0 To: Seva Gluschenko References: <20030928163226.A56315@road.demos.su> In-Reply-To: <20030928163226.A56315@road.demos.su> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: bug in py-gtk-2.0? 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, 28 Sep 2003 15:12:14 -0000 On 28/09/03 20:36, Seva Gluschenko wrote: >Hi there. > >I'm trying to build py-gtk2 from FreeBSD ports and I'm getting >messages like this: > >source='pygtkcellrenderer.c' object='_gtk_la-pygtkcellrenderer.lo' >libtool=yes \ >depfile='.deps/_gtk_la-pygtkcellrenderer.Plo' >tmpdepfile='.deps/_gtk_la-pygtkcellrenderer.TPlo' \ >depmode=gcc /usr/local/bin/bash ../depcomp \ >/usr/local/bin/bash ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. >-I. -I.. -I.. -I/usr/local/include/python2.3 -D_THREAD_SAFE >-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 >-I/usr/local/lib/glib-2.0/include -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/local/include -O -pipe -march=pentiumpro -D_THREAD_SAFE -Wall >-std=c9x -c -o _gtk_la-pygtkcellrenderer.lo `test -f >'pygtkcellrenderer.c' || echo './'`pygtkcellrenderer.c > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/python2.3 >-D_THREAD_SAFE -I/usr/local/include/atk-1.0 >-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >-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/local/include -O -pipe >-march=pentiumpro -D_THREAD_SAFE -Wall -std=c9x -c pygtkcellrenderer.c >-Wp,-MD,.deps/_gtk_la-pygtkcellrenderer.TPlo -fPIC -DPIC -o >.libs/_gtk_la-pygtkcellrenderer.o >(cd . \ > && /usr/local/bin/python ../codegen/codegen.py \ > --register ../pango-types.defs \ > --register ../atk-types.defs \ > --register gdk-types.defs \ > --register gtk-types.defs \ > --override gtk.override \ > --prefix pygtk gtk.defs) > gen-gtk.c \ >&& cp gen-gtk.c gtk.c \ >&& rm -f gen-gtk.c >Could not write method GtkTextIter.forward_find_char: No ArgType for >'GtkTextCharPredicate' >Could not write method GtkTextIter.backward_find_char: No ArgType for >'GtkTextCharPredicate' >Could not write method GtkAccelGroup.connect: No ArgType for >'GClosure*' >Could not write method GtkAccelGroup.connect_by_path: No ArgType for >'GClosure*' >Could not write method GtkAccelGroup.disconnect: No ArgType for >'GClosure*' >Could not write method GtkAccelGroup.find: No ArgType for >'GtkAccelKey*' >Could not write method GtkIMContextSimple.add_table: No ArgType for >'guint16*' >Could not write method GtkSettings.install_property: No ArgType for >'GParamSpec*' >Could not write method GtkSettings.install_property_parser: No ArgType >for 'GParamSpec*' >[skip] > >at the same time > > > >>grep GtkTextCharPredicate /usr/X11R6/include/gtk-2.0/gtk/* >> >> >/usr/X11R6/include/gtk-2.0/gtk/gtktextiter.h:typedef gboolean (* >GtkTextCharPredicate) (gunichar ch, gpointer user_data); >/usr/X11R6/include/gtk-2.0/gtk/gtktextiter.h: >GtkTextCharPredicate pred, >/usr/X11R6/include/gtk-2.0/gtk/gtktextiter.h: >GtkTextCharPredicate pred, > >and so on, e.g. every type mentioned is exists indeed. Could you >advise the way to handle this problem? Thank you in advance. > > Thost are really just debugging messages indicating what functions are not wrapped. The binding still builds, and the vast majority of functions are handled. James. -- Email: james@daa.com.au WWW: http://www.daa.com.au/~james/