From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Successful build of emacs-unicode-2 under Windows with MinGW Date: Mon, 27 Sep 2004 22:11:47 -0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409271426.35066.pogonyshev@gmx.net> References: <68c73b1a040926220726cf48d1@mail.gmail.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1096313999 18103 80.91.229.6 (27 Sep 2004 19:39:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2004 19:39:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 27 21:39:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CC1Ll-0007zA-00 for ; Mon, 27 Sep 2004 21:39:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CC1Rx-0007fJ-MV for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2004 15:46:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CC1Rs-0007fE-02 for emacs-devel@gnu.org; Mon, 27 Sep 2004 15:46:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CC1Rm-0007eo-B0 for emacs-devel@gnu.org; Mon, 27 Sep 2004 15:46:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CC1Rm-0007el-7t for emacs-devel@gnu.org; Mon, 27 Sep 2004 15:46:06 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CC1LH-0002h9-S0 for emacs-devel@gnu.org; Mon, 27 Sep 2004 15:39:24 -0400 Original-Received: (qmail 27693 invoked by uid 65534); 27 Sep 2004 19:39:21 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.115) by mail.gmx.net (mp001) with SMTP; 27 Sep 2004 21:39:21 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.4.3 In-Reply-To: <68c73b1a040926220726cf48d1@mail.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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27623 Dhruva Krishnamurthy wrote: > On Fri, 24 Sep 2004 08:43:07 +0100, Jason Rumney wrote= : > > Dhruva Krishnamurthy writes: > > > BTW, do you suggest, I use '-kb' option for all my CVS checkouts? > > > > No, only the emacs/nt directory needs to be checked out as binary. > > emacs/leim used to require it, and that is why I suggested trying it > > in case the fix from HEAD had not been merged into emacs-unicode-2, > > but if it does not help, then the problem lies elsewhere. > > I did a checkout with '-kb' of the complete tree just to feel more > comfortable. I did an update today (27th Sept 2004) and WOW, I was > able to build the complete emacs-unicode-2 with leim using MSVC 6.0 on > W2K platform. So, we now have a code base which builds fine with no > issues atleast on W2K and MSVC combination. Actually, this is a weird approach. AFAIK, CVS repository maintainers can use `cvs admin' so that `emacs/nt' is checked out as binary automatically. Wouldn't it be more logical? Paul