all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco Parrone <marco@marcoparrone.com>
To: help-gnu-emacs@gnu.org
Subject: Re: cedet load error
Date: Sat, 30 Apr 2011 15:07:21 +0200	[thread overview]
Message-ID: <m3k4ebripi.fsf@marcoparrone.com> (raw)
In-Reply-To: c23bfaae-3e13-4434-887c-b4507737caa0@h36g2000pro.googlegroups.com

flebber <flebber.crue@gmail.com> writes:

> On Apr 30, 8:30 am, Marco Parrone <ma...@marcoparrone.com> wrote:
>> flebber <flebber.c...@gmail.com> writes:
>> > On Apr 29, 8:06 pm, flebber <flebber.c...@gmail.com> wrote:

> I went back to the start and reinstall everything without the emacs
> starter kit. Setup my emacs manually with cedet and ecb.
>
> When following the cedet instructions as I am on windows 7 I cannot
> make cedet and instead have to bootstrap cedet to emacs to force it to
> build that way. Is the require as a result of the build as it still
> fails with the cedet requires error. I guess that I could install
> cygwin and then use its make environemnt to build cedet but was hoping
> not to have to go there as it appears barring this minor error that
> cedet bootstrapped okay.
>
> Resolved the rinari error, the github rinari downloads are missing the
> jump files. https://github.com/eschulte/rinari/commit/1c3460f3d5b0b04fe79fa395d063b82448da591b
> . I found working download containing jump file on rubyforge instead.
>
> Thanks
>
> Sayth

Are you using the `cedet-build.el' script?

I tried with a CVS version, doing the following steps worked without
reporting errors:

1) Open the `cedet-build.el' (which is at the top of the cedet
distribution directory) file with emacs.

2) Evaluate the content of the script:

   `M-x eval-buffer RET'

3) Start the build function:

   `M-x cedet-build-in-this-emacs RET'

4) I don't know if this happens always, anyway I received this message:

     EIEIO needs to be recompiled.  Use subprocess? (y or n) 

   I answred yes and the compilation continued in another Emacs window.

5) The new Emacs session compiled all the files, there was a buffer name
   `*CEDET BYTECOMPILE*' showing the progress, and at the end it
   printed:
     ...
       Project: Tests
       Project: templates
     Building project contrib
       Project: Contrib
        Target autoloads...           done.
        Target init...                1 compiled, 0 up to date.
        Target setup...               1 compiled, 0 up to date.
        Target wy...                  done.
        Target lisp...                7 compiled, 0 up to date.
     
     
     Done.

6) Finally, making emacs to load the following lines (copied from
   the `INSTALL' file) worked without reporting any error:

     (load-file "/home/marco/src/cedet/cedet/common/cedet.el")
     (global-ede-mode 1)
     (semantic-load-enable-minimum-features)
     (semantic-load-enable-code-helpers)
     (global-srecode-minor-mode 1)

   I just copied them in the *scratch* buffer and executed them by
   moving the point to the end of each line and typing `C-x e' but they
   should be copied in the ~/.emacs file.

I actually don't know CEDET so I was not capable to test if my
installation actually works, I just tried to build and load it.

Goodbye,
Marco.

-- 
Marco Parrone <marco@marcoparrone.com>
PGP Key fingerprint = 5E21 BED2 BF47 B3FB F17F  1DB4 D9BE B2B7 3C3A 07E2


  reply	other threads:[~2011-04-30 13:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 10:06 cedet load error flebber
2011-04-29 11:06 ` flebber
2011-04-29 22:30   ` Marco Parrone
2011-04-30  4:18     ` flebber
2011-04-30 13:07       ` Marco Parrone [this message]
2011-04-30 13:10         ` Marco Parrone
2011-05-01  9:28           ` flebber
2011-05-01  9:48           ` flebber
2011-05-01 10:13           ` flebber
2011-05-01 12:38             ` flebber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k4ebripi.fsf@marcoparrone.com \
    --to=marco@marcoparrone.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.