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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dcb3478e1142ed22 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 31 Oct 2004 22:55:10 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Sun, 31 Oct 2004 23:55:11 -0500 Message-ID: <2004103123551116807%david@bottoncom> References: <2ukmgfF2bl2lkU1@uni-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: How to install GNatCom and GWindows - missing Tom.ads file?? User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-osQniu6htvbE1XkZr5t5XmfzZ6EQ1/LYB0R8l6MWk7BNXAko2UlxGBg+cSYL8tmIIiFFcsNzEY45BiT!/j07RkA3OcruCel/tQa9Hn/JYgkDbIvWN75WM7JuEpP56fdiyXrGi6R8fuMDVw== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.20 Xref: g2news1.google.com comp.lang.ada:5945 Date: 2004-10-31T23:55:11-05:00 List-Id: Did you install gnatwin in addition to gnat 3.15p? windres should be included. If for some reason you don't have it, you can download a copy of windres from the gnatcom site http://www.gnavi.org/gnatcom David Botton On 2004-10-31 12:45:14 -0500, "Florian Haag" said: > "David Botton" schrieb im Newsbeitrag > news:2004103112130916807%david@bottoncom... >> Did you download and unpack the redist-*.zip? >> >> I will be releasing another release of GWindows in the next day or two >> that will make this a little less cumbersome also. > > Ok, downloaded that ... when I downloaded the release version of > GWindows, I expected everything to be included in that ... ok, I > could've read a few lines further down ... ;-) > > Well, calling install.bat for GWindows, the system doesn't complain > about a missing tom.* now anymore, but at some point of the > process, the following lines are displayed: > > make[1]: Entering directory `C:/Programme/PrgLang/Ada95/gwindows/tools' > make -C gnatreg > make[2]: Entering directory `C:/Programme/PrgLang/Ada95/gwindows/tools/gnatreg' > windres gnatreg.rc gnatreg.coff > process_begin: CreateProcess((null), windres gnatreg.rc gnatreg.coff, > ...) faile > d. > make (e=2): Das System kann die angegebene Datei nicht finden. > make[2]: *** [gnatreg.coff] Error 2 > make[2]: Leaving directory `C:/Programme/PrgLang/Ada95/gwindows/tools/gnatreg' > make[1]: *** [gnatreg] Error 2 > make[1]: Leaving directory `C:/Programme/PrgLang/Ada95/gwindows/tools' > C:\Programme\PrgLang\Ada95\GNAT\bin\make: *** [tools] Error 2 > > ("Das System kann die angegebene Datei nicht finden." means "The system > is unable to locate the specified file.") > > Also, when trying to compile any of the samples shipped with GWindows, > the compiler says: > "file 'gwindows.ads' not found" > > Both my ada_source_path and my ada_object_path files are at the > right place and look like this: > > adainclude > C:/Programme/PrgLang/Ada95/GNAT/Bindings/Win32Ada > C:/Programme/PrgLang/Ada95/gnatcom/bindings > C:/Programme/PrgLang/Ada95/gnatcom/tools > C:/Programme/PrgLang/Ada95/gwindows/bindings > C:/Programme/PrgLang/Ada95/gwindows/tools > > After reading the GNAT documentation, I understood that this > should suffice in order to have the compiler find gwindows.ads > (which is actually in > C:\Programme\PrgLang\Ada95\gwindows\bindings), but > seemingly it doesn't :-( > > [I tried flipping the (back)slashes and using absolute/relative > paths, but none of these seems to have the desired effect ...] > > TIA > Florian Haag