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,7cf3d3c3f25296e6 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!d55g2000hsg.googlegroups.com!not-for-mail From: aheijde@zeelandnet.nl Newsgroups: comp.lang.ada Subject: Re: Problem with GNAT GPL 2007.1 win32Ada bindings Date: Wed, 31 Oct 2007 03:46:57 -0700 Organization: http://groups.google.com Message-ID: <1193827617.401596.192220@d55g2000hsg.googlegroups.com> References: <1193738347.142486.219770@o3g2000hsb.googlegroups.com> NNTP-Posting-Host: 212.203.27.18 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1193827617 29721 127.0.0.1 (31 Oct 2007 10:46:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 31 Oct 2007 10:46:57 +0000 (UTC) In-Reply-To: <1193738347.142486.219770@o3g2000hsb.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 proxy-3.dev.ict.nl:8080 (squid/2.6.STABLE16) Complaints-To: groups-abuse@google.com Injection-Info: d55g2000hsg.googlegroups.com; posting-host=212.203.27.18; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2672 Date: 2007-10-31T03:46:57-07:00 List-Id: I have found the problem, during the automatic coniguration of win32Ada there was a warning about missing stdio.h. Therefor I set an environment variable C_INCLUDE_PATH to C:\GNAT \2007\PENTIUM-MINGW32MSV\INCLUDE;C:\GNAT\2007\LIB\GCC\PENTIUM- MINGW32MSV\4.1.3 Now the building went good and I can build and run the win32Ada examples. PS don't forget to put %PATH% in the PATH environment, otherwise running the executables in an external window will not work. (missing cmd) PS I installed the GNAT GPL 2007.2 version now, but the problem is in both of them. Tonight I will reinstall the latest version on my XP machine to see if it is the same behaviour. Greetings Antoine