Hello Eric,

now the makefile looks like this:

.PHONY: Languages
Languages: $(Languages_LISP)
       @echo "(add-to-list 'load-path nil)" > [EMAIL PROTECTED]
       for loadpath in . ${LOADPATH}; do \
          echo "(add-to-list 'load-path \"$$loadpath\")" >> 
[EMAIL PROTECTED]; \
       done;
       @echo "(require 'auctex) >> [EMAIL PROTECTED]
       @echo "(setq debug-on-error t)" >> [EMAIL PROTECTED]
       $(EMACS) -batch --no-site-file -l [EMAIL PROTECTED] -f 
batch-byte-compile $^


Alhough i cannot figure out
why auctec had influence on JDE (should not be, should it?)
and it is bad each new version i have to change the makefile.

now i have another problem:
 ** The following functions are not known to be 
defined:                                         
ede-expand-filename, ede-toplevel, ede-header-file

what shall i do?
has this anything to to with my correction?!?
    
  [ ... ]

Those warnings are not important in this case.  You only need to worry
if make returns an error code, or if you see ERROR from the emacs byte
compiler.
  
 i attached now the messages dropped by the make process...
does not look good, does it?


greetings

Ernst


find /usr/share/emacs/cedet-1.0beta3b/common -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find /usr/share/emacs/cedet-1.0beta3b/ede -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find /usr/share/emacs/cedet-1.0beta3b/speedbar -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find /usr/share/emacs/cedet-1.0beta3b/eieio -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find /usr/share/emacs/cedet-1.0beta3b/semantic -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find /usr/share/emacs/cedet-1.0beta3b/cogre -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find /usr/share/emacs/cedet-1.0beta3b/contrib -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
cd /usr/share/emacs/cedet-1.0beta3b/common && make  EMACS="emacs" 
SHELL="/bin/sh"
make[1]: Entering directory `/usr/share/emacs/cedet-1.0beta3b/common'
for loadpath in . ./ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
emacs -batch --no-site-file -l autoloads-compile-script -f 
cedet-batch-update-autoloads cedet-loaddefs.el .
Updating header...
Updating header...done
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 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 /usr/share/emacs/cedet-1.0beta3b/common/cedet-loaddefs.el
Reading directory /usr/share/emacs/cedet-1.0beta3b/common/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/common/...done
for loadpath in . ./ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> init-compile-script; \
done;
emacs -batch --no-site-file -l init-compile-script -f batch-byte-compile 
cedet-load.el
Wrote /usr/share/emacs/cedet-1.0beta3b/common/cedet-load.elc
Done
for loadpath in . ./ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> setup-compile-script; \
done;
emacs -batch --no-site-file -l setup-compile-script -f batch-byte-compile 
cedet.el
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/cedet.el:
  ** The function `inversion-add-to-load-path' is not known to be defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/common/cedet.elc
Done
for loadpath in . ./ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> common-compile-script; \
done;
emacs -batch --no-site-file -l common-compile-script -f batch-byte-compile 
cedet-autogen.el cedet-compat.el ezimage.el inversion.el pprint.el sformat.el 
working.el cedet-edebug.el mode-local.el
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/cedet-autogen.el:
  ** The function `noninteractive' is not known to be defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/common/cedet-autogen.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/common/cedet-compat.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/ezimage.el:
  ** The following functions are not known to be defined:
    locate-data-directory, ezimage-find-image-on-load-path
Wrote /usr/share/emacs/cedet-1.0beta3b/common/ezimage.elc
While compiling inversion-download-package-ask in file 
/usr/share/emacs/cedet-1.0beta3b/common/inversion.el:
  ** read-file-name called with 6 arguments, but accepts only 1-5
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/inversion.el:
  ** The function `read-directory-name' is not known to be defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/common/inversion.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/common/pprint.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/common/sformat.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/working.el:
  ** The following functions are not known to be defined:
    working-temp-restore-message, frame-property
