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,dc7ae4ba7bf202da X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!k7g2000hsd.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: GTK Build from source Date: Tue, 19 Aug 2008 11:43:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: <63788cfe-4253-4244-ba50-6bf6f3ce51e3@k7g2000hsd.googlegroups.com> References: <56427db9-557f-44c2-8325-b3c44a4db8f8@z66g2000hsc.googlegroups.com> <16c33788-3d54-494e-9e4f-bc8178ef11a1@d77g2000hsb.googlegroups.com> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1219171388 3583 127.0.0.1 (19 Aug 2008 18:43:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 19 Aug 2008 18:43:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k7g2000hsd.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1654 Date: 2008-08-19T11:43:08-07:00 List-Id: On Aug 16, 11:30=A0am, Ludovic Brenta wrote: > Srini writes: > > 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. > > Here is my advice: > > - read the file INSTALL; you cannot build GtkAda with the gpr files > alone. A preprocessing step is necessary. > - if you still have trouble, send an email to > gtk...@lists.adacore.com. The authors of GtkAda are there. > > HTH > > -- > Ludovic Brenta. I have to admit I find the whole "preprocessing" steps really annoying... I know there are pre-built GtkAda versions but there aren't for other libraries (e.g. AWS and XML/Ada or there wasn't the last time I looked). I really don't want to load Cygwin or MSYS on my PC (I've had bad things happen with Cygwin), I just want to use the .ads file + some .o/.ali files in the same way as the standard library can be used. Of course portability is great and that preprocessing can be a better way of achieving it than other means but couldn't there be simple pre- built versions for say just Wintel and Linux/x86 - surely that would cover 95% of users of these "libre" versions? My $0.02 Cheers -- Martin