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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e0a833839e226c98 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!news.motzarella.org!motzarella.org!not-for-mail From: Sebastien Morand Newsgroups: comp.lang.ada Subject: Re: Missing Ada components in Ubuntu Date: Sun, 25 May 2008 18:29:41 +0000 Organization: A noiseless patient Spider Message-ID: <4839B015.4040400@gmail.com> References: <5c7f95fb-8fe8-4abb-bdcc-f0c8731a9f59@q27g2000prf.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX1/WojWTQUZ0Y3c8jsdX2n5Vzusfnm9tvDI07zNImH+tAss8vCghZ34NTA1zTT2x6OimiqLYvHIlSyHaFQOWGcXjiwi6Lw06Epx7dOP1ao66wTk9EMOSlJBbD7mlHenhCy0= X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Sun, 25 May 2008 18:27:18 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX1/rBTz73hoYBQlnveB1xepYvG0biBSwz+Q= Cancel-Lock: sha1:YffQbXDASYcTHMH638/N/tSf29M= User-Agent: Thunderbird 2.0.0.12 (X11/20080406) Xref: g2news1.google.com comp.lang.ada:343 Date: 2008-05-25T18:29:41+00:00 List-Id: I just compiled AWS under ubuntu so I can help you. First, you have to compile gcc-4.3 because you can't compile aws-2.3.0 without it and there is no package in ubuntu. To compile gcc, you have to get the sources and configure the stuff be sure, to compile the ada langueage (it will be shown during configure). Afterwards you run make bootstrap and that's all. It's a bit long but it works. Then to compile aws and any ada stuff with gcc 4.3 you have to configure CC var. For instance : export CC=/usr/local/bin/gcc if gcc is installed in /usr/local (default) I recomand you to compile xmlada and asis if you want to. The thing is Ada.Calendar.Formatting is a library not implemented but in the version 4.3 ... so no choice to use it. I'll be happy to help you in any way if you have any problem compiling this stuff. And believe me, it worth it :-) Sebastien > Hi, > > Sorry to trouble you, but I have no idea where I am supposed to post > this. I have posted in Ubuntu forum and AWS list. I guess it will be > no harm to post this here. > > I was trying to install AWS shared library packages by Ubuntu but it > seemed there was a broken dependency. So I decided to build AWS > myself. > > I got some errors and apparently, AWS could not find a-calfor.ad[sb] > (Ada.Calendar.Formatting) and a-catizo.ad[sb] > (Ada.Calendar.Time_Zones). AWS depends on these to build. > > Has anyone successfully build AWS on Ubuntu? Why these Ada packages > are not included (or left out)? I can find these packages in gnat on > Mac OS X. > > I am using both 32- and 64-bit Hardy Heron. Both gnat-4.1 and gnat-4.2 > have no such packages. > > Any ideas? > -- > Adrian Hoe > http://adrianhoe.com/adrianhoe/