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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b6a41f43bdf7d57 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-13 20:06:14 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!nwrddc03.gnilink.net.POSTED!c4553817!not-for-mail From: Andrew Reynolds Newsgroups: comp.lang.ada Subject: Re: GLADE GUI builder version question References: <3s-dnUFg8KKtV_XdRVn-gw@comcast.com> User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X) Message-ID: Date: Wed, 14 Apr 2004 03:06:15 GMT NNTP-Posting-Host: 151.198.114.109 X-Complaints-To: abuse@verizon.net X-Trace: nwrddc03.gnilink.net 1081911975 151.198.114.109 (Tue, 13 Apr 2004 23:06:15 EDT) NNTP-Posting-Date: Tue, 13 Apr 2004 23:06:15 EDT Xref: archiver1.google.com comp.lang.ada:7067 Date: 2004-04-14T03:06:15+00:00 List-Id: In order to generate Ada code for GLADE GUI you have to "gate" on the GLADE project. "gate" is usually built with Gtk-Ada. Drew In article <3s-dnUFg8KKtV_XdRVn-gw@comcast.com>, Keith Brown wrote: > All, > > I am trying to use the GLADE 2.0.0 GUI builder to build a form and then > generate > Ada code. My problem is that the GLADE GUI does not have a check box option > for > Ada code generation, only C and C++. My question is, what version of GLADE > should I be using, where can I get it. I am currently running on Linux > Mandrake > 9.2. The Gnat compiler (V3.15) and Glade-2 rpm's came with the distribution. > > Thanks,