From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: Still cannot build native windows version of emacs 23.* Date: Sun, 03 Feb 2008 21:01:33 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202068949 1307 80.91.229.12 (3 Feb 2008 20:02:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Feb 2008 20:02:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 03 21:02:51 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLl37-0003qs-0J for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2008 21:02:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLl2f-0001fz-9E for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2008 15:02:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLl2B-0001Ez-NY for emacs-devel@gnu.org; Sun, 03 Feb 2008 15:01:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLl2A-0001Dd-AJ for emacs-devel@gnu.org; Sun, 03 Feb 2008 15:01:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLl29-0001DS-ST for emacs-devel@gnu.org; Sun, 03 Feb 2008 15:01:45 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JLl29-0005sf-A7 for emacs-devel@gnu.org; Sun, 03 Feb 2008 15:01:45 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JLl25-0000Kk-D0 for emacs-devel@gnu.org; Sun, 03 Feb 2008 20:01:41 +0000 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Feb 2008 20:01:41 +0000 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Feb 2008 20:01:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 51 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88105 Archived-At: Eli Zaretskii wrote: >> From: Eric Lilja >> Date: Sun, 03 Feb 2008 16:52:46 +0100 >> >> Hi, I just performed a fresh cvs checkout and tried to build a native >> windows version, using --enable-font-backend. I'm using a cygwin bash >> shell, with latest mingw make and cygwin's gcc in mingw mode (using >> -mno-cygwin). I've been building cvs versions of emacs this way for a >> few years now. >> >> The bootstrap fails with: >> mingw32-make[1]: *** No rule to make target >> `../lisp/international/charprop.el', needed by `DOC'. Stop. > > Are you sure there were no stale files in the tree where you > bootstrapped? Yes, I removed the old checkout completely. > > If the above does not help, please post here the full transcript of > "configure --enable-font-backend" and "make bootstrap". This problem > should have been solved since yesterday. I will post again with them attached as text files. Do you have any tips on how I should get the output into text files in the best possible way? Just use > or something else? > >> Still getting alot of these warnings (for all lisp files maybe): >> Compiling url/url-ns.elWarning: Default coding system `iso-latin-1' >> disagrees with system codeset `cp1252' for this locale. >> How do I avoid those in the build environment I briefly described above? >> >> Noticed several warnings in syntax.c relating to comparison always true >> or false (can't remember which) due to limited range of data types or >> something like that. You probably know what I'm talking about. >> >> Also noticed this: >> In toplevel form: >> term/mac-win.el:1146:1:Error: Invalid read syntax: "?" > > I see these as well. Please wait patiently until these are resolved. > The Windows port currently needs quite a few fixes, and it will take > time to make them. If you need a stable Emacs, I don't recommend the > trunk right now. > > > I wish I could help. =/