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,d39eb33fd5cdb129,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!postnews.google.com!i3g2000cwc.googlegroups.com!not-for-mail From: "bubble" Newsgroups: comp.lang.ada Subject: another simple way to build AWS Date: 7 Oct 2006 08:03:40 -0700 Organization: http://groups.google.com Message-ID: <1160233419.884808.240700@i3g2000cwc.googlegroups.com> NNTP-Posting-Host: 211.20.185.33 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1160233426 20143 127.0.0.1 (7 Oct 2006 15:03:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 7 Oct 2006 15:03:46 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 cache2.nhi.idc.hinet.net:3128 (squid/2.5.STABLE6) Complaints-To: groups-abuse@google.com Injection-Info: i3g2000cwc.googlegroups.com; posting-host=211.20.185.33; posting-account=62fXBQ0AAACuAtAY8PtyF-ogIBy_6k74 Xref: g2news2.google.com comp.lang.ada:6901 Date: 2006-10-07T08:03:40-07:00 List-Id: dear all, I get time try to build AWS my environment is GPL 2006 which include a make utility (version 3.7.9) AWS 2.x which in GPL 2006't tools path the latest cygwin (with make 3.8.1) after many fail and reading some dicussion from AWS forum. there is another simple way to build AWS quickly. 1. copy AWS to a path (without any space in path name) 2. open a dos command console rathen than cygwin console. the cygwin console will cause make 3.7.9 crash and cygwin's make 3.8.1 utility can not work with AWS makefile. 3. append cygwin bin path to to your path environment variable for example, set PATH=%PATH%;c:\cygwin\bin 4. send a command to build your AWS "make setup build" 5. you get a AWS build