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,5ddcf55fabcfa088 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!u13g2000vbo.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Issues with GPS on Xubuntu Date: Fri, 10 Sep 2010 01:16:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6ce518ad-74e7-4d81-91a8-3f6a36de7ef1@u13g2000vbo.googlegroups.com> References: <4qSdnUDSdZ7C0BTRnZ2dnUVZ7rydnZ2d@giganews.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1284106598 25959 127.0.0.1 (10 Sep 2010 08:16:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 10 Sep 2010 08:16:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u13g2000vbo.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13995 Date: 2010-09-10T01:16:35-07:00 List-Id: On Sep 9, 11:10=A0pm, Martyn Pike wrote: > Hello. =A0I have recently installed GNAT GPL 2010 onto x86-64 Xubuntu. = =A0All > is well but I do not have any compiler options under the Ada tab on the > Project Dialog. > > All other tabs have switches. =A0Have I missed something during transitio= n > from XP ? I don't know, maybe check your $PATH as you do not normally install GNAT GPL in the default $PATH. For this reason it is critical that you follow the installation instructions completely and precisely. > I do get a warning on startup about missing libpng12.so - related ? I don't think so. That library is related to Portable Network Graphics, not GNAT. But it might indeed indicate a problem with the $PATH or $LD_LIBRARY_PATH that the GPS process sees. > thanks. Martyn Why not use the Debian packages? They come preconfigured and work right out of the box. Check out packages gnat and gnat-gps. -- Ludovic Brenta.