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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dc7ae4ba7bf202da,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!z66g2000hsc.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: GTK Build from source Date: Fri, 15 Aug 2008 18:17:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <56427db9-557f-44c2-8325-b3c44a4db8f8@z66g2000hsc.googlegroups.com> NNTP-Posting-Host: 98.216.109.119 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218849472 2855 127.0.0.1 (16 Aug 2008 01:17:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 16 Aug 2008 01:17:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z66g2000hsc.googlegroups.com; posting-host=98.216.109.119; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7358 Date: 2008-08-15T18:17:52-07:00 List-Id: GPS 4.1.3 (20070913) hosted on pentium-mingw32msv GNAT GPL 2007 (20070405-41) All The above is my GPS environment on a Windows XP laptop. I downloaded the sources for gtkada today. I tried to build gtk with the gpr files provided. testgtk failed to build with the following error : --------------------- cannot generate code for file view_gl.ads (package spec) to check package spec for errors, use -gnatc gnatmake: "c:\documents and settings\r srinivasan\my documents\projects \tools\gtkada\sources\gtkada-2.10.2\gtkada-2.10.2\testgtk\opengl \view_gl.ads" compilation error process exited with status 4 ========================= gdialog failed to build with the following message : a\sources\GtkAda-2.10.2\GtkAda-2.10.2\src\gtkada-intl.ads" cannot generate code for file gtkada-intl.ads (package spec) to check package spec for errors, use -gnatc gnatmake: "c:\documents and settings\r srinivasan\my documents\projects \tools\gtkada\sources\gtkada-2.10.2\gtkada-2.10.2\src\gtkada-intl.ads" compilation error process exited with status 4 ================== Clearly there is something I am missing. Since I have just started using GPS (I used to use just command line gnatmake) I am looking for some advice. thanks, srini