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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,587c560422953b80 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Rego Newsgroups: comp.lang.ada Subject: Re: Using Gnat Ada and gtkada Glade Date: Tue, 22 Feb 2011 13:41:12 -0800 (PST) Organization: http://groups.google.com Message-ID: Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1298410992 15622 127.0.0.1 (22 Feb 2011 21:43:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Feb 2011 21:43:12 +0000 (UTC) In-Reply-To: <7e9aafb7-7554-46d1-858f-6cadda2fab05@d19g2000yql.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 Xref: g2news2.google.com comp.lang.ada:18513 Date: 2011-02-22T13:41:12-08:00 List-Id: I got a problem like this on Glade-2 for Windows. There is a button to Build the code, but it returns: 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 But entering the batch, I found out that if one executes gate-in.exe project.glade > all.ada gnatchop -w all.ada it generates the source codes. But it does not generate the project_main.adb file, what is my issue. Maybe you can look for an application like gate-in in your ubuntu gtkada installation (could be a hint).