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.4 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9bb65421778ea393 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.80.8 with SMTP id n8mr5680483pax.17.1352553619448; Sat, 10 Nov 2012 05:20:19 -0800 (PST) Path: s9ni3307pbb.0!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 10 Nov 2012 07:20:18 -0600 Date: Sat, 10 Nov 2012 08:20:18 -0500 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Problem getting Adactl to run. References: In-Reply-To: Message-ID: <5JydnZpSs40PyQPNRVn_vwA@giganews.com> X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-VJcRpMCXuMHL3KduyfflFpYDgD+kLE51xLybNpKySNcehIiuLX2qrFxmk7tjZYC788o9ItcEHojBacQ!6mT/hdrCDUV+p2W6tS6KyvitMf9JpQKppbnbK90KsPRU6zaZo7TyOEjnF9zqGWM= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html 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.40 X-Original-Bytes: 2837 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-11-10T08:20:18-05:00 List-Id: On 11/09/2012 04:57 PM, J-P. Rosen wrote: >> What I see in the Messages window is the Python traceback that I showed >> my earlier posts. I don't see anything that looks like Adactl output. > They should be before the Python traceback There is nothing before the traceback. To be precise this is what I see in the Messages window after starting GPS and then trying to run Adactl on one of my open files: ====== Welcome to GPS 5.1.1 (20111220) hosted on x86_64-pc-linux-gnu the GNAT Programming Studio This is the GPS GPL Edition. For professional needs, use the GPS version supplied with GNAT Pro. For details contact us at sales@adacore.com (c) 2001-2011 AdaCore Auto-VCS: using Subversion Traceback (most recent call last): File "", line 1, in File "/home/peter/local/gnat/share/gps/plug-ins/adactl.py", line 453, in run parse (result) File "/home/peter/local/gnat/share/gps/plug-ins/adactl.py", line 87, in parse list.sort(sloc_cmp) File "/home/peter/local/gnat/share/gps/plug-ins/adactl.py", line 84, in sloc_cmp return cmp (int(ls[2+Offset]), int(rs[2+Offset])) ValueError: invalid literal for int() with base 10: 'Error' ====== Not sure if that information is useful at all. > You can run AdaControl on a command line (in Gnat format), save the > output to a file, and then load the file in GPS. You will still enjoy > the interactive display of errors. Thanks for the tip. I'll check it out! Peter