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: a07f3367d7,f90f7b9795e04c49 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!26g2000yqv.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?J=E9r=F4me_Haguet?= Newsgroups: comp.lang.ada Subject: Re: GnatColl with Windows Date: Fri, 15 Oct 2010 09:22:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <12551477-ca0a-4ed3-93e8-9d9f27fe0820@k22g2000yqh.googlegroups.com> NNTP-Posting-Host: 82.123.225.154 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1287159758 19709 127.0.0.1 (15 Oct 2010 16:22:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 15 Oct 2010 16:22:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 26g2000yqv.googlegroups.com; posting-host=82.123.225.154; posting-account=d5j2DQoAAABeZhUIl30hw1xF6LEcGIMa User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 GTB7.1 ( .NET CLR 3.5.30729),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:15519 Date: 2010-10-15T09:22:38-07:00 List-Id: Bonjour Emile, I just did it last week : >From my XP SP3 PC, with GNAT GPL 2010 installed - I first installed MSYS from http://www.mingw.org/wiki/MSYS - I unzip gnatcoll 2010 - Then I could run configure (without gtk, without python, only static) If I remember correctly, I had to set manually a environment variable named PROCESORS For your information, I just wanted to create a program about project content. I will be able to confirm the options I used next monday. Regards. On 15 oct, 17:00, emile lunardon wrote: > AdaCore offers GnatColl in source format as part of the Window ans > Linux versions of Gnat. The documentation explains how to compile > GnatColl but the explanations seem valid only =A0for the Linux version > (configure command followed by make...). > Has somebody managed to use GnatColl under Windows and how did he > performed its compilation process (use of cygwin configuration and > make tool ?). > > I would like to use GnatColl to control interaction between Python and > Ada 2005.