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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Installing gnatcoll on Windows References: <52c8f8a1-843c-4955-bdd0-b0bf3237dddd@googlegroups.com> Date: Mon, 04 May 2015 00:17:56 -0500 Message-ID: <85a8xkncor.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:mNuNd8iZ6Ce+e57ydIA2Is/yzok= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 3b0ac55470106e97f808426212 X-Received-Bytes: 1624 X-Received-Body-CRC: 1617143187 Xref: news.eternal-september.org comp.lang.ada:25719 Date: 2015-05-04T00:17:56-05:00 List-Id: NiGHTS writes: > I have been trying fruitlessly to install gnatcoll on Windows. The > platform I am trying to compile this on is Windows 7 32-bit. > > I have installed Cygwin with the built-in ada compiler as well as GNAT > Pro for Windows. I downloaded adagpl-2014 and extracted > gnatcoll-gpl-2014-src then used the following command: > > $ ./configure --enable-projects --prefix=/usr/gnat-gpl-2014 This implies that you want to use gnatcoll with gnat-gpl-2014; that means you have to compile it with GNAT GPL 2014, _not_ cygwin gnat or GNAT Pro. You must compile gnatcoll with the compiler you want to use it with; make sure that compiler is first (or only) in PATH. If you have GNAT Pro, you have access to AdaCore tech support, so you can ask them. I suspect you meant "GNAT GPL 2014" above, instead of GNAT Pro. In that case, you need to ensure gnat-gpl-2014/bin is before /bin in the Cygwin PATH. -- -- Stephe