From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Moringen Newsgroups: gmane.emacs.devel Subject: Re: Common Lisp support for Semantic? Date: Wed, 06 Jul 2011 15:09:14 +0200 Message-ID: <1309957755.2150.21.camel@azurit.TechFak.Uni-Bielefeld.DE> References: <1308678569.15409.9.camel@azurit.TechFak.Uni-Bielefeld.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309960358 12368 80.91.229.12 (6 Jul 2011 13:52:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 13:52:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: David O'Toole Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 06 15:52:34 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 1QeSWn-0002qX-PV for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 15:52:33 +0200 Original-Received: from localhost ([::1]:59383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeSWm-0001bF-O9 for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 09:52:32 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeRqy-00071a-EZ for emacs-devel@gnu.org; Wed, 06 Jul 2011 09:09:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeRqx-0005Os-96 for emacs-devel@gnu.org; Wed, 06 Jul 2011 09:09:20 -0400 Original-Received: from smarthost.techfak.uni-bielefeld.de ([129.70.137.17]:57659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeRqw-0005OU-RK for emacs-devel@gnu.org; Wed, 06 Jul 2011 09:09:18 -0400 Original-Received: from [129.70.143.11] (azurit.TechFak.Uni-Bielefeld.DE [129.70.143.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jmoringe) by smarthost.TechFak.Uni-Bielefeld.DE (Postfix) with ESMTPSA id 80A6BB7; Wed, 6 Jul 2011 15:09:15 +0200 (CEST) In-Reply-To: X-Mailer: Evolution 2.28.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 129.70.137.17 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:141649 Archived-At: Hi David. > I checked out the LISP-SUPPORT branch and tried to use cedet-build.el > to build it, but the process stops with errors: > > Generating autoloads for semantic-util-modes.el...done > Generating autoloads for semantic-util.el...done > Generating autoloads for semantic.el...done > [...] I'm not sure, whether the problem is related to the changes I made in that branch. I will try to merge changes from trunk soon. Maybe that helps. Otherwise, maybe some of the other CEDET devs can pinpoint the problem? Sorry, Jan