From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: cedet-bzr build failure (was : Lexical binding) Date: Sat, 02 Apr 2011 09:42:58 -0400 Message-ID: <4D9727E2.80505@siege-engine.com> References: <87vcyxu2o2.fsf@gmail.com> <87aag9acsc.fsf@engster.org> <87wrjd38xm.fsf@gmail.com> <871v1kygg0.fsf@engster.org> 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: dough.gmane.org 1301751799 15487 80.91.229.12 (2 Apr 2011 13:43:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2011 13:43:19 +0000 (UTC) To: Darren Hoo , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 02 15:43:14 2011 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.69) (envelope-from ) id 1Q616g-00083R-I4 for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 15:43:14 +0200 Original-Received: from localhost ([127.0.0.1]:41448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q616g-0006CP-2S for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 09:43:14 -0400 Original-Received: from [140.186.70.92] (port=41014 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q616Y-000691-0p for emacs-devel@gnu.org; Sat, 02 Apr 2011 09:43:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q616W-0007K4-Pf for emacs-devel@gnu.org; Sat, 02 Apr 2011 09:43:05 -0400 Original-Received: from 173.193.149.250-static.reverse.softlayer.com ([173.193.149.250]:36939 helo=newk.interbax.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q616W-0007Jr-KA for emacs-devel@gnu.org; Sat, 02 Apr 2011 09:43:04 -0400 Original-Received: (qmail 14129 invoked from network); 2 Apr 2011 08:43:02 -0500 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net (HELO ?192.168.1.201?) (71.184.83.10) by 173.193.149.250-static.reverse.softlayer.com with SMTP; 2 Apr 2011 08:43:02 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091222 Shredder/3.1a1pre In-Reply-To: <871v1kygg0.fsf@engster.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 173.193.149.250 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:138058 Archived-At: Hi David, Thanks for looking into all that. Your changes seem good to me. Eric On 04/02/2011 08:40 AM, David Engster wrote: > Darren Hoo writes: >> David Engster writes: >> >>>> fail to build cedet-bzr after this merge >>>> >>>> Debugger entered--Lisp error: >>>> (wrong-type-argument listp "Forgot to expand macro eieio-object-p") >>> >>> Inside the cedet-bzr directory, try 'make clean-all' and compile again. >>> >> hmm, so there are changes in eieio.el in this merge, after I steal the >> changes and applied to cedet-bzr, eieio.el now builds successfully, >> >> But then I got another error: >> >> In toplevel form: >> semantic-grammar-wy.el:169:12:Error: Wrong type argument: listp, "Forgot >> to expand macro backquote-list*" > > Yes, you're right. There was also a change to wisent-comp.el > (revno. 100595.1.31; you'll have to use "bzr log -n0" to see it). > > I attached the patch with the changes for eieio.el and wisent-comp.el to > this mail. Eric, do you see a problem with committing those? I also > tested compilation with Emacs versions 23 and 22, and it seems to work > fine. > > -David >