From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: HL Newsgroups: gmane.emacs.help Subject: Re: Error when compiling emacs-unicode-2 on windows Date: Thu, 7 Aug 2008 08:46:34 -0700 (PDT) Organization: http://groups.google.com 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=GB2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1218127242 22199 80.91.229.12 (7 Aug 2008 16:40:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2008 16:40:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 18:41:33 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 1KR8YO-00056B-RE for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 18:41:33 +0200 Original-Received: from localhost ([127.0.0.1]:43799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR8XT-0004Uf-Aw for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 12:40:35 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k36g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 61.172.193.249 Original-X-Trace: posting.google.com 1218123994 3989 127.0.0.1 (7 Aug 2008 15:46:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 7 Aug 2008 15:46:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k36g2000pri.googlegroups.com; posting-host=61.172.193.249; posting-account=zF4t9QoAAABb0eRNzFfZeUc0XCBX7Rll User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:160901 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:56246 Archived-At: On 8=D4=C27=C8=D5, =CF=C2=CE=E710=CA=B148=B7=D6, "Juanma Barranquero" wrote: > 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:anonym...@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 Thank you Juanma. If possible, could you tell me your detail environment when you compile it? such as your %PATH%. and the parameter of configure, mime is configure.bat --no-debug -- with-gcc --cflags -Ic:\MinGW\include and when I use mingw32-make bootstrap, i still get error as follows =2E/process.h:37: error: syntax error before "EMACS_UINT" I am a beginner, I will very apprieciate you if you can tell me more. Thank you again.