emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cedet-semantic] Latest CEDET on BZR does not compile with emacs 24.


From: David Engster
Subject: Re: [cedet-semantic] Latest CEDET on BZR does not compile with emacs 24.1
Date: Sat, 06 Oct 2012 12:25:30 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Vincent Belaïche writes:
> I am not going to re-write all the CEDET Makefiles just to use an
> MSWindows make engine. I've read from David that those Makefiles are
> generated by EDE, so if ever there was something to do, it would be
> better to upgrade EDE to generates those MSWindows makefile, or
> anything working well under MSWindows without the need for a Unixy
> shell (e.g. ant build.xml files).

Yes, that would be the way to go. You can generate pretty much any kind
of build script using EDE. In fact, if you look into our Elisp build
script cedet-build.el, you'll see that it also calls EDE to build the
targets without using Make. (It calls `project-compile-target' on the
target, which is an object; those methods are defined in
ede/proj-elisp.el and in semantic/ede-grammar.el for the
byte-compilation and parser generation, resp.).

> Anyhow, CEDET can be built with some lisp only script that will be
> soon fixed, so even this thing is not needed.

I think I fixed it now. Please check out latest CEDET from bzr and try

emacs -Q -l cedet-build.el -f cedet-build

Please let me know if you see any errors.

-David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]