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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ffbfadabc9c8a704 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-10 23:47:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: GWindows 1.1 Released Date: Tue, 11 Mar 2003 07:46:17 +0000 (UTC) Organization: BT Openworld Message-ID: References: <3E6D32EA.2104DD6B@PublicPropertySoftware.com> NNTP-Posting-Host: host217-40-227-124.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1047368777 11821 217.40.227.124 (11 Mar 2003 07:46:17 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Tue, 11 Mar 2003 07:46:17 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:35165 Date: 2003-03-11T07:46:17+00:00 List-Id: wrote in message news:3E6D32EA.2104DD6B@PublicPropertySoftware.com... > David Botton wrote: > L:\Ada\gwindows>make ANSI=1 install > make -C bindings > make[1]: Entering directory `L:/Ada/gwindows/bindings' > make ansi > make[2]: Entering directory `L:/Ada/gwindows/bindings' > attrib -r gwindows.ads > attrib -r gwindows-gstrings.adb > attrib -r gwindows-gstrings-unbounded.ads > copy gwindows_ansi.ads gwindows.ads > process_begin: CreateProcess((null), copy gwindows_ansi.ads > gwindows.ads, ...) > failed. > make (e=2): The system cannot find the file specified. > make[2]: *** [ansi] Error 2 > make[2]: Leaving directory `L:/Ada/gwindows/bindings' > make[1]: *** [gwindows] Error 2 > make[1]: Leaving directory `L:/Ada/gwindows/bindings' > make: *** [all] Error 2 I saw this on my work PC (which doesn't have cygwin) in the end I just ignored the make file and 'cd'-ed into the directory and did it all by hand.