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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: Ada package registry? Date: Tue, 02 Feb 2016 21:58:05 +0100 Organization: A noiseless patient Spider Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 2 Feb 2016 20:55:14 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="94aeb94e0d22f711f5300f641523ae58"; logging-data="28900"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/BfcjFu/nx9aMdfFNwRqi3" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 In-Reply-To: <6141d702-767a-4a6f-b2e0-115664139f21@googlegroups.com> Cancel-Lock: sha1:2pJcgnbeypvnHnR3Tiwaui15vkU= Xref: news.eternal-september.org comp.lang.ada:29326 Date: 2016-02-02T21:58:05+01:00 List-Id: On 2016-02-02 15:51, jsquirek@gmail.com wrote: > I think the biggest problem facing the community is the actual portability of many of the most useful libraries and not on locating them. I can't tell you the amount of times I've tried to get Ada working with SQL on Windows and failed. > > The bottom line is Make is unreliable on Windows and Autoconfig is unusable. Having a version of ASIS, matreshka, or AWS that built with GPR alone would be a huge selling point. > what database ? ODBC works, especially for sql-server. However at work we use a home brew binding of https://vrogier.github.io/ocilib/ which we find well documented and (fairly) easy to use (this is oracle) Privately - for Postgresql - I use a binding on top of libpq which can be found at https://dl.dropboxusercontent.com/u/26175828/sql.zip Tested on linux (32 and 64 bit), windows 32 bit, aix 32 bit, mac ppc and intel -- -- Björn