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.70.48.66 with SMTP id j2mr11314021pdn.9.1405071150789; Fri, 11 Jul 2014 02:32:30 -0700 (PDT) X-Received: by 10.182.226.233 with SMTP id rv9mr313770obc.6.1405071150458; Fri, 11 Jul 2014 02:32:30 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!hn18no639069igb.0!news-out.google.com!gf2ni6igb.0!nntp.google.com!r10no892264igi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 11 Jul 2014 02:32:30 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.145.50.10; posting-account=3_reEwoAAAC163IAIrx427KYmwahFuh9 NNTP-Posting-Host: 83.145.50.10 References: <72b1318a-2eb6-4129-af9b-5bcfbb329c5b@googlegroups.com> <6zCvv.195713$D44.161113@fx31.iad> <43a1079d-4217-40aa-85bd-573aac5f8562@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada's ranking of popularity at IEEE Spectrum From: =?ISO-8859-1?Q?bj=F6rn_lundin?= Injection-Date: Fri, 11 Jul 2014 09:32:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:20868 Date: 2014-07-11T02:32:30-07:00 List-Id: Den fredagen den 11:e juli 2014 kl. 00:54:30 UTC+2 skrev Shark8: > On 10-Jul-14 15:39, bj=EF=BF=BDrn lundin wrote: >=20 > > Really? I have some fairly recent installation notes if you are still i= nterested. > I'd like that. >=20 > I tried Postgres, Gnatcoll, some MySQL binding [I forget], and an ODBC=20 > one. I'm on a windows machine, but I think it may have been a problem in= =20 > the cygwin config... I *hate* make and autotools. Seems like I put out a Postgresql interface before. In 2002 actually.=20 While a whole lot of improvements have taken place since, I need to make it more general in order to publish it. It uses company-internal routines now, which I'd like to get rid of first. It now also has object.verb notation support. I'll see if I can publish that, but it will take a while. It is based on Pgada by Samuel Tardieu from 2000 It has run on Linux/AIX/Windows - or at least later versions of it. it is at http://home.swipnet.se/lundin/sql.html That site is scheduled for deletion August 31, so I moved the tar archive to my dropbox https://dl.dropboxusercontent.com/u/26175828/sql.zip It also includes some samples (which I now consider horrible in style) and a readme.txt unzip and issue (if gnat) gnatmake and change the path to libpq.dll gnatmake sql_test2 -largs -LC:\bnl\tools\pgadmin\1.18 -lpq As goes for notes on installing AWS on windows with ssl support, its is here :=20 https://dl.dropboxusercontent.com/u/26175828/Install_AWS_Win_SSL.txt /Bj=F6rn