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 merge Date: Thu, 01 Oct 2009 07:38:16 -0400 Message-ID: <1254397096.16450.84.camel@projectile.siege-engine.com> References: <87hbun9jbs.fsf@stupidchicken.com> Reply-To: eric@siege-engine.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254397103 8819 80.91.229.12 (1 Oct 2009 11:38:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2009 11:38:23 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 13:38:16 2009 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 1MtJzC-0006bV-AT for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2009 13:38:14 +0200 Original-Received: from localhost ([127.0.0.1]:54777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtJzB-0008WE-El for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2009 07:38:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtJz1-0008VK-60 for emacs-devel@gnu.org; Thu, 01 Oct 2009 07:38:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtJz0-0008UT-0J for emacs-devel@gnu.org; Thu, 01 Oct 2009 07:38:02 -0400 Original-Received: from [199.232.76.173] (port=42334 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtJyz-0008UI-NJ for emacs-devel@gnu.org; Thu, 01 Oct 2009 07:38:01 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:49509 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtJyz-00012i-Dq for emacs-devel@gnu.org; Thu, 01 Oct 2009 07:38:01 -0400 Original-Received: from projectile.siege-engine.com (localhost [127.0.0.1]) by projectile.siege-engine.com (8.14.3/8.14.3/Debian-6) with ESMTP id n91BcG3U016586; Thu, 1 Oct 2009 07:38:16 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.14.3/8.14.3/Submit) id n91BcGgN016585; Thu, 1 Oct 2009 07:38:16 -0400 X-Authentication-Warning: projectile.siege-engine.com: zappo set sender to eric@siege-engine.com using -f In-Reply-To: X-Mailer: Evolution 2.26.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:115827 Archived-At: On Thu, 2009-10-01 at 12:58 +0200, Sascha Wilde wrote: > Sascha Wilde wrote: > > -(provide 'ede-srecode) > > +(provide 'ede/srecode) > > This was fixed in current CVS, thanks. > > > - But after that fix compiling still fails. Now with: > > eieio-generic-call-primary-only: Method srecode-template-get-table called on nil > > This problem is still there. A question to all CEDET/EDE experts: is > this an bug or am I missing something? Chong Yidong said he hadn't figured out where to put the SRecode templates. Since EDE uses Srecode to templates to create Makefiles, that is likely the problem. The way SRecode looks up template files may also not be compatible with where the templates will eventually live in Emacs, so that would need to be updated. Short term, you could get the templates from CEDET CVS in cedet/srecode/templates and cedet/ede/templates and place them in equivalent locations just under srecode.el and ede.el to get past this until there is a home for SRecode Templates in Emacs. Eric