From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Failure building ctags with MinGW. Date: Fri, 18 Dec 2009 22:59:30 +0200 Message-ID: <83skb8577x.fsf@gnu.org> References: <87iqc5s6v7.fsf@telefonica.net> <87d42ds3jg.fsf@telefonica.net> <8363847jcg.fsf@gnu.org> <878wd0s3t7.fsf@telefonica.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1261170079 3813 80.91.229.12 (18 Dec 2009 21:01:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 21:01:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 18 22:01:11 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NLjwL-0004cR-EI for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 22:00:45 +0100 Original-Received: from localhost ([127.0.0.1]:37735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLjwL-0005lD-CZ for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 16:00:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLjt8-00031T-Uz for emacs-devel@gnu.org; Fri, 18 Dec 2009 15:57:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLjt4-0002vP-6W for emacs-devel@gnu.org; Fri, 18 Dec 2009 15:57:26 -0500 Original-Received: from [199.232.76.173] (port=32853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLjt4-0002vC-1x for emacs-devel@gnu.org; Fri, 18 Dec 2009 15:57:22 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:58268) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLjt3-0007yr-Kc for emacs-devel@gnu.org; Fri, 18 Dec 2009 15:57:21 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KUV009008U89N00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 18 Dec 2009 22:57:19 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.160.137]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KUV007LH8VJ8G50@a-mtaout20.012.net.il>; Fri, 18 Dec 2009 22:57:19 +0200 (IST) In-reply-to: <878wd0s3t7.fsf@telefonica.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118728 Archived-At: > From: =C3=93scar_Fuentes > Date: Fri, 18 Dec 2009 16:24:36 +0100 >=20 > The problem is that the build was configured with >=20 > --cflags -Ic:/apps/gnuwin32/include --ldflags -Lc:/gnuwin32/lib >=20 > (for adding graphics support.) I see. Why don't you just put the gnuwin32/include files into the normal MinGW include directory? Why is it a good idea to have two separate include trees?