From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Unresolved reference to "strcasecmp" building CVS Emacs on Windows with MS Visual Studio 6.0 Date: Sat, 05 Aug 2006 11:02:02 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1154743404 8082 80.91.229.2 (5 Aug 2006 02:03:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Aug 2006 02:03:24 +0000 (UTC) Cc: flitterio@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 05 04:03:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G9BVR-0007IE-Ct for ged-emacs-devel@m.gmane.org; Sat, 05 Aug 2006 04:03:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9BVQ-0004XB-VQ for ged-emacs-devel@m.gmane.org; Fri, 04 Aug 2006 22:03:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G9BVF-0004W4-O3 for emacs-devel@gnu.org; Fri, 04 Aug 2006 22:03:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G9BVE-0004Vj-0Z for emacs-devel@gnu.org; Fri, 04 Aug 2006 22:03:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9BVD-0004Vg-ST for emacs-devel@gnu.org; Fri, 04 Aug 2006 22:02:59 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G9BYr-0007mS-SC; Fri, 04 Aug 2006 22:06:46 -0400 Original-Received: from smtp3.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k7522qGj005087; Sat, 5 Aug 2006 11:02:52 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id k7522ppS025277; Sat, 5 Aug 2006 11:02:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1G9BUI-0003KH-00; Sat, 05 Aug 2006 11:02:02 +0900 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Fri, 04 Aug 2006 20:23:11 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:58110 Archived-At: In article , Eli Zaretskii writes: >> When I do "nmake bootstrap" to build the latest CVS Emacs on Windows >> XP with MS Visual Studio 6.0 installed, I get an unresolved reference >> to "strcasecmp" when linking temacs.exe. I had to apply the following >> patch to get a clean build: Oops. > Thanks. I guess no one noticed this before because most of us use > MinGW, which does have strcasecmp in its library. > I fixed this in CVS slightly differently: by using stricmp in the > source. Thank you for fixing my fault. --- Kenichi Handa handa@m17n.org