From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r105007: Add C interface for Unicode character property table. Date: Thu, 7 Jul 2011 12:48:13 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1310035766 22146 80.91.229.12 (7 Jul 2011 10:49:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 10:49:26 +0000 (UTC) Cc: Emacs developers To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 12:49:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qem94-0005GD-74 for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 12:49:22 +0200 Original-Received: from localhost ([::1]:59255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qem93-0000AM-8s for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 06:49:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qem8f-00009F-WD for emacs-devel@gnu.org; Thu, 07 Jul 2011 06:49:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qem8d-0000sR-4o for emacs-devel@gnu.org; Thu, 07 Jul 2011 06:48:57 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:58988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qem8c-0000sC-Ew for emacs-devel@gnu.org; Thu, 07 Jul 2011 06:48:54 -0400 Original-Received: by pwi12 with SMTP id 12so681889pwi.0 for ; Thu, 07 Jul 2011 03:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Ya89vbLfHIQ2VuRbfVgXgmi9DX7c3xYsGlf4bzQCz4Q=; b=Voho/M49MJhQPTIiD+hKHUQiQB2Cwspx6LApupHpeWFi+MK3c5yj9vj3NSAyQSwlYV FXlqgXtLqaAmZiSXOIQpAOZuziTyfBb5VizT77UWRqQTsZiKFPzH+CakljPiUpsfobr+ Tveq9zUAKtp9lhemdROYzEltpB//c2lpslAt0= Original-Received: by 10.143.90.14 with SMTP id s14mr385670wfl.138.1310035733214; Thu, 07 Jul 2011 03:48:53 -0700 (PDT) Original-Received: by 10.142.144.4 with HTTP; Thu, 7 Jul 2011 03:48:13 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141724 Archived-At: On Thu, Jul 7, 2011 at 06:21, Kenichi Handa wrote: > =3D=3D=3D modified file 'admin/unidata/Makefile.in' > --- a/admin/unidata/Makefile.in 2011-01-14 17:18:41 +0000 > +++ b/admin/unidata/Makefile.in 2011-07-06 22:43:48 +0000 > @@ -33,9 +33,10 @@ > > =C2=A0${DSTDIR}/charprop.el: unidata-gen.elc unidata.txt > =C2=A0 =C2=A0 =C2=A0 =C2=A0ELC=3D`/bin/pwd`/unidata-gen.elc; \ > - =C2=A0 =C2=A0 =C2=A0 DATA=3D`/bin/pwd`/unidata.txt; \ > + =C2=A0 =C2=A0 =C2=A0 DATADIR=3D`/bin/pwd`; \ > + =C2=A0 =C2=A0 =C2=A0 DATA=3Dunidata.txt; \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0cd ${DSTDIR}; \ > - =C2=A0 =C2=A0 =C2=A0 ${RUNEMACS} -batch --load $${ELC} -f unidata-gen-f= iles $${DATA} > + =C2=A0 =C2=A0 =C2=A0 ${RUNEMACS} -batch --load $${ELC} -f unidata-gen-f= iles $${DATADIR} $${DATA} > > =C2=A0../../src/biditype.h: UnicodeData.txt > =C2=A0 =C2=A0 =C2=A0 =C2=A0gawk -F";" -f biditype.awk $< > $@ > After replicating that change in the Windows makefile (see below), I try to regenerate the files and I get an error: @C:\emacs\trunk\admin\unidata> make all "../../src/oo-spd/i386/emacs.exe" -Q -batch --eval "(cd \"../../lisp/international\")" --load C:/emacs/trunk/admin/unidata/unidata-gen.elc -f unidata-gen-files C:/emacs/trunk/admin/unidata unidata.txt Generating uni-name.el... Can't change extra-slot of char-code-property-table make: *** [charprop-CMD] Error -1 =C2=A0 =C2=A0 Juanma =3D=3D=3D modified file 'admin/unidata/makefile.w32-in' --- admin/unidata/makefile.w32-in 2011-01-14 17:18:41 +0000 +++ admin/unidata/makefile.w32-in 2011-07-07 10:02:59 +0000 @@ -41,12 +41,13 @@ charprop-SH: unidata-gen.elc unidata.txt ELC=3D$(CURDIR)/unidata-gen.elc; \ - DATA=3D$(CURDIR)/unidata.txt; \ + DATADIR=3D$(CURDIR); \ + DATA=3Dunidata.txt; \ cd $(DSTDIR); \ - $(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATA} + $(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATADIR} $${DATA} charprop-CMD: unidata-gen.elc unidata.txt - $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt + $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR) unidata.txt ${DSTDIR}/charprop.el: charprop-$(SHELLTYPE)