From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: cedet-bzr build failure (was : Lexical binding) Date: Fri, 01 Apr 2011 23:21:07 +0200 Message-ID: <87aag9acsc.fsf@engster.org> References: <87vcyxu2o2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301692938 1642 80.91.229.12 (1 Apr 2011 21:22:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Apr 2011 21:22:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Darren Hoo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 01 23:22: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 1Q5lnI-0004m3-Lq for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2011 23:22:12 +0200 Original-Received: from localhost ([127.0.0.1]:59289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5lnH-0006yP-OU for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2011 17:22:11 -0400 Original-Received: from [140.186.70.92] (port=59738 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5lnC-0006yK-Rq for emacs-devel@gnu.org; Fri, 01 Apr 2011 17:22:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5lnB-0001cw-O0 for emacs-devel@gnu.org; Fri, 01 Apr 2011 17:22:06 -0400 Original-Received: from v3-1008.vxen.de ([79.140.41.8]:52123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5lnB-0001cN-Fj for emacs-devel@gnu.org; Fri, 01 Apr 2011 17:22:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=iEcjtJoCWboZ/MVqyXY6yWAvk7CoL78eKSvw470kMxo=; b=RCFPaw/V7rjiDV8hiTw7XgdpqAfyBecPViV7SbiSldjT/wC5NCTVyJgpPiLLNvHjpnw5LyLErC7Lss0lef9a3a+QMYSkfatziVzXfoQqZEHrfEGYSQubnm2QbXWCeuKD; Original-Received: from dslc-082-083-036-054.pools.arcor-ip.net ([82.83.36.54] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q5ln1-0001wV-TH; Fri, 01 Apr 2011 23:21:55 +0200 In-Reply-To: <87vcyxu2o2.fsf@gmail.com> (Darren Hoo's message of "Sat, 02 Apr 2011 04:39:25 +0800") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Mail-Followup-To: Darren Hoo , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 79.140.41.8 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:138040 Archived-At: Darren Hoo writes: > Stefan Monnier writes: > >> Just a note that the lexbind branch has been merged into trunk, > > 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. -David