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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.28.41 with SMTP id y9mr32775950obg.14.1454443527266; Tue, 02 Feb 2016 12:05:27 -0800 (PST) X-Received: by 10.182.153.36 with SMTP id vd4mr445270obb.10.1454443527238; Tue, 02 Feb 2016 12:05:27 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!o2no1546447iga.0!news-out.google.com!l1ni941igd.0!nntp.google.com!ks5no505249igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 2 Feb 2016 12:05:26 -0800 (PST) In-Reply-To: <6141d702-767a-4a6f-b2e0-115664139f21@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1205:c6a2:31b0:e8eb:c7b8:4bcc:79c1; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1205:c6a2:31b0:e8eb:c7b8:4bcc:79c1 References: <02241ec4-0f95-4f63-9abc-092f167eb59e@googlegroups.com> <56af17b7$0$301$14726298@news.sunsite.dk> <56b06eb8$0$301$14726298@news.sunsite.dk> <6141d702-767a-4a6f-b2e0-115664139f21@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada package registry? From: gautier_niouzes@hotmail.com Injection-Date: Tue, 02 Feb 2016 20:05:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29323 Date: 2016-02-02T12:05:26-08:00 List-Id: Le mardi 2 f=E9vrier 2016 15:51:50 UTC+1, jsqu...@gmail.com a =E9crit=A0: > I think the biggest problem facing the community is the actual portabilit= y of many of the most useful libraries and not on locating them. I can't te= ll you the amount of times I've tried to get Ada working with SQL on Window= s and failed. For SQL on Windows, use it (works at work for years now!): https://github.com/TurboGit/Ada-ODBC Perhaps SQL is an example of something that is difficult to have portable. For several projects of mine I do my best to have them portable (i.e. reall= y portable, without tricks like preprocessing) and sometimes it is successf= ul (e.g. Zip-Ada). Of course for that it requires being a bit system-agnost= ic and test on various compilers / OS, and not only your preferred system. _________________________=20 Gautier's Ada programming=20 http://sf.net/users/gdemont/