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,19c00ae04076c2e3,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 21:34:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: awm917@truman.edu (Aaron W. Myers) Newsgroups: comp.lang.ada Subject: win32ada Date: 16 Jul 2003 21:34:04 -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 1058416445 6085 127.0.0.1 (17 Jul 2003 04:34:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Jul 2003 04:34:05 GMT Xref: archiver1.google.com comp.lang.ada:40382 Date: 2003-07-17T04:34:05+00:00 List-Id: Thanks for reading. I'm trying to build the win32ada examples and I always get an error that says something a lot the lines: gcc -c connect.adb connect.adb:8:06: file "win32.ads" not found connect.adb:8:06: "Connect (body)" depends on "Connectpkg (spec)" connect.adb:8:06: "Connectpkg (spec)" depends on "Win32 (spec)" compilation abandoned it's really frustrating! I've tried installing win32ada several times. i'm using the one i suppose was made during the time of gnat 3.08 (i haven't been able to find a new one) and i'm using gnat 3.14. When i'm running that last command, gnatmake withall all goes well until i get one of these pretty ones. ./win32-windowsx.o(.text+0xa009):win32-windowsx: undefined reference to `SendMes sageA@16' ./win32-windowsx.o(.text+0xa0aa):win32-windowsx: more undefined references to `S endMessageA@16' follow gnatlink: cannot call C:\GNAT\bin\gcc.exe gnatmake: *** link failed. hmmmmmmmmmmmm . . . so what do y'all think? should i try gwindows? Sincerely, Aaron W. Myers