From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails on w32 Date: Tue, 24 May 2005 10:47:27 +0100 Message-ID: References: <4292E6ED.3080806@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116928108 6977 80.91.229.2 (24 May 2005 09:48:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 May 2005 09:48:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 24 11:48:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaW0R-0005tt-J2 for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 11:47:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaW44-0001tx-Tu for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 05:51:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DaW3L-0001eF-Rn for emacs-devel@gnu.org; Tue, 24 May 2005 05:50:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DaW3K-0001d5-Dx for emacs-devel@gnu.org; Tue, 24 May 2005 05:50:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaW3J-0001cg-Rg for emacs-devel@gnu.org; Tue, 24 May 2005 05:50:22 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DaW12-0006lJ-L3 for emacs-devel@gnu.org; Tue, 24 May 2005 05:48:00 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j4O9lnch018508; Tue, 24 May 2005 10:47:50 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id A2475DDE60; Tue, 24 May 2005 10:47:49 +0100 (BST) Original-To: martin rudalics In-Reply-To: <4292E6ED.3080806@gmx.at> (martin rudalics's message of "Tue, 24 May 2005 10:33:49 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:37559 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37559 martin rudalics writes: > There must be some reason: I frequently try to build Emacs on WindowsME > and so far have not been able to retrieve a source which installs me a > menubar. Several people have reported this, and I have asked them to help debugging it, but noone ever replies. Rather than patch the source, can you please try to debug the startup code at the bottom of w32menu.c that decides whether to use Unicode menu names. Does Windows ME have a stubbed out version of unicode_append_menu (AppendMenuW) that does nothing? The code assumes that if its not supported, that function is not present.