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,6883a45bc6f40277 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-09 21:55:22 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newsfeed.cwix.com!news.compuserve.com!news-master.compuserve.com!not-for-mail From: "Michael Garrett" Newsgroups: comp.lang.ada Subject: Re: gwindows question Date: Tue, 9 Oct 2001 23:53:53 -0500 Organization: CompuServe Interactive Services Message-ID: <9q0kbp$pg1$1@suaar1aa.prod.compuserve.com> References: <9pvtb2$j43$1@suaar1ac.prod.compuserve.com> NNTP-Posting-Host: chi-tgn-gjd-vty19.as.wcom.net X-Trace: suaar1aa.prod.compuserve.com 1002689721 26113 216.192.142.19 (10 Oct 2001 04:55:21 GMT) X-Complaints-To: newsmaster@compuserve.com NNTP-Posting-Date: 10 Oct 2001 04:55:21 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:14110 Date: 2001-10-10T04:55:21+00:00 List-Id: I found windres.exe on adapower.com, put it in the path and all is well!!! Michael Garrett wrote in message news:9pvtb2$j43$1@suaar1ac.prod.compuserve.com... > When I compile the samples/simple program I get the following error. > > Thank you in advance!! > > > gnatbind -aO./ -aO../../bindings/ -I- -x hello_world.ali > gnatlink hello_world.ali > windres form_example.rc form_example.coff > process_begin: CreateProcess((null), windres form_example.rc > form_example.coff, ...) failed. > make (e=2): The system cannot find the file specified. > make: *** [form_example.coff] Error 2 > -- > Michael C. Garrett > Garrett Technologies Inc. > michaelgarrett@csi.com > > > >