From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,12c2e442ebae1441,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-09 10:41:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.xnet.com!dfw-peer!news.verio.net!iad-read.news.verio.net.POSTED!not-for-mail From: Dr Nancy's Sweetie Subject: GtkAda Build Fails With Assertion Errors Newsgroups: comp.lang.ada Organization: Rowan University User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (IRIX/6.2 (IP22)) Message-ID: Date: Sat, 09 Mar 2002 18:37:32 GMT NNTP-Posting-Host: 150.250.128.42 X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 1015699052 150.250.128.42 (Sat, 09 Mar 2002 18:37:32 GMT) NNTP-Posting-Date: Sat, 09 Mar 2002 18:37:32 GMT Xref: archiver1.google.com comp.lang.ada:20984 Date: 2002-03-09T18:37:32+00:00 List-Id: I've designed a new window with Glade, and when I go to build it I get the same error message 42 times: Gtk-CRITICAL **: file gtksignal.c: line 433 (gtk_signal_lookup): assertion `gtk_type_is_a (object_type, GTK_TYPE_OBJECT)' failed. In the interest of getting more data, I went ahead with the compile, (gnatmake foo `gtkada-config`), and got: adagcc -c -I/usr/X11R6/include/gtkada foo.adb main_window_pkg.ads:29:15: "Gtk_Pixmap_Menu_Item" is undefined (more references follow) gnatmake: "foo.adb" compilation error I'm pretty sure gtkada-config is okay, because I've compiled a few downloaded programs and they worked. The output of "gtkada-config" is: -I/usr/X11R6/include/gtkada -largs -L/usr/X11R6/include/gtkada -L/usr/X11R6/lib -lgtkada -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm And I turned up "/usr/X11R6/include/gtkada/gtk-pixmap_menu_item.ads", which declares the "Gtk.Pixmap_Menu_Item" package, and which does include type "Gtk_Pixmap_Menu_Item". "glade --version" says: "Gnome Glade 0.6.2" "gtkada-config --version" says: "1.2.12" So, any ideas? I tried a Google search, but got either a zillion hits or none. (One point of this posting is so that the next person who does a search on the same keywords will get something out.) Darren F Provine ! kilroy@copland.rowan.edu ! http://www.rowan.edu/~kilroy