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-Thread: 103376,8ef68c7470f8079 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: dan.r.mcleran@seagate.com (Dan McLeran) Newsgroups: comp.lang.ada Subject: Re: glade-2: Error when generating source files Date: 11 Jul 2004 06:56:10 -0700 Organization: http://groups.google.com Message-ID: <19b0e504.0407110556.19544736@posting.google.com> References: NNTP-Posting-Host: 152.163.252.198 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1089554185 6267 127.0.0.1 (11 Jul 2004 13:56:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 11 Jul 2004 13:56:25 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2142 Date: 2004-07-11T06:56:10-07:00 List-Id: > all.ada:1:01: compilation unit expected > all.ada: parse errors detected > all.ada: chop may not be successful > no compilation units found > no source files written > > Does anybody have an idea what might be wrong? Until recently, > I was able to generate source files without problems. Reinstalling > GtkAda, GNAT and GTK+ didn't help. I have seen this before. I don't remember exactly what was wrong but you can try invoking gate (the program that generates your code) manually. From a command window, change directories to where your project.glade file resides. Then you can invoke gate manually like this: c:\MyGladeProjectFolder\>gate project.glade Note that I am using the file name project.glade as an example. Change this name to match whatever you called your .glade file. Also, check your glade properties to make sure your glade file is going where you think it is.