From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: KOBAYASHI Yasuhiro Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Build error with _UNICODE on w32. Date: Sat, 17 May 2008 22:33:33 +0900 Message-ID: <4v8wy9dphu.fsf@otsukakj.co.jp> References: <4v4p8xy1q8.fsf@otsukakj.co.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211031487 27935 80.91.229.12 (17 May 2008 13:38:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 May 2008 13:38:07 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 17 15:38:45 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 1JxMcU-000469-V3 for ged-emacs-devel@m.gmane.org; Sat, 17 May 2008 15:38:43 +0200 Original-Received: from localhost ([127.0.0.1]:57919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxMbk-0005n1-S1 for ged-emacs-devel@m.gmane.org; Sat, 17 May 2008 09:37:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JxMbP-0005fG-Iq for emacs-devel@gnu.org; Sat, 17 May 2008 09:37:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JxMbN-0005ef-FQ for emacs-devel@gnu.org; Sat, 17 May 2008 09:37:35 -0400 Original-Received: from [199.232.76.173] (port=44547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxMbN-0005ec-98 for emacs-devel@gnu.org; Sat, 17 May 2008 09:37:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JxMbN-00052z-33 for emacs-devel@gnu.org; Sat, 17 May 2008 09:37:33 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:42068) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JxMaG-0003kX-3l for emacs-pretest-bug@gnu.org; Sat, 17 May 2008 09:36:24 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JxMXl-0004MV-Uv for emacs-pretest-bug@gnu.org; Sat, 17 May 2008 09:33:52 -0400 Original-Received: from userg502.nifty.com ([202.248.238.82]:50885) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JxMXi-0004Ll-Ru; Sat, 17 May 2008 09:33:47 -0400 Original-Received: from NRT0177 (sttkmt010177.adsl.ppp.infoweb.ne.jp [219.116.157.177])by userg502.nifty.com with ESMTP id m4HDXWwC026405; Sat, 17 May 2008 22:33:33 +0900 X-Nifty-SrcIP: [219.116.157.177] X-Face: sx{*Zd5t@lP<&#~%3p=Z'z@ru$R6Bvwu3`mD?-!>[pr@Do`[`tu-$[0\OB6%gb:z/7 iuq3LblNTXV@AU\/w=hI[\w}\Hr1UM~>x\cQtaXq&w:LcZn/yvAOIHk"^$laja@tc|:Y"DC]/F!W"D "*_Y$vOKK5 X-PGP-DSS: BE16 34D8 BC0B 52B5 0E86 9D4B 9B89 77B3 1D8D A872 X-PGP-Key: http://homepage3.nifty.com/y3tk/gpg/pubkey.asc In-Reply-To: (Eli Zaretskii's message of "Sat, 17 May 2008 10:19:31 +0300") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (windows-nt) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:97317 gmane.emacs.pretest.bugs:22351 Archived-At: In message Re: Build error with _UNICODE on w32. on Sat, 17 May 2008 10:19:31 +0300 Eli Zaretskii wrote: > > I get the following error at w32.c:774. > > It was not occured before 9 May 2008. > What do you mean by ``with _UNICODE''? It means I execute the following configure.bat. $ ./configure.bat --with-gcc --no-cygwin --cflags \ -I/usr/local/include --cflags -D_UNICODE > > make[2]: Leaving directory `/home/kobayays/src/emacs-vanilla/src' > > "./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap > > make[1]: *** [bootstrap-emacs] Error 5 > Error code 5 is "Access denied". Is temacs.exe executable? That is, > can you invoke it from the shell? No, I gets some error dialog boxes. -- KOBAYASHI Yasuhiro