Ignore those messages.  They are reported by my code generation routines.
To save time, some functions are generated from the .defs files in the
generate directory.  Some functions are hand crafted, since they have some
special needs in the implementation.  In these cases, the hand crafted
routines take precedence, and the others get filtered out.

The one error there is for generating gtk_item_factory_add_foreign.  You
can fix this by editing generate/gtkmenus.defs and replace occurences of
GtkModifierType with GdkModifierType (as was pointed out on this list a
little while ago).

There should be no other problems with the testgtk program (it seems to
run find for me).  Maybe try using gtk+-1.2.2 ?

James Henstridge.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Mon, 26 Apr 1999 [EMAIL PROTECTED] wrote:

> Hello, just tried to compile pygtk0.6. If I try to run testgtk.py the
> app hangs after touching a menu widget.
> 
> During make I see following:
> make[1]: Entering directory `/home/hauser/INSTALL/PYTHON/pygtk-0.6.0'
> cd . && python mkgtk.py
> gdk_font_load: filtered out
> gdk_fontset_load: filtered out
> gtk_main: filtered out
> gtk_container_add: filtered out
> gtk_item_factory_add_foreign: unknown arg type 'GtkModifierType'
> gtk_item_factory_get_widget: filtered out
> gtk_item_factory_get_widget_by_action: filtered out
> gcc -DPACKAGE=\"pygtk\" -DVERS....
> 
> I think the factory methods are needed. Why are they filtered out? I
> have gtk1.2.1 installed. Is this a bug in my gtk installation. It's a
> very early gtk (araound mid march). This happend also in the snapshot, 
> I tried early, but I don't yet use menus, so I haven't seen it.
> 
> Thanks for your help
> 
> __Janko
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to