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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.24.15 with SMTP id b15mr4724884ote.38.1498236130987; Fri, 23 Jun 2017 09:42:10 -0700 (PDT) X-Received: by 10.157.73.140 with SMTP id g12mr222693otf.5.1498236130960; Fri, 23 Jun 2017 09:42:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!185no283408itv.0!news-out.google.com!k7ni205itk.0!nntp.google.com!f20no280299itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 23 Jun 2017 09:42:10 -0700 (PDT) In-Reply-To: <4d14e5a3-a25f-40e8-a5b9-4ecffe76f2aa@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.218.37.33; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.218.37.33 References: <11b656c0-3dc8-48cc-9515-70e4386ca24b@googlegroups.com> <4d14e5a3-a25f-40e8-a5b9-4ecffe76f2aa@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT GPL 2017 gnatcoll.xref disappeared? From: Stephen Leake Injection-Date: Fri, 23 Jun 2017 16:42:10 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:47084 Date: 2017-06-23T09:42:10-07:00 List-Id: On Thursday, June 22, 2017 at 6:35:19 PM UTC-5, Stephen Leake wrote: > Right. I fixed it by installing gnatcoll from source, overwriting the binary > install. gnatcoll.xref now requires iconv (2016 did not), so I had to install > that in mingw32, and convince gnat to use it. took a while. Posted too soon; that compiles, but it doesn't run. It crashes (as in Windows says "application terminated in unusual way") when it tries to spawn gnatls in gnatcoll.xref.load. I gather you don't get that crash on Mac; I'll try Debian. Also, ensuring the mingw32 iconv dll is in PATH at gpr_query runtime is annoying; how can I get that to link statically?