From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: eenliu Newsgroups: gmane.emacs.help Subject: bzr cedet compiling error on Ubuntu Date: Thu, 9 Oct 2014 16:26:36 -0700 (PDT) Message-ID: <8df621ef-9f4e-4a61-ae40-edca3adb66d7@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1412897430 5714 80.91.229.3 (9 Oct 2014 23:30:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2014 23:30:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 01:30:19 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XcNA3-0005yq-Ii for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 01:30:19 +0200 Original-Received: from localhost ([::1]:45433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcNA3-0002SC-5S for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Oct 2014 19:30:19 -0400 X-Received: by 10.236.45.72 with SMTP id o48mr916580yhb.48.1412897197817; Thu, 09 Oct 2014 16:26:37 -0700 (PDT) X-Received: by 10.50.50.130 with SMTP id c2mr25497igo.15.1412897197026; Thu, 09 Oct 2014 16:26:37 -0700 (PDT) Original-Path: usenet.stanford.edu!dc16no1723417qab.1!news-out.google.com!rp1ni26281igb.0!nntp.google.com!uq10no7620726igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=216.31.211.11; posting-account=8HIAQQoAAABkAstolwR5vRtJuyV_95Tn Original-NNTP-Posting-Host: 216.31.211.11 User-Agent: G2/1.0 Injection-Date: Thu, 09 Oct 2014 23:26:37 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208081 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100357 Archived-At: Hi, I tried to byte-compile bzr cedet on Ubuntu 14.04, but got this error: In toplevel form: cedet-edebug.el:37:13:Error: File `/usr/share/emacs/24.3/lisp/emacs-lisp/debug.elc' was not compiled in Emacs make[2]: *** [cedet-edebug.elc] Error 1 make[2]: Leaving directory `/home/ning/dev/emacs.d/site-lisp/cedet/lisp/cedet' make[1]: *** [cedet] Error 2 make[1]: Leaving directory `/home/ning/dev/emacs.d/site-lisp/cedet/lisp' make: *** [compile] Error 2 Similarly, if compiling contrib: In semantic-tag-folding-get-attribute-overlay: semantic-tag-folding.el:533:42:Warning: function `remove-if-not' from cl package called at runtime semantic-tag-folding.el:666:1:Error: File `/usr/share/emacs/24.3/lisp/emacs-lisp/cl-seq.elc' was not compiled in Emacs make: *** [semantic-tag-folding.elc] Error 1 Can someone tell me what this "***.elc was not compiled in Emacs" error means? How can I solve the issue? Thanks.