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: 103376,959d44d0a56995bc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 01 Dec 2007 09:14:37 -0600 From: "Larry A Barowski" Newsgroups: comp.lang.ada References: <65cf3d5f-bd31-4b09-a963-810d9510bb65@y43g2000hsy.googlegroups.com> Subject: Re: using jGRASP to compile Ada Date: Sat, 1 Dec 2007 10:14:27 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Message-ID: X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 71.228.87.241 X-Trace: sv3-nu0Lu2xdaKYqTxj2+gmMS7fn1S/k1L+EcQKnpczmHQ6nUI8JXvxycAnvZ8T6NFXKXHUnzOzOzoYfkEk!FLyQBcA33kSktyEfWdZGrUnIMsA2ILUEnaLcyafPu45Kaz16hFCO2xgFUWnjKYQu8VQEjZGmIQ5H!AiCww14rhQUuimUfHe5DweWWgaOnwQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.36 Xref: g2news1.google.com comp.lang.ada:18688 Date: 2007-12-01T10:14:27-05:00 List-Id: wrote in message news:65cf3d5f-bd31-4b09-a963-810d9510bb65@y43g2000hsy.googlegroups.com... > I'm trying to use jGRASP to compile, but I get the following error: > > ----jGRASP exec: gnatmake -g hello_world.adb > > gcc -c -g hello_world.adb > gcc.exe: CreateProcess: No such file or directory > gnatmake: "hello_world.adb" compilation error What happens if you do gnatmake -g hello_world.adb from the command line? Usually, if it works from the command line it should work from jGRASP.