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,b6a41f43bdf7d57 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-30 10:44:03 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!border1.nntp.ash.giganews.com!border2.nntp.ash.giganews.com!nntp.giganews.com!newspeer1.nwr.nac.net!news.worldonline.be!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: GLADE GUI builder version question Date: 30 Mar 2004 20:46:35 +0200 Organization: Worldonline Belgium Sender: lbrenta@deuteronomy Message-ID: <87fzbqfa0k.fsf@insalien.org> References: <3s-dnUFg8KKtV_XdRVn-gw@comcast.com> NNTP-Posting-Host: 83-134-241-115.lindthout.goplus.fastdsl.tiscali.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.worldonline.be 1080672241 9837 83.134.241.115 (30 Mar 2004 18:44:00 GMT) X-Complaints-To: abuse@worldonline.be NNTP-Posting-Date: Tue, 30 Mar 2004 18:44:00 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:6674 Date: 2004-03-30T20:46:35+02:00 List-Id: Keith Brown writes: > 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. To the best of my knowledge, Mandrake does not seem to have GNAT 3.15p; instead, it has GCC 3.3.1 with Ada support (this is an experimental version of GNAT, not to be used for anything except experimentation). Are you sure you are using 3.15p? In which case, where did you get the .rpm files? As Poul-Erik said, you can apply the GtkAda patch to glade-2, but you don't have to. If you can live with a command-line interface, you can call gate (this, in fact, works well with Makefiles). Gate generates the Ada code from the .glade XML file. It also comes as part of GtkAda. Also, if you have more specific questions, you will receive better help on the GtkAda mailing list; see http://libre.act-europe.fr/GtkAda to subscribe. -- Ludovic Brenta.