Wrote /usr/share/emacs/cedet-1.0beta3b/common/working.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/cedet-edebug.el:
  ** The function `cedet-edebug-prin1-to-string-inner' is not known to be 
defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/common/cedet-edebug.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/common/mode-local.el:
  ** The following functions are not known to be defined:
    with-displaying-help-buffer, frob-help-extents
Wrote /usr/share/emacs/cedet-1.0beta3b/common/mode-local.elc
Done
cd icons; make
make[2]: Entering directory `/usr/share/emacs/cedet-1.0beta3b/common/icons'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/share/emacs/cedet-1.0beta3b/common/icons'
make[1]: Leaving directory `/usr/share/emacs/cedet-1.0beta3b/common'
cd /usr/share/emacs/cedet-1.0beta3b/ede && make  EMACS="emacs" SHELL="/bin/sh"
make[1]: Entering directory `/usr/share/emacs/cedet-1.0beta3b/ede'
for loadpath in . ../common/ ../speedbar/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
emacs -batch --no-site-file -l autoloads-compile-script -f 
cedet-batch-update-autoloads ede-loaddefs.el .
Updating header...
Updating header...done
Generating autoloads for ede-pmake.el...
Generating autoloads for ede-pmake.el...done
Generating autoloads for ede-proj.el...
Generating autoloads for ede-proj.el...done
Generating autoloads for ede-util.el...
Generating autoloads for ede-util.el...done
Generating autoloads for ede.el...
Generating autoloads for ede.el...done
Updating header...
Updating header...done
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-loaddefs.el
Reading directory /usr/share/emacs/cedet-1.0beta3b/ede/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/ede/...done
for loadpath in . ../common/ ../speedbar/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> init-compile-script; \
done;
emacs -batch --no-site-file -l init-compile-script -f batch-byte-compile 
ede-load.el
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-load.elc
Done
for loadpath in . ../common/ ../speedbar/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> ede-compile-script; \
done;
emacs -batch --no-site-file -l ede-compile-script -f batch-byte-compile 
project-am.el ede.el ede-pmake.el ede-pconf.el ede-proj.el ede-dired.el 
ede-proj-elisp.el ede-proj-misc.el ede-proj-obj.el ede-proj-prog.el 
ede-proj-archive.el ede-proj-shared.el ede-proj-info.el ede-proj-scheme.el 
ede-proj-aux.el ede-proj-comp.el ede-source.el ede-util.el ede-system.el 
ede-speedbar.el
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/project-am.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-pmake.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-pconf.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-dired.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-elisp.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-misc.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-obj.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-prog.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-archive.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-shared.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-info.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-scheme.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-aux.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-proj-comp.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-source.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-util.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-system.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/ede-speedbar.elc
Done
for loadpath in . ../common/ ../speedbar/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> aux-lisp-compile-script; \
done;
emacs -batch --no-site-file -l aux-lisp-compile-script -f batch-byte-compile 
autoconf-edit.el autoconf-compat.el
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/autoconf-edit.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/ede/autoconf-compat.elc
Done
makeinfo ede.texi
make[1]: Leaving directory `/usr/share/emacs/cedet-1.0beta3b/ede'
cd /usr/share/emacs/cedet-1.0beta3b/speedbar && make  EMACS="emacs" 
SHELL="/bin/sh"
make[1]: Entering directory `/usr/share/emacs/cedet-1.0beta3b/speedbar'
for loadpath in . ../common/ ../common/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
emacs -batch --no-site-file -l autoloads-compile-script -f 
cedet-batch-update-autoloads speedbar-loaddefs.el .
Updating header...
Updating header...done
Generating autoloads for rpm.el...
Generating autoloads for rpm.el...done
Generating autoloads for sb-gud.el...
Generating autoloads for sb-gud.el...done
Generating autoloads for sb-info.el...
Generating autoloads for sb-info.el...done
Generating autoloads for sb-rmail.el...
Generating autoloads for sb-rmail.el...done
Generating autoloads for sb-w3.el...
Generating autoloads for sb-w3.el...done
Generating autoloads for speedbar.el...
Generating autoloads for speedbar.el...done
Updating header...
Updating header...done
Wrote /usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar-loaddefs.el
Reading directory /usr/share/emacs/cedet-1.0beta3b/speedbar/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/speedbar/...done
for loadpath in . ../common/ ../common/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> init-compile-script; \
done;
emacs -batch --no-site-file -l init-compile-script -f batch-byte-compile 
speedbar-load.el
Wrote /usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar-load.elc
Done
for loadpath in . ../common/ ../common/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> speedbar-compile-script; \
done;
emacs -batch --no-site-file -l speedbar-compile-script -f batch-byte-compile 
dframe.el speedbar.el
While compiling dframe-frame-mode in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/dframe.el:
  ** reference to free variable x-pointer-top-left-arrow
  ** reference to free variable x-pointer-hand2
