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: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.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: GnatColl with Windows References: <12551477-ca0a-4ed3-93e8-9d9f27fe0820@k22g2000yqh.googlegroups.com> Date: Mon, 29 Dec 2014 03:33:25 -0600 Message-ID: <85egriu7fe.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) Cancel-Lock: sha1:Nky+J7jVOLptZkjg9iu2PsKUNTo= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6279454a11fe6e3fb833022403 X-Received-Bytes: 2047 X-Received-Body-CRC: 1784466932 Xref: number.nntp.giganews.com comp.lang.ada:191579 Date: 2014-12-29T03:33:25-06:00 List-Id: Matt Borchers writes: > I'm trying to do the same -- install GnatColl on Windows 7 64-bit. I > followed your advice and installed MSYS. I was able to successfully > run configure, but when I try to execute 'make' it pops up a dialog > requesting me to insert a disk into a drive that I cannot identify: > Title: "gcc.exe - No Disk" > Body: "There is no disk in the drive. Please insert a disk into drive > \Device\Harddisk15\DR15." Which gcc.exe is it finding? You want it to find the GNAT compiler, not the MSYS gcc. > Has anyone encountered this? Does anyone have a simple step-by-step > walk-through to install GnatColl on Windows? I installed it using the GNAT GPL distribution from libre.adacore.com, using Cygwin to run configure and make, with the GNAT GPL Ada compiler first in PATH. Step-by-step here (first few steps): http://stephe-leake.org/emacs/ada-mode/ada-mode.html#gpr_005fquery (I guess I should mention Cygwin for Windows in that manual) You could also try msys2 http://sourceforge.net/p/msys2/wiki/MSYS2%20installation/ ; I find that to be better than the original msys. But in general I prefer Cygwin, mostly because it has a more complete set of tools. -- -- Stephe