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,794e7b7eae824766 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-09 08:18:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!news.eusc.inter.net!boavista.snafu.de!news From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: GtkAda 2.2.0 and GLADE Date: Sat, 09 Aug 2003 08:38:09 +0200 Organization: http://www.snafu.de/~boavista Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.eusc.inter.net 1060442336 19686 213.73.70.137 (9 Aug 2003 15:18:56 GMT) X-Complaints-To: abuse@eusc.inter.net User-Agent: KNode/0.7.1 Xref: archiver1.google.com comp.lang.ada:41280 Date: 2003-08-09T08:38:09+02:00 List-Id: Preben Randhol wrote: > Michaell Erdmann wrote: >> Hallo, >> >> does any body know what the status of the GLADE GUI Builder >> and Ada 95 + GtkAda is. It seems there is no more gate program >> available which is able to generate code out of the GLADE >> project file? > > It works without any problem. You'll need glade-2 and you run gate > manually. You cannot use old glade files without using a script to > port them to the glade 2 xml version. > > Which OS do you use? > Thanks to all, now it seems to works fine on my Linux box. The only bad thing is that testgtk does not build correctly. nade@boavista:~/GtkAda-2.2.0/testgtk> make ------------------------------------- gnatmake -g -O2 -gnata -gnatws testgtk `gtkada-config` ------------------------------------- gnatbind -aO./ -aO../src -aO../src/opengl -aOopengl -I- -x testgtk.ali gnatlink -g -L../src -L../src/opengl -lgtkada -Wl,--export-dynamic -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 lw.o -lGLU -lGL testgtk.ali /usr/local/lib/libgtkada-2.0.so.0: undefined reference to `system__val_bool__value_boolean' gnatlink: cannot call /usr/gnat/bin/gcc gnatmake: *** link failed.