From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14551 invoked by alias); 25 Mar 2013 01:00:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14481 invoked by uid 89); 25 Mar 2013 00:59:52 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,MISSING_HEADERS,RCVD_IN_DNSWL_LOW,TW_SM autolearn=no version=3.3.1 Received: from mail-pa0-f43.google.com (HELO mail-pa0-f43.google.com) (209.85.220.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 25 Mar 2013 00:59:49 +0000 Received: by mail-pa0-f43.google.com with SMTP id rl6so740553pac.2 for ; Sun, 24 Mar 2013 17:59:47 -0700 (PDT) X-Received: by 10.66.240.2 with SMTP id vw2mr15129026pac.157.1364173187883; Sun, 24 Mar 2013 17:59:47 -0700 (PDT) Received: from [192.168.1.128] ([122.234.213.104]) by mx.google.com with ESMTPS id iv3sm11178833pbc.40.2013.03.24.17.59.45 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Mar 2013 17:59:47 -0700 (PDT) Message-ID: <514FA298.7020906@gmail.com> Date: Mon, 25 Mar 2013 06:41:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0a1 MIME-Version: 1.0 CC: Tom Tromey , Eli Zaretskii , Yao Qi , gdb-patches@sourceware.org Subject: Re: [MinGW-w64]Build gdb/ctf.c failed References: <83ip4s4ixc.fsf@gnu.org> <1363407692-18959-1-git-send-email-yao@codesourcery.com> <1363407692-18959-4-git-send-email-yao@codesourcery.com> <51492077.30307@codesourcery.com> <83sj3qyogk.fsf@gnu.org> <87vc8m7z1d.fsf@fleche.redhat.com> <514FA117.9030604@gmail.com> In-Reply-To: <514FA117.9030604@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-03/txt/msg00905.txt.bz2 On 2013-3-25 8:57, asmwarrior wrote: > BTW: > Do we need to add a check like below(We don't have such check in GDB, but I found such a check in other place): > /* Define to 1 if you have the header file. */ > #define HAVE_DIRECT_H 1 > > FYI: The predefined macros about MinGW or MinGW-w64(either 32bit or 64bit) were listed here: http://sourceforge.net/p/predef/wiki/Compilers/ See the section: MinGW and MinGW-w64