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=-0.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,MAILING_LIST_MULTI,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,12c2e442ebae1441 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-09 13:21:03 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news-x2.support.nl!deine.net!freenix!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: GtkAda Build Fails With Assertion Errors Date: Sat, 9 Mar 2002 15:20:06 -0600 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1015708862 16394 137.194.161.2 (9 Mar 2002 21:21:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sat, 9 Mar 2002 21:21:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:20990 Date: 2002-03-09T15:20:06-06:00 A more appropriate forum in which to get an answer to this might be the gtkada mailing list gtkada@lists.act-europe.fr http://lists.act-europe.fr/mailman/listinfo/gtkada ----- Original Message ----- From: "Dr Nancy's Sweetie" Newsgroups: comp.lang.ada To: Sent: March 09, 2002 12:37 PM Subject: GtkAda Build Fails With Assertion Errors > > 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 > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >