From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Canellas Newsgroups: gmane.emacs.help Subject: help with CEDET Date: Sun, 2 Jun 2013 00:13:47 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1370182619 8018 80.91.229.3 (2 Jun 2013 14:16:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 14:16:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 02 16:17:01 2013 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 1Uj95h-000650-2G for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jun 2013 16:17:01 +0200 Original-Received: from localhost ([::1]:45060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uj95g-0005wr-I6 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jun 2013 10:17:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiykE-0004Xz-V6 for help-gnu-emacs@gnu.org; Sat, 01 Jun 2013 23:14:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiykD-0002gf-Gh for help-gnu-emacs@gnu.org; Sat, 01 Jun 2013 23:14:10 -0400 Original-Received: from mail-lb0-f178.google.com ([209.85.217.178]:51848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiykD-0002gY-8W for help-gnu-emacs@gnu.org; Sat, 01 Jun 2013 23:14:09 -0400 Original-Received: by mail-lb0-f178.google.com with SMTP id w10so2801454lbi.37 for ; Sat, 01 Jun 2013 20:14:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=GQKcgHg14EGPU0+W4vkB6yVdXqQDiL0j2mVw0FAZoLs=; b=KWgPFxQu7Vl8lFYe4zKmDth8ggwlJGODGgnBJ6w0uevjXzRPoael6CnF5B7ip8b6Ix GIfY8I6sp8B26MBcPT9O3Qx+OK34WGubNDcaU0d5Zs5amOe7FRMkerPfwqY/MOqDfIld t9Zobh/LHvyucNPGKq6qCf/b7ySenfPoD47tCZbFuZaoYRSSeuknVC0BBIEAFJn/r5j3 AC5jd5859VSo3IuvNbWvtKB4WprGBW74S/NlUgvGauumg29QHFPEG6+rbeg6+7Xdg6/P ac1p7rCz99Sy7UTp152wP9IpLGIRy2i1ykkPOjKnbc7f8mu59gT1g2ijaIvjmWDxxqMR GPIg== X-Received: by 10.112.210.135 with SMTP id mu7mr8389215lbc.70.1370142847550; Sat, 01 Jun 2013 20:14:07 -0700 (PDT) Original-Received: by 10.112.150.106 with HTTP; Sat, 1 Jun 2013 20:13:47 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.178 X-Mailman-Approved-At: Sun, 02 Jun 2013 10:16:48 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:91224 Archived-At: Hi, I followed the instructions found http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html#sec4, http://www.emacswiki.org/emacs/CEDET_Quickstart and edet.sourceforge.net/setup.shtml, but I just can't get 'semantic' to work. This is what I did: 1 - I downloaded cedet_snapshot-rev_8563.tar.gzfrom http://www.randomsample.de/cedet-snapshots/ 2 - Then I did 'make clean-all && make' 3 - I moved the 'trunk' directory to 'cedet-bzr' inside '~/.emacs.d' 4 - In my '.emacs' file (of my 23.4.1 Emacs) I wrote: (load-file "~/.emacs.d/cedet-bzr/cedet-devel-load.el") (global-ede-mode 1) ; Enable the Project management system (semantic-load-enable-code-helpers) ; Enable prototype help and smart completion (global-semantic-idle-completions-mode t) (global-semantic-decoration-mode t) (global-semantic-highlight-func-mode t) (global-semantic-show-unmatched-syntax-mode t) (semantic-mode t) But when I try, for example, ' M-x semantic-complete-analyze-inline', I get the error " Idle Work Typecaching Error: "# - Wrong type argument: stringp, (((0) \"ptrdiff_t\"))" " Can anyone point out what I'm doing wrong? Thanks a lot! Rodrigo Canellas ----------- Programador C++ Fot=F3grafo amador