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,e5373b7ba73e9421 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!s9g2000yqd.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: installing SPARK GPL on Windows Date: Sat, 7 Aug 2010 14:00:20 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7194f73c-a1dd-460c-89ec-a2515a455258@s9g2000yqd.googlegroups.com> References: <1d6d0e90-c9cd-4b62-a542-467a19e69095@y11g2000yqm.googlegroups.com> <651cc933-09eb-40b4-b5f6-b04a95d58c3e@h28g2000yqd.googlegroups.com> NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1281214825 17710 127.0.0.1 (7 Aug 2010 21:00:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 7 Aug 2010 21:00:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000yqd.googlegroups.com; posting-host=193.11.22.91; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12940 Date: 2010-08-07T14:00:20-07:00 List-Id: On Aug 7, 9:37=A0pm, Phil Thornley wrote: > It all worked out-of-the box for me (Windows 7 Pro). > > Are you sure that you have the path set correctly (and have you > restarted after changing the path - that sometimes helps). > > The SPARK GPS manual says that the plug-in is only installed if GPS > finds the SPARK tools in the path. =A0You can check this by opening up a > command window and typing "spark -version". =A0This just responds with > the current version of SPARK and doesn't try to analyse any files. I could make it work. Actually I put C:\SPARK\2010\bin at the end of my path and this was creating problem. I tested to run spark -version and it wasn't working. However as it worked when I changed the directory to C:\SPARK\2010\bin, I knew there is something wrong in the path. So I moved C:\SPARK\2010\bin at the beginning of the path and now it works fine. Now I have SPARK in GPS. I wonder why SPARK didn't run when it was at the end of the path. It might be that something is set wrong in my path and I need to verify this. > > On a related note, if I understand correctly then SPARK GPL only > > features a subset of the Ada language. Does this implies that not > > every program in Ada will work with SPARK? > > Ahhh, you definitely need to read a bit more about SPARK. =A0Start with > the SPARK_LRM in SPARK\2010\docs which has all the background and > rationale for the language. Thanks. I shall do that. Thanks again YC