* current cedet install problems
@ 2005-09-14 21:10 Jochen Küpper
2005-09-15 2:16 ` drkm
[not found] ` <m34q8ns6dh.fsf-X+QEHg5KIgm/8B4OpmtwqPxnRIzENc/G@public.gmane.org>
0 siblings, 2 replies; 4+ messages in thread
From: Jochen Küpper @ 2005-09-14 21:10 UTC (permalink / raw)
I am trying to install cedet-1.0pre3 on a current cvs-Emacs but get
the following error:
,----[make]
| "emacs" -batch --no-site-file -l autoloads-compile-script -f cedet-batch-update-autoloads cedet-loaddefs.el .
| Wrote /home/jochen/source/emacs/cedet-1.0pre3/common/cedet-loaddefs.el
| Generating autoloads for cedet-autogen.el...
| Generating autoloads for cedet-autogen.el...done
| Generating autoloads for cedet-compat.el...
| Generating autoloads for cedet-compat.el...done
| Generating autoloads for cedet-edebug.el...
| Generating autoloads for cedet-edebug.el...done
| Generating autoloads for fame.el...
| Generating autoloads for fame.el...done
| Generating autoloads for inversion.el...
| Generating autoloads for inversion.el...done
| Generating autoloads for pprint.el...
| Generating autoloads for pprint.el...done
| Updating header...
| Updating header...done
| Wrote /home/jochen/source/emacs/cedet-1.0pre3/common/cedet-loaddefs.el
| Symbol's value as variable is void: desktop-buffer-mode-handlers
| make[1]: *** [autoloads] Error 255
| make[1]: Leaving directory `/home/jochen/source/emacs/cedet-1.0pre3/common'
| make: *** [common] Error 2
`----
,----[(version)]
| GNU Emacs 22.0.50.36 (i686-pc-linux-gnu, GTK+ Version 2.4.14) of 2005-09-14 on doze.jochen-kuepper.de
`----
What's going wrong here?
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: current cedet install problems
2005-09-14 21:10 current cedet install problems Jochen Küpper
@ 2005-09-15 2:16 ` drkm
[not found] ` <m34q8ns6dh.fsf-X+QEHg5KIgm/8B4OpmtwqPxnRIzENc/G@public.gmane.org>
1 sibling, 0 replies; 4+ messages in thread
From: drkm @ 2005-09-15 2:16 UTC (permalink / raw)
Cc: help-gnu-emacs
Jochen Küpper writes:
> | Symbol's value as variable is void: desktop-buffer-mode-handlers
Mmh, I don't know. This variable is not referenced in the
CEDET tree. But it's defined in my 22.0.50 GNU Emacs. What's
your version of Emacs? Can you post a detailed backtrace?
--drkm
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: current cedet install problems
[not found] ` <m34q8ns6dh.fsf-X+QEHg5KIgm/8B4OpmtwqPxnRIzENc/G@public.gmane.org>
@ 2005-09-15 16:23 ` Jochen Küpper
[not found] ` <9ezmqel2p6.fsf-G2iyDNEOhahHYNAXZw2rCoRsZ6cCL1yJ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Jochen Küpper @ 2005-09-15 16:23 UTC (permalink / raw)
Jochen Küpper <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org> writes:
> ,----[(version)]
> | GNU Emacs 22.0.50.36 (i686-pc-linux-gnu, GTK+ Version 2.4.14) of 2005-09-14 on doze.jochen-kuepper.de
> `----
drkm <darkman_spam-Qt13gs6zZMY@public.gmane.org> writes:
> Jochen Küpper writes:
>
>> | Symbol's value as variable is void: desktop-buffer-mode-handlers
>
> Mmh, I don't know. This variable is not referenced in the
> CEDET tree. But it's defined in my 22.0.50 GNU Emacs.
It's defined here as well...
> What's your version of Emacs?
vide supra
> Can you post a detailed backtrace?
No. That is, I don't know how to generate it. On the command-line,
there is none (even when running with --debug-init:
,----
| "emacs" --debug-init -batch --no-site-file -l autoloads-compile-script \
| -f cedet-batch-update-autoloads cedet-loaddefs.el .
`----
When I start an Emacs --no-init-file and do it manually, the error
does not occur. When I try to run the command with an --no-desktop, it
complains that is an unknown option -- although I use it otherwise a
lot (to start my daily Gnus session).
Somewhat clueless...
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: current cedet install problems
[not found] ` <9ezmqel2p6.fsf-G2iyDNEOhahHYNAXZw2rCoRsZ6cCL1yJ@public.gmane.org>
@ 2005-09-15 21:00 ` Jochen Küpper
0 siblings, 0 replies; 4+ messages in thread
From: Jochen Küpper @ 2005-09-15 21:00 UTC (permalink / raw)
Sorry, missed your email, so here is some mess from the web with my
comments:
Jochen Küpper writes:
> drkm writes:
What did you do, exactly? What happens with this:
common > emacs -q --no-site-file
M-x load-file <RET> autoloads-compile-script <RET>
M-x cedet-update-autoloads <RET> cedet-loaddefs.el <RET> . <RET>
Nothing. That is, it seems to work;)
,----[*Messages*]
| Wrote /home/jochen/source/emacs/cedet/common/cedet-loaddefs.el
`----
Even with (toggle-debug-on-error) there's no response...
Nevertheless, make wants to rebuild it later on...
The only solution I see now is to add something like:
(defvar desktop-buffer-mode-handlers nil)
That works. Initially I used
,----
| (require 'desktop)
`----
Both do the trick.
However, I agree that this is not the solution.
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-09-15 21:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-14 21:10 current cedet install problems Jochen Küpper
2005-09-15 2:16 ` drkm
[not found] ` <m34q8ns6dh.fsf-X+QEHg5KIgm/8B4OpmtwqPxnRIzENc/G@public.gmane.org>
2005-09-15 16:23 ` Jochen Küpper
[not found] ` <9ezmqel2p6.fsf-G2iyDNEOhahHYNAXZw2rCoRsZ6cCL1yJ@public.gmane.org>
2005-09-15 21:00 ` Jochen Küpper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).