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,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!y11g2000yqm.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: installing SPARK GPL on Windows Date: Sat, 7 Aug 2010 10:43:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1d6d0e90-c9cd-4b62-a542-467a19e69095@y11g2000yqm.googlegroups.com> NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1281203011 5777 127.0.0.1 (7 Aug 2010 17:43:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 7 Aug 2010 17:43:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y11g2000yqm.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:12936 Date: 2010-08-07T10:43:30-07:00 List-Id: Hi, I've been trying to install SPARK GPL on a Windows machine. I already have GNAT GPL (and GPS). I found a brief introduction to SPARK here: http://www.adacore.com/2009/06/29/gem-68/ For the installation, I added C:\SPARK\2010\bin to the Windows path environment and overwrote the existing spark.py in the GNAT folder by this operation mentioned in the SAPRK manual: Copy the file spark.py from /share/gps/plug-ins to /share/gps/plug-ins. If I understand correctly, this is all I need to do for the installation. However in GPS I don't get a SPARK menu header. I checked Tools > Plugins and Spark is checked though. What do I need to do more for the installation to succeed? Does SPARK GPL work with GNAT GPL? 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? Thanks YC