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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f528154bc58ef209 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!h2g2000yqg.googlegroups.com!not-for-mail From: Petter Newsgroups: comp.lang.ada Subject: Re: make on windows Date: Sat, 18 Apr 2009 05:54:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2c940dd9-165c-4c7e-8476-6c8a0d794fd9@g19g2000yql.googlegroups.com> <49e9c416$0$31340$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: 83.183.49.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1240059297 16742 127.0.0.1 (18 Apr 2009 12:54:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 18 Apr 2009 12:54:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h2g2000yqg.googlegroups.com; posting-host=83.183.49.8; posting-account=ACEctQoAAAD3d42JSpp6_fpg88BhdFDo User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:4528 Date: 2009-04-18T05:54:57-07:00 List-Id: Thanks, George. I got a little further, but need to update the makefile, since compilation will stop on warning: C:\Users\Petter\ada\gnatcom-1.4a\gnatcom>install Installing GNATCOM..... make -C bindings make[1]: Entering directory `C:/Users/Petter/ada/gnatcom-1.4a/gnatcom/ bindings' gnatmake -gnatg -gnatq gnatcom gcc -c -gnatg -gnatq gnatcom.adb gcc -c -gnatg -gnatq gnatcom-initialize.adb gcc -c -gnatg -gnatq gnatcom-types.adb gnatcom-types.adb:52:07: warning: "WC_Array" is not modified, could be declared constant gnatmake: "gnatcom-types.adb" compilation error make[1]: *** [gnatcom] Error 4 make[1]: Leaving directory `C:/Users/Petter/ada/gnatcom-1.4a/gnatcom/ bindings' make: *** [all] Error 2 Install Completed I cannot see where the -gnatg is coming from. Trying to update Gnatcom.Types'body just hits the next similar problem. Life is so much easier with well structured project files.