Dear List Members and Developers,
First of all I'd like to thank your work with CEDET, it's awesome!
I'm relatively new to both CEDET and elisp, so I will ask probably some
fool questions.
After downloded CEDET from bzr, and read the corresponding docs, I tied to
compile it, and I got this error:
Debugger entered--Lisp error: (file-error "Opening input file" "nincs ilyen
fájl vagy könyvtár" "/home/bukulin/tmp/cedet/lisp/cedet/srecode/srt-wy.el")
insert-file-contents("/home/bukulin/tmp/cedet/lisp/cedet/srecode/srt-wy.el")
byte-compile-file("srt-wy.el")
batch-byte-compile-file("srt-wy.el")
batch-byte-compile()
command-line-1(("--eval" "(setq debug-on-error t)" "-l"
"../../../cedet-remove-builtin.el" "--eval" "(setq max-specpdl-size 1500
max-lisp-eval-depth 700 cedet-minimum-setup t)" "-L" "../" "-L" "../" "-L"
"../../../" "-L" "../../eieio/" "--eval" "(progn (require (quote
cedet-devel-load)) (require (quote cedet-compat)) (require (quote
semantic/grammar)) (require (quote semantic/bovine/grammar)) (require
(quote semantic/wisent/grammar)))" "-f" "batch-byte-compile" "srt-wy.el"))
command-line()
normal-top-level()
I tried to compile sr-wy.el by hand, so as the make system:
/usr/bin/emacs -batch --no-site-file --eval '(setq debug-on-error t)' -l
"../../../cedet-remove-builtin.el" --eval '(setq max-specpdl-size 1500
max-lisp-eval-depth 700 cedet-minimum-setup t)' -L ../ -L ../ -L ../../../
-L ../../eieio/ --eval '(progn (require (quote cedet-devel-load)) (require
(quote cedet-compat)) (require (quote semantic/grammar)) (require (quote
semantic/bovine/grammar)) (require (quote semantic/wisent/grammar)))' -f
semantic-grammar-batch-build-packages srt.wy
Loading /home/bukulin/tmp/cedet/cedet-remove-builtin.el (source)...
Loading autoloads from CEDET development.
Package `srecode-template-wy' is up to date.
But after that, there was no sr-wy.el in the lisp/cedet/srecode directory?
What did I wrong?
Thank you for the answers in advance!
--
Best regards:
Bukuli Norbert
|