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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,27efda3aea53e62c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 17:17:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: awm917@truman.edu (Aaron W. Myers) Newsgroups: comp.lang.ada Subject: compiler errors, include paths, and gnatreg Date: 16 Jul 2003 17:17:48 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 172.152.90.119 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058401069 26244 127.0.0.1 (17 Jul 2003 00:17:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Jul 2003 00:17:49 GMT Xref: archiver1.google.com comp.lang.ada:40370 Date: 2003-07-17T00:17:49+00:00 List-Id: Thanks for reading I've finished my first year studying ada at my university and enjoyed every second of it. My problem is that I have a lot of questions and I'm not around my teachers to get them answered. I'm trying to compile the examples sent with AdaSockets v0.1.19 for Windows. I want to do this by running make.bat but when i do i get pagers of errors that say something like compiling.error: "sockets-thin.adb" and "tcprelay.adb" compiled with different GNAT versions and stuff like this error: "s-stalib.adb" must be recompiled ("a-except.ads" has been modified) It says that i need to change my ADA_INCLUDE_PATH and ADA_OBJECTS_PATH environment variables to point to the adapower directory, but i don't know how to do this. and it says i can use gnatreg to do that too, but i don't understand what that utility does? Can anyone answer my questions? thanks a lot! Sincerely, Aaron W. Myers