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 10:54:39 +0200 Message-ID: <8363847jcg.fsf@gnu.org> References: <87iqc5s6v7.fsf@telefonica.net> <87d42ds3jg.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 1261126371 19908 80.91.229.12 (18 Dec 2009 08:52:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 08:52:51 +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 09:52:43 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 1NLYZn-0004os-J6 for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 09:52:43 +0100 Original-Received: from localhost ([127.0.0.1]:49770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLYZn-000658-JZ for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 03:52:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLYZh-00064r-UB for emacs-devel@gnu.org; Fri, 18 Dec 2009 03:52:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLYZd-00061J-Kc for emacs-devel@gnu.org; Fri, 18 Dec 2009 03:52:37 -0500 Original-Received: from [199.232.76.173] (port=47391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLYZd-00061A-D5 for emacs-devel@gnu.org; Fri, 18 Dec 2009 03:52:33 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:46179) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLYZd-0000bx-3e for emacs-devel@gnu.org; Fri, 18 Dec 2009 03:52:33 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KUU00J00BB7KH00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 18 Dec 2009 10:52:31 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.160.137]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KUU00GY5BBH6TC0@a-mtaout22.012.net.il>; Fri, 18 Dec 2009 10:52:30 +0200 (IST) In-reply-to: <87d42ds3jg.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:118708 Archived-At: > From: =C3=93scar_Fuentes > Date: Thu, 17 Dec 2009 22:18:11 +0100 >=20 > The build was picking GNUWin32's regex.h. Removing it and rebuildin= g > solved the problem. Which package did that regex.h come from? Perhaps we should add something to PROBLEMS. Hmm... actually, that's strange: shouldn't GCC find src/regex.h _before_ it looks in your system include directory? Adding -v to the compilation command in lib-src shows that it should: #include "..." search starts here: #include <...> search starts here: . ../nt/inc ../src D:/usr/bin/../lib/gcc/mingw32/3.4.2/../../../../include D:/usr/bin/../lib/gcc/mingw32/3.4.2/include End of search list. Could you please look into this and see why it didn't work for you, o= r tell what am I missing?