From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Error when compiling emacs-unicode-2 on windows Date: Thu, 7 Aug 2008 16:48:57 +0200 Message-ID: References: <40dd232e-2316-40c3-989f-8d8ee0b60fe6@r35g2000prm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218120629 29058 80.91.229.12 (7 Aug 2008 14:50:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2008 14:50:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: HL Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 16:51:20 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KR6pi-0001JE-4B for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 16:51:18 +0200 Original-Received: from localhost ([127.0.0.1]:40986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR6om-0001Pb-Ol for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 10:50:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KR6nU-0000EN-Mt for help-gnu-emacs@gnu.org; Thu, 07 Aug 2008 10:49:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KR6nT-0000CF-1p for help-gnu-emacs@gnu.org; Thu, 07 Aug 2008 10:49:00 -0400 Original-Received: from [199.232.76.173] (port=46857 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR6nS-0000Bz-SI for help-gnu-emacs@gnu.org; Thu, 07 Aug 2008 10:48:58 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.186]:13558) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KR6nS-0002wV-Pk for help-gnu-emacs@gnu.org; Thu, 07 Aug 2008 10:48:58 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so181928nfi.26 for ; Thu, 07 Aug 2008 07:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ig22RILBQPAu1MP/7AOBaGtUbFVf2yT+3FdVgQTISu8=; b=jpop4ddO0qfEtQ6Ru6o9xvgX3u7w+G6UpxFXKtIPg/QhO9AXuYqMNm0Iy3sV3k3eG/ kX/4AnQjTENsSI7QzTSq7YAIroMgqu7o7opYbr3zzVAuWaiteOkZcgbADSnoRKiqfcTh vLtfgIw1+gYkjbmAqh7CB1HiDuQf2av0qPk2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=iOiTNku4ppfuTGTUPTbeK1616jc/GBVZXAEfYB8KpAULJFy2qe54tNhM1O9iUpTsRM sDdrOBVwHHIEuu0z3kwAR4CoW5RyGo8RbXQeU+yuxtIIstWUM6U6G3U4JGEmn5mI8rI4 NRolUwbDN0RVZpnRrblAi0VkrY4sWp2B1NKtg= Original-Received: by 10.210.20.17 with SMTP id 17mr3528783ebt.2.1218120537482; Thu, 07 Aug 2008 07:48:57 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Thu, 7 Aug 2008 07:48:57 -0700 (PDT) In-Reply-To: <40dd232e-2316-40c3-989f-8d8ee0b60fe6@r35g2000prm.googlegroups.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56242 Archived-At: On Thu, Aug 7, 2008 at 04:20, HL wrote: > I'd like to compile an emacs 23 in my windows xp. > I checked out src codes from cvs by : > cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r > emacs-unicode-2 -d emacs-unicode-2 emacs > I put all source code checked out from cvs to d:\emacs-unicode-2. The unicode-2 branch was folded into the trunk several months ago. Just check out the trunk and it should compile OK on Windows (I do it daily ;-) Juanma