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=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!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Florian Haag" Newsgroups: comp.lang.ada Subject: Re: How to install GNatCom and GWindows - missing Tom.ads file?? Date: Sun, 31 Oct 2004 18:45:14 +0100 Message-ID: <2ukmgfF2bl2lkU1@uni-berlin.de> References: <2ukcckF2bt7fbU1@uni-berlin.de> <2004103112130916807%david@bottoncom> X-Trace: news.uni-berlin.de cro3JTKRL/kwnR0FCYIu8QGKEqjGwSY7HHRC7Ey0M7Vn+GM3A= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Xref: g2news1.google.com comp.lang.ada:5936 Date: 2004-10-31T18:45:14+01:00 List-Id: "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