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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,19c00ae04076c2e3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-17 20:21:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc02.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: win32ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc02 1058498465 12.211.13.75 (Fri, 18 Jul 2003 03:21:05 GMT) NNTP-Posting-Date: Fri, 18 Jul 2003 03:21:05 GMT Organization: Comcast Online Date: Fri, 18 Jul 2003 03:21:05 GMT Xref: archiver1.google.com comp.lang.ada:40451 Date: 2003-07-18T03:21:05+00:00 List-Id: First make sure you have everything you need. You can get gnat and the win32 support via anoymous ftp from: cs.nyu.edu in the directory: /pub/gnat/3.15p/winnt You'll need to install both: gnat-3.15p-nt.exe and gnatwin-3.15p.exe Things have always worked for me after going through this process. If you have done this much and things still aren't working, ask again. Steve (The Duck) "Aaron W. Myers" wrote in message news:e2c0e503.0307162034.34a6abfc@posting.google.com... > 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