From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: charprop.el and uni-*.el Date: Wed, 13 Feb 2008 19:17:07 +0100 Message-ID: <47B33423.5070909@gmail.com> References: <47B01DFB.5050905@gnu.org> <47B163B7.6030601@gnu.org> <47B165F5.2050801@gmail.com> <47B31BB6.1070407@gmail.com> <47B3238D.7050405@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202926650 20696 80.91.229.12 (13 Feb 2008 18:17:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 18:17:30 +0000 (UTC) Cc: Emacs Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 13 19:17:53 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 1JPMB4-00081Y-4A for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 19:17:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPMAa-0000Yr-DW for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 13:17:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPMAV-0000XE-Eq for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:17:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPMAT-0000WV-TS for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:17:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPMAT-0000WK-FW for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:17:13 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPMAT-0001fA-5V for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:17:13 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:65043 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JPMAQ-0007Aq-6L; Wed, 13 Feb 2008 19:17:11 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 080213-0, 2008-02-13), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1JPMAQ-0007Aq-6L. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JPMAQ-0007Aq-6L 6d563a02e793f34579c764f40f143ff7 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:88968 Archived-At: Juanma Barranquero wrote: > On Feb 13, 2008 6:06 PM, Lennart Borgman (gmail) > wrote: > >> Hm, I forgotten added this, maybe that is the trouble now?: >> >> cd emacs\leim\CXTERM-DIC >> cvs update -kb *.tit > > I have the following files: > > leim/CXTERM-DIC/*.tit > international/uni-*.el Thanks, added the second one. > checked out with -kb and my bootstrap is successful. > >> And then I bootstrap the normal way on w32: >> >> cd emacs\nt >> make --debug=b bootstrap > > Uh? > > I always do > > cd emacs\nt > configure.bat --with-gcc --cflags -IC:/my/emacs/include/path > --cflags -fno-crossjumping Me too, but I do not always write what I intend to. > make bootstrap install > > Juanma > A new error this time (unrelated to the prev errors I believe): gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -gstabs+ -g3 -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -Ic:/g/include -fno-crossjumping -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/data.o data.c data.c:116: error: conflicting types for 'wrong_type_argument' lisp.h:2259: error: previous declaration of 'wrong_type_argument' was here data.c:116: error: conflicting types for 'wrong_type_argument' lisp.h:2259: error: previous declaration of 'wrong_type_argument' was here make[2]: *** [oo-spd/i386/data.o] Error 1 make[2]: Leaving directory `C:/eclean/bld/emacs/src' make[1]: *** [bootstrap-temacs] Error 2 make[1]: Leaving directory `C:/eclean/bld/emacs/src' make: *** [bootstrap-gmake] Error 2