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 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!25g2000hsx.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: Re: GTK Build from source Date: Wed, 20 Aug 2008 14:43:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <56427db9-557f-44c2-8325-b3c44a4db8f8@z66g2000hsc.googlegroups.com> <16c33788-3d54-494e-9e4f-bc8178ef11a1@d77g2000hsb.googlegroups.com> <63788cfe-4253-4244-ba50-6bf6f3ce51e3@k7g2000hsd.googlegroups.com> <48AB2982.3080100@obry.net> <04308fda-833d-4e4c-a007-ec7d07a05521@k30g2000hse.googlegroups.com> NNTP-Posting-Host: 209.104.243.242 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1219268601 18532 127.0.0.1 (20 Aug 2008 21:43:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Aug 2008 21:43:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 25g2000hsx.googlegroups.com; posting-host=209.104.243.242; 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:7426 Date: 2008-08-20T14:43:21-07:00 List-Id: On Aug 20, 3:47 pm, Simon Wright wrote: > "RasikaSriniva...@gmail.com" writes: > > In any case, I found that on Windows for gnat based development, I am > > not sure cygwin works that well. for example, the -I and other such > > specifications want to interpret the argument using the native > > directory separator ie "\" and not the unix like "/" > > I prefer not to use -I etc; leave that sort of thig up to gnatmake, > which it does perfectly well. > > You can of course have other problems using mixed Windows/Cygwin tools, > in our case with environment variables most of which get converted > properly by cygwin from the Windows set, but (if I remember correctly) > not tools such as gnatmake which don't understand /cygdrive/d/... and > need d:/... instead. > > What we did was to get a tool to create .reg and .sh (and .el!) files > with equivalent and appropriate meanings: then you can double-click on > the .reg file for use on command shells, and thereafter source the .sh > file for cygwin shells from ~/.profile. A PITA to set up, but invisible > after it's done. thanks for all interesting ideas. srini