While compiling dframe-reposition-frame-emacs in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/dframe.el:
  ** reference to free variable right-margin
While compiling dframe-emacs-popup-kludge in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/dframe.el:
  ** mouse-major-mode-menu called with 1 argument, but requires 2
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/dframe.el:
  ** The following functions are not known to be defined: event-button,
    x-display-height, face-height, delete-itimer, start-itimer,
    function-max-args, popup-mode-menu, event-closest-point,
    misc-user-event-p, next-event, dispatch-event,
    event-over-glyph-p, event-glyph-extent, extent-end-position
Wrote /usr/share/emacs/cedet-1.0beta3b/speedbar/dframe.elc
While compiling speedbar-mode in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar.el:
  ** assignment to free variable font-lock-keywords
While compiling speedbar-set-mode-line-format in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar.el:
  ** reference to free variable has-modeline-p
While compiling speedbar-item-info-tag-helper in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar.el:
  ** reference to free variable semantic-sb-info-format-tag-function
While compiling speedbar-check-vc in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar.el:
  ** reference to free variable ange-ftp-directory-format
  ** reference to free variable efs-directory-regexp
While compiling toplevel forms in file 
/usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar.el:
  ** reference to free variable font-lock-global-modes
  ** The following functions are not known to be defined:
    specifier-instance, set-buffer-menubar, semantic-tag-p,
    semantic-tag-overlay, semantic-tag-buffer,
    semantic-format-tag-name, copy-tree
Wrote /usr/share/emacs/cedet-1.0beta3b/speedbar/speedbar.elc
Done
makeinfo speedbar.texi
make[1]: Leaving directory `/usr/share/emacs/cedet-1.0beta3b/speedbar'
cd /usr/share/emacs/cedet-1.0beta3b/eieio && make  EMACS="emacs" SHELL="/bin/sh"
make[1]: Entering directory `/usr/share/emacs/cedet-1.0beta3b/eieio'
for loadpath in . ../common/ ../speedbar/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
emacs -batch --no-site-file -l autoloads-compile-script -f 
cedet-batch-update-autoloads eieio-loaddefs.el .
Updating header...
Updating header...done
Generating autoloads for call-tree.el...
Generating autoloads for call-tree.el...done
Generating autoloads for eieio-opt.el...
Generating autoloads for eieio-opt.el...done
Generating autoloads for linemark.el...
Generating autoloads for linemark.el...done
Generating autoloads for lmcompile.el...
Generating autoloads for lmcompile.el...done
Generating autoloads for tree.el...
Generating autoloads for tree.el...done
Updating header...
Updating header...done
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-loaddefs.el
Reading directory /usr/share/emacs/cedet-1.0beta3b/eieio/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/eieio/...done
for loadpath in . ../common/ ../speedbar/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> init-compile-script; \
done;
emacs -batch --no-site-file -l init-compile-script -f batch-byte-compile 
eieio-load.el
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-load.elc
Done
for loadpath in . ../common/ ../speedbar/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> eieio-compile-script; \
done;
emacs -batch --no-site-file -l eieio-compile-script -f batch-byte-compile 
eieio.el eieio-comp.el eieio-opt.el eieio-custom.el eieio-doc.el eieio-base.el
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-comp.elc
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-opt.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-custom.elc
While compiling eieiodoc-one-node in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/eieio-doc.el:
  ** reference to free variable indexstring
  ** reference to free variable root-class
  ** reference to free variable rclass
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-doc.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-base.elc
Done
for loadpath in . ../common/ ../speedbar/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> examples-compile-script; \
done;
emacs -batch --no-site-file -l examples-compile-script -f batch-byte-compile 
tree.el call-tree.el chart.el eieio-speedbar.el linemark.el lmcompile.el
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
While compiling tree-box-1 in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/tree.el:
  ** reference to free variable i
  ** assignment to free variable ok
  ** reference to free variable ok
  ** assignment to free variable i
