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: Unresolved reference to "strcasecmp" building CVS Emacs on Windows with MS Visual Studio 6.0 Date: Fri, 04 Aug 2006 20:23:11 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154712236 17918 80.91.229.2 (4 Aug 2006 17:23:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Aug 2006 17:23:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 04 19:23:52 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 1G93OW-0002Es-5j for ged-emacs-devel@m.gmane.org; Fri, 04 Aug 2006 19:23:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G93OV-0004eI-Ib for ged-emacs-devel@m.gmane.org; Fri, 04 Aug 2006 13:23:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G93OL-0004dj-6I for emacs-devel@gnu.org; Fri, 04 Aug 2006 13:23:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G93OH-0004bT-Nq for emacs-devel@gnu.org; Fri, 04 Aug 2006 13:23:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G93OH-0004bK-Dx for emacs-devel@gnu.org; Fri, 04 Aug 2006 13:23:17 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G93Rs-0003qx-TZ for emacs-devel@gnu.org; Fri, 04 Aug 2006 13:27:01 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-72-41.inter.net.il [80.230.72.41]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ADU20506 (AUTH halo1); Fri, 4 Aug 2006 20:23:14 +0300 (IDT) Original-To: "Fran Litterio" In-reply-to: (flitterio@gmail.com) 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:58100 Archived-At: > Date: Fri, 4 Aug 2006 12:42:31 -0400 > From: "Fran Litterio" > > 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: 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.