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,40509554d579e4f5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <6536843.LIbjZfdSKp@linux1.krischik.com> From: Martin Krischik Subject: RE: GNAT on MinGW Newsgroups: comp.lang.ada Date: Thu, 01 Mar 2007 21:15:31 +0100 References: <1172232426.5367.9.camel@localhost.localdomain> <6ify8xypj6.fsf@hod.lan.m-e-leypold.de> <45e540e5$1@news.post.ch> <45e67b0f$1@news.post.ch> User-Agent: KNode/0.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 84.73.230.248 (84.73.230.248) NNTP-Posting-Date: Fri, 02 Mar 2007 18:45:03 +0100 X-Trace: 8896445e8629ff1ec435d02195 Xref: g2news2.google.com comp.lang.ada:9638 Date: 2007-03-01T21:15:31+01:00 List-Id: Vo, Anh (US SSA) wrote: > mv tmp-xlimits.h xlimits.h > echo | �./xgcc -B./ -B/usr/gnat/mingw32/bin/ -isystem > /usr/gnat/mingw32/include > -isystem /usr/gnat/mingw32/sys-include > -L/cygdrive/e/build-4.1.2/gcc/../ld -E -d > M - | \ > sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ > -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ > sort -u > tmp-macro_list > /bin/sh ../../gcc-4.1.2/gcc/../move-if-change tmp-macro_list macro_list > echo timestamp > s-macro_list > The directory that should contain system headers does not exist: > /mingw/include > make[2]: *** [stmp-fixinc] Error 1 > make[2]: Leaving directory `/cygdrive/e/build-4.1.2/gcc' > make[1]: *** [stage1_build] Error 2 > make[1]: Leaving directory `/cygdrive/e/build-4.1.2/gcc' > make: *** [bootstrap] Error 2 I solved that by creating a directory junction using linkd.exe - only thing you need be carefull is: cygwin root directory or mingw root directory - or both? And the header it it looking for are the mingw runtime headers which you can download from the GNU Ada Project [1] or the MinGW site Martin [1] http://gnuada.sf.net -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com