While compiling directory-tree-more-nodes in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/tree.el:
  ** reference to free variable path-path
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/tree.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/call-tree.el:
  ** The following functions are not known to be defined:
    describe-function-find-file, eldoc-print-fnsym-args
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/call-tree.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/chart.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/eieio-speedbar.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/linemark.el:
  ** The function `extent-list' is not known to be defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/linemark.elc
While compiling lmcompile-do-highlight in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/lmcompile.el:
  ** assignment to free variable compilation-last-buffer
  ** reference to free variable compilation-last-buffer
  ** reference to free variable compilation-error-list
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/eieio/lmcompile.el:
  ** The function `compilation-find-buffer' is not known to be defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/eieio/lmcompile.elc
Done
makeinfo eieio.texi
make[1]: Leaving directory `/usr/share/emacs/cedet-1.0beta3b/eieio'
cd /usr/share/emacs/cedet-1.0beta3b/semantic && make  EMACS="emacs" 
SHELL="/bin/sh"
make[1]: Entering directory `/usr/share/emacs/cedet-1.0beta3b/semantic'
for loadpath in . ../common/ ../common/ ./ ../eieio/ ../eieio/ ../ede/ wisent/ 
bovine/ ../common/ ../speedbar/ ../ede/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
emacs -batch --no-site-file -l autoloads-compile-script -f 
cedet-batch-update-autoloads semantic-loaddefs.el . bovine wisent
Updating header...
Updating header...done
Generating autoloads for semantic-analyze.el...
Generating autoloads for semantic-analyze.el...done
Generating autoloads for semantic-cb.el...
Generating autoloads for semantic-cb.el...done
Generating autoloads for semantic-chart.el...
Generating autoloads for semantic-chart.el...done
Generating autoloads for semantic-complete.el...
Generating autoloads for semantic-complete.el...done
Generating autoloads for semantic-debug.el...
Generating autoloads for semantic-debug.el...done
Generating autoloads for semantic-decorate-mode.el...
Generating autoloads for semantic-decorate-mode.el...done
Generating autoloads for semantic-decorate.el...
Generating autoloads for semantic-decorate.el...done
Generating autoloads for semantic-doc.el...
Generating autoloads for semantic-doc.el...done
Generating autoloads for semantic-ede-grammar.el...
Generating autoloads for semantic-ede-grammar.el...done
Generating autoloads for semantic-edit.el...
Generating autoloads for semantic-edit.el...done
Generating autoloads for semantic-find.el...
Generating autoloads for semantic-find.el...done
Generating autoloads for semantic-format.el...
Generating autoloads for semantic-format.el...done
Generating autoloads for semantic-grammar.el...
Generating autoloads for semantic-grammar.el...done
Generating autoloads for semantic-html.el...
Generating autoloads for semantic-html.el...done
Generating autoloads for semantic-ia-sb.el...
Generating autoloads for semantic-ia-sb.el...done
Generating autoloads for semantic-ia.el...
Generating autoloads for semantic-ia.el...done
Generating autoloads for semantic-idle.el...
Generating autoloads for semantic-idle.el...done
Generating autoloads for semantic-imenu.el...
Generating autoloads for semantic-imenu.el...done
Generating autoloads for semantic-lex.el...
Generating autoloads for semantic-lex.el...done
Generating autoloads for semantic-sort.el...
Generating autoloads for semantic-sort.el...done
Generating autoloads for semantic-tag-file.el...
Generating autoloads for semantic-tag-file.el...done
Generating autoloads for semantic-tag-ls.el...
Generating autoloads for semantic-tag-ls.el...done
Generating autoloads for semantic-tag.el...
Generating autoloads for semantic-tag.el...done
Generating autoloads for semantic-texi.el...
Generating autoloads for semantic-texi.el...done
Generating autoloads for semantic-util-modes.el...
Generating autoloads for semantic-util-modes.el...done
Generating autoloads for semantic.el...
Generating autoloads for semantic.el...done
Generating autoloads for semanticdb-file.el...
Generating autoloads for semanticdb-file.el...done
Generating autoloads for semanticdb-find.el...
Generating autoloads for semanticdb-find.el...done
Generating autoloads for semanticdb-search.el...
Generating autoloads for semanticdb-search.el...done
Generating autoloads for semanticdb-system.el...
Generating autoloads for semanticdb-system.el...done
Generating autoloads for semanticdb.el...
Generating autoloads for semanticdb.el...done
Generating autoloads for senator.el...
Generating autoloads for senator.el...done
Generating autoloads for bovine/bovine-debug.el...
Generating autoloads for bovine/bovine-debug.el...done
Generating autoloads for bovine/bovine-grammar.el...
Generating autoloads for bovine/bovine-grammar.el...done
Generating autoloads for bovine/semantic-bovine.el...
Generating autoloads for bovine/semantic-bovine.el...done
Generating autoloads for bovine/semantic-c.el...
Generating autoloads for bovine/semantic-c.el...done
Generating autoloads for bovine/semantic-el.el...
Generating autoloads for bovine/semantic-el.el...done
Generating autoloads for bovine/semantic-make.el...
Generating autoloads for bovine/semantic-make.el...done
Generating autoloads for bovine/semantic-scm.el...
Generating autoloads for bovine/semantic-scm.el...done
Generating autoloads for bovine/semantic-skel.el...
Generating autoloads for bovine/semantic-skel.el...done
Generating autoloads for wisent/bison-wisent.el...
Generating autoloads for wisent/bison-wisent.el...done
Generating autoloads for wisent/wisent-comp.el...
Generating autoloads for wisent/wisent-comp.el...done
Generating autoloads for wisent/wisent-debug.el...
Generating autoloads for wisent/wisent-debug.el...done
Generating autoloads for wisent/wisent-grammar.el...
Generating autoloads for wisent/wisent-grammar.el...done
Generating autoloads for wisent/wisent-java-tags.el...
Generating autoloads for wisent/wisent-java-tags.el...done
Generating autoloads for wisent/wisent-python.el...
Generating autoloads for wisent/wisent-python.el...done
Generating autoloads for wisent/wisent.el...
Generating autoloads for wisent/wisent.el...done
Saving file /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-loaddefs.el...
Updating header...
Updating header...done
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-loaddefs.el
Reading directory /usr/share/emacs/cedet-1.0beta3b/semantic/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/semantic/...done
Reading directory /usr/share/emacs/cedet-1.0beta3b/semantic/bovine/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/semantic/bovine/...done
Reading directory /usr/share/emacs/cedet-1.0beta3b/semantic/wisent/...
Reading directory /usr/share/emacs/cedet-1.0beta3b/semantic/wisent/...done
emacs -batch --no-site-file -l grammar-make-script -f 
semantic-grammar-batch-build-packages semantic-grammar.wy
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
Loading semanticdb-file (source)...
Package `semantic-grammar-wy' is up to date.
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-grammar-wy.elc
for loadpath in . ../common/ ../common/ ./ ../eieio/ ../eieio/ ../ede/ wisent/ 
bovine/ ../common/ ../speedbar/ ../ede/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> init-compile-script; \
done;
emacs -batch --no-site-file -l init-compile-script -f batch-byte-compile 
semantic-load.el
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
While compiling toplevel forms in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-load.el:
  ** variable `semantic-format-tag-functions' obsoletes, but isn't alias of 
