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,4d0189543cfe41e4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-10 03:24:22 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!colt.net!newspeer.clara.net!news.clara.net!nnrp4.clara.net.POSTED!not-for-mail From: Dom Newsgroups: comp.lang.ada Subject: Newbie problem with GtkAda Message-ID: X-Newsreader: MicroPlanet Gravity v2.30 Date: Sun, 10 Jun 2001 11:25:15 +0100 NNTP-Posting-Host: 213.105.34.78 X-Complaints-To: abuse@clara.net X-Trace: nnrp4.clara.net 992168661 213.105.34.78 (Sun, 10 Jun 2001 11:24:21 BST) NNTP-Posting-Date: Sun, 10 Jun 2001 11:24:21 BST Xref: archiver1.google.com comp.lang.ada:8505 Date: 2001-06-10T11:25:15+01:00 List-Id: Hope there are people around using GtkAda :) I can get Ada source files that include the Gtk libraries to compile fine (using jGrasp and GNAT), so my compile paths seem to be fine. However, I cannot get projects created with Glade to convert into source code using gate. I am getting "Couldn't parse C:/GtkAda/examples/C:\GtkAdaxamples\menu.glade" as an error when trying to use the project file given as an example with GtkAda. I tried lots of different ways of setting the paths in the project settings and managed to get rid of the ascii character but not the problem. If I run gate.bat from the command line, I get: C:\Ada>gate gladetest.glade C:\GTKADA\BIN\mkdir: cannot create directory `./': File exists C:\GTKADA\BIN\mkdir: cannot make directory `.gate/gladetest src pixmaps/tmp': No such file or directory C:/GtkAda/bin/gate.sh: permission denied: .gate/gladetest\nsrc\npixmaps/tmp/gate .ada [59] Maybe I should be able to tell from this what is wrong, but I am having trouble :( Any insight would be much appreciated Yours, Dominic