`semantic-token->text-functions'
  ** The following functions are not known to be defined:
    global-semantic-idle-completions-mode,
    global-semantic-idle-summary-mode
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-load.elc
Done
for loadpath in . ../common/ ../common/ ./ ../eieio/ ../eieio/ ../ede/ wisent/ 
bovine/ ../common/ ../speedbar/ ../ede/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> semantic-compile-script; \
done;
emacs -batch --no-site-file -l semantic-compile-script -f batch-byte-compile 
semantic.el semantic-util.el semantic-ctxt.el semantic-lex.el semantic-edit.el 
semantic-fw.el semantic-grammar.el semantic-tag.el semantic-find.el 
semantic-format.el semantic-complete.el semantic-sort.el semantic-decorate.el 
semantic-tag-file.el semantic-doc.el semantic-tag-ls.el semantic-ast.el
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
While compiling toplevel forms in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic.el:
  ** variable `semantic-format-tag-functions' obsoletes, but isn't alias of 
`semantic-token->text-functions'
  ** variable `semantic-tag-expand-function' obsoletes, but isn't alias of 
`semantic-expand-nonterminal'
  ** assignment to free variable semantic-bovinate-nonterminal-check-obarray
While compiling toplevel forms in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic.el:
  ** variable `semantic--parse-table' obsoletes, but isn't alias of 
`semantic-toplevel-bovine-table'
  ** variable `semantic--buffer-cache' obsoletes, but isn't alias of 
`semantic-toplevel-bovine-cache'
  ** variable `semantic--before-fetch-tags-hook' obsoletes, but isn't alias of 
`semantic-before-toplevel-bovination-hook'
  ** variable `semantic-working-type' obsoletes, but isn't alias of 
`semantic-bovination-working-type'
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic.elc
While compiling toplevel forms in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-util.el:
  ** variable `semantic-format-tag-functions' obsoletes, but isn't alias of 
`semantic-token->text-functions'
  ** variable `semantic-format-tag-custom-list' obsoletes, but isn't alias of 
`semantic-token->text-custom-list'
  ** variable `semantic-format-face-alist' obsoletes, but isn't alias of 
`semantic-face-alist'
  ** `semantic-format-tag-name' obsoletes overload `name-nonterminal'
  ** `semantic-format-tag-abbreviate' obsoletes overload 
`abbreviate-nonterminal'
  ** `semantic-format-tag-summarize' obsoletes overload `summarize-nonterminal'
  ** `semantic-format-tag-prototype' obsoletes overload `prototype-nonterminal'
  ** `semantic-format-tag-concise-prototype' obsoletes overload 
`concise-prototype-nonterminal'
  ** `semantic-format-tag-uml-abbreviate' obsoletes overload 
`uml-abbreviate-nonterminal'
  ** `semantic-format-tag-uml-prototype' obsoletes overload 
`uml-prototype-nonterminal'
  ** `semantic-format-tag-uml-concise-prototype' obsoletes overload 
`uml-concise-prototype-nonterminal'
  ** variable `semantic-imenu-expand-type-members' obsoletes, but isn't alias 
of `semantic-imenu-expand-type-parts'
  ** variable `semantic-imenu-bucketize-type-members' obsoletes, but isn't 
alias of `semantic-imenu-bucketize-type-parts'
  ** variable `semantic-imenu-expandable-tag-class' obsoletes, but isn't alias 
of `semantic-imenu-expandable-token'
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-util.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-ctxt.elc
While compiling semantic-flex in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-lex.el:
  ** semantic-flex-keyword-p is an obsolete function; use 
semantic-lex-keyword-p instead.
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-lex.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-edit.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-fw.el:
  ** The following functions are not known to be defined: extent-list,
    next-command-event, key-press-event-p, event-to-character,
    quit-char, defvaralias
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-fw.elc
While compiling toplevel forms in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-grammar.el:
  ** `semantic-tag-external-member-parent' obsoletes overload 
`nonterminal-external-member-parent'
  ** `semantic-tag-external-member-p' obsoletes overload 
`nonterminal-external-member-p'
  ** `semantic-tag-external-member-children' obsoletes overload 
`nonterminal-external-member-children'
  ** The following functions are not known to be defined: char-int,
    noninteractive, help-split-fundoc,
    semantic-idle-summary-current-symbol-info-default
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-grammar.elc
While compiling semantic--tag-expand in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag.el:
  ** semantic-expand-nonterminal is an obsolete variable; use 
semantic-tag-expand-function instead.
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-find.el:
  ** The function `benchmark-run-compiled' is not known to be defined.
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-find.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-format.elc
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-complete.el:
  ** The function `semantic-displayor-focus-abstract-child-p' might not be 
defined at runtime.
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-complete.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-sort.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-decorate.elc
While compiling semantic-dependency-tag-file in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag-file.el:
  ** reference to free variable ede-minor-mode
While compiling semantic-prototype-file in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag-file.el:
  ** reference to free variable ede-minor-mode
While compiling the end of the data in file 
/usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag-file.el:
  ** The following functions are not known to be defined:
    ede-expand-filename, ede-toplevel, ede-header-file
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag-file.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-doc.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-tag-ls.elc
Wrote /usr/share/emacs/cedet-1.0beta3b/semantic/semantic-ast.elc
Done
for loadpath in . ../common/ ../common/ ./ ../eieio/ ../eieio/ ../ede/ wisent/ 
bovine/ ../common/ ../speedbar/ ../ede/ ../eieio/ ; do \
   echo "(add-to-list 'load-path \"$loadpath\")" >> Languages-compile-script; \
done;
/bin/sh: -c: line 1: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 2: syntax error: unexpected end of file
make[1]: *** [Languages] Error 2
make[1]: Leaving directory `/usr/share/emacs/cedet-1.0beta3b/semantic'
make: *** [semantic] Error 2

Reply via email to