Hello,
 
     I am trying to upgrade from the stable JDEE to the beta, and I am having
some problems byte compliing and/or loading jde 2.2.9beta8.  I am hoping that someone
can lend a hand.
     I am running XEmacs version 21.2.46 on Windows 2000 (Service Pack 2), and
using cygwin for the bash shell.   I have installed and byte-compiled
  elib-1.0 (elib),  eieio-0.17beta3,  speedbar-0.14beta2,  semanatic-1.4beta13
and the latest jde, 2.2.9beta8, and the fsf-compat package and overlay-fix file.
     The only possible hint of a problem I can find, which may or may not be related, is that when I make eieio-0.17beta3, I do find a problem byte compiling linemark.el:
---------------------------------
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\linemark.el...
While compiling toplevel forms in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\linemark.el:
  !! Symbol's function definition is void ((overlay-p))
>>Error occurred processing linemark.el:
Symbol's function definition is void: overlay-p
---------------------------------
I believe I have fsf-compat specified properly in the makefile (see below), and fsf-compat is byte-compiled.  Since the above problem with eieio is in make test, I was hoping it may just be a problem with the linemark.el, and not my installation.
     As for jde, I can not byte compile it or load it uncompiled.  When I attempt to make it, I encounter errors such as:

----------------------------------------------------------------
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-db.el...
While compiling jde-db-debugger::jde-db-exec-cmd in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-db.el:
  ** variable proc bound but not referenced
While compiling jde-db-debugger::jde-db-debugger-launch:
  ** reference to free variable app-class
While compiling jde-debug-run:
  !! Wrong type argument (((or object-p class-p) unbound))
>>Error occurred processing jde-db.el:
Wrong type argument: (or object-p class-p), unbound
----------------------------------------------------------------
   Also, as expected, the beta jde will not load at all, even without byte compling.
   Below I enclose the complete output of the make commands for eieio and jde:
   I would appreciate any help you can lend
   Charles
 
==================================================================
make for eieio
EMACS=C:/XEmacs/xemacs-21.2.46/src/xemacs
LOADPATH=../fsf-compat
==================================================================
bash-2.05$ make
C:/XEmacs/xemacs-21.2.46/src/xemacs -batch -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 compare-strings.el
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio.el...
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-comp.el...
While compiling byte-compile-file-form-defmethod in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-comp.el:
  ** reference to free variable filename
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-comp.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-opt.el...
Loading cl-macs...
While compiling eieio-help-mode-augmentation-maybee in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-opt.el:
  ** variable method bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-opt.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-custom.el...
While compiling eieio-default-superclass::eieio-customize-object in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-custom.el:
  ** variable b bound but not referenced
While compiling the end of the data:
  ** the function overlay-lists is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-custom.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-doc.el...
While compiling eieiodoc-one-node in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-doc.el:
  ** reference to free variable indexstring
  ** reference to free variable root-class
  ** reference to free variable rclass
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-doc.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-base.el...
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-base.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\compare-strings.el...
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\compare-strings.elc
Done
C:/XEmacs/xemacs-21.2.46/src/xemacs -batch -l examples-compile-script -f batch-byte-compile tree.el call-tree.el chart.el eieio-speedbar.el linemark.el
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\tree.el...
Loading cl-macs...
While compiling tree-box-1 in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\tree.el:
  ** assignment to free variable i
  ** assignment to free variable ok
  ** reference to free variable i
  ** reference to free variable ok
While compiling tree-test-it-all:
  ** variable ssstn1 bound but not referenced
  ** variable sstn6 bound but not referenced
  ** variable sstn5 bound but not referenced
  ** variable sstn3 bound but not referenced
  ** variable sstn2 bound but not referenced
  ** variable sstn1 bound but not referenced
  ** variable stn2 bound but not referenced
While compiling dirtree-node::change-scope:
  ** variable path-path bound but not referenced
While compiling directory-tree-thing:
  ** variable path-path bound but not referenced
While compiling directory-tree-more-nodes:
  ** reference to free variable path-path
  ** variable path-path bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\tree.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\call-tree.el...
While compiling call-tree-node::edit in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\call-tree.el:
  ** describe-function-find-file is an obsolete function; use describe-symbol-find-file instead.
While compiling the end of the data:
  ** the function eldoc-print-fnsym-args is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\call-tree.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\chart.el...
While compiling the end of the data in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\chart.el:
  ** the function x-display-list is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\chart.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-speedbar.el...
Wrote c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\eieio-speedbar.elc
Compiling c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\linemark.el...
While compiling toplevel forms in file c:\XEmacs\xemacs-packages\lisp\eieio-0.17beta3\linemark.el:
  !! Symbol's function definition is void ((overlay-p))
>>Error occurred processing linemark.el:
Symbol's function definition is void: overlay-p

Done
make: *** [examples] Error 1
bash-2
==================================================================
make for jde
==================================================================
bash-2.05$ make
test -d ../../semantic-1.4beta13 -a -d ../../speedbar-0.14beta2 -a -d ../../elib -a -d ../../eieio-0.17beta3
rm -f *.elc jde-compile-script-init
echo "(add-to-list 'load-path \".\")" > jde-compile-script-init
echo "(add-to-list 'load-path \"../../semantic-1.4beta13\")" >> jde-compile-script-init
echo "(add-to-list 'load-path \"../../speedbar-0.14beta2\")"  >> jde-compile-script-init
echo "(add-to-list 'load-path \"../../elib\")" >>jde-compile-script-init
echo "(add-to-list 'load-path \"../../eieio-0.17beta3\")" >>jde-compile-script-init
echo "(setq debug-on-error t)" >> jde-compile-script-init
echo "(require 'jde)" >>jde-compile-script-init
C:/XEmacs/xemacs-21.2.46/src/xemacs -no-site-file -batch -l jde-compile-script-init -f batch-byte-compile *.el
Loading cl-macs...
Bootstrapping objects...
Bootstrapping objects...done
Loading customization dependencies...
Loading customization dependencies...done
jde-java-font-lock: building names cache...
jde-java-font-lock: building names cache...empty
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\beanshell.el...
While compiling bsh-internal in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\beanshell.el:
  ** variable w32-start-process-show-window bound but not referenced
While compiling bsh-eval:
  ** variable eval-error bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\beanshell.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\efc.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\efc.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-ant.el...
While compiling jde-ant-compile-internal in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-ant.el:
  ** variable len bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-ant.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-bug.el...
While compiling jde-bug-exit in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-bug.el:
  ** variable result bound but not referenced
While compiling jde-bug-set-breakpoint:
  ** variable result bound but not referenced
While compiling jde-bug-finish-process:
  ** variable result bound but not referenced
While compiling the end of the data:
  ** The following functions are not known to be defined:
    jde-db-breakpoints-find, jde-db-highlight-breakpoint, find-c-expr,
    gud-find-c-expr, jde-dbo-show-line
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-bug.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-compile.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-compile.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-complete.el...
While compiling jde-complete-declared-type-of in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-complete.el:
  ** variable orgpt bound but not referenced
While compiling jde-complete-java-variable-at-point:
  ** variable start bound but not referenced
  ** variable varname bound but not referenced
  ** variable dot bound but not referenced
  ** variable args bound but not referenced
While compiling jde-complete-find-all-completions:
  ** variable first-char bound but not referenced
While compiling jde-complete-get-inner-class-name:
  ** variable result bound but not referenced
While compiling the end of the data:
  ** The following functions are not known to be defined:
    frame-char-width, hscroll-window-column, frame-char-height
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-complete.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-db.el...
While compiling jde-db-debugger::jde-db-exec-cmd in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-db.el:
  ** variable proc bound but not referenced
While compiling jde-db-debugger::jde-db-debugger-launch:
  ** reference to free variable app-class
While compiling jde-debug-run:
  !! Wrong type argument (((or object-p class-p) unbound))
>>Error occurred processing jde-db.el:
Wrong type argument: (or object-p class-p), unbound

Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-dbo.el...
While compiling jde-dbo-exception-event in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-dbo.el:
  ** variable exception-object bound but not referenced
  ** variable thread-id bound but not referenced
  ** variable state bound but not referenced
  ** variable reason bound but not referenced
  ** variable state-info bound but not referenced
While compiling jde-dbo-watchpoint-hit-event:
  ** variable expression-true bound but not referenced
  ** variable thread-match bound but not referenced
  ** variable obj-match bound but not referenced
  ** variable field-value-type bound but not referenced
  ** variable obj-gc-flag bound but not referenced
While compiling the end of the data:
  ** the function overlay-lists is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-dbo.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-dbs.el...
While compiling jde-dbs-debugger::jde-dbs-debugger-start in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-dbs.el:
  ** variable w32-start-process-show-window bound but not referenced
  ** variable win32-p bound but not referenced
While compiling jde-dbs-extract-exception:
  ** variable start bound but not referenced
While compiling jde-dbs-extract-lisp-form:
  ** variable command-end bound but not referenced
While compiling jde-dbs-clear-breakpoint::jde-dbs-cmd-exec:
  ** variable bp-procid bound but not referenced
  ** variable proc-id bound but not referenced
While compiling jde-dbs-get-object-monitors::jde-dbs-cmd-exec:
  ** variable obj-gc bound but not referenced
While compiling the end of the data:
  ** the function overlay-lists is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-dbs.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-gen.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-gen.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-help.el...
While compiling jde-help-show-class-member-doc in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-help.el:
  ** reference to free variable temporary-file-directory
While compiling jde-help-browse-jdk-doc:
  ** reference to free variable browse-url-new-window-flag
While compiling the end of the data:
  ** the function url-file-exists is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-help.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-imenu.el...
While compiling jde-imenu-abbreviate-modifiers in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-imenu.el:
  ** variable modifier bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-imenu.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-import.el...
While compiling jde-import-sort in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-import.el:
  ** variable sort-fold-case bound but not referenced
While compiling jde-import-get-existing-import:
  ** variable imports bound but not referenced
While compiling jde-import-collapse-imports:
  ** variable required-imports bound but not referenced
  ** variable extra-imports bound but not referenced
While compiling the end of the data:
  ** the function deactivate-mark is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-import.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-java-font-lock.el...
While compiling toplevel forms in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-java-font-lock.el:
  ** reference to free variable font-lock-defaults-alist
While compiling jde-setup-syntax-coloring:
  ** reference to free variable global-font-lock-mode
While compiling the end of the data:
  ** the function turn-on-font-lock-if-enabled is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-java-font-lock.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-java-grammar.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-java-grammar.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-javadoc-gen.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-javadoc-gen.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-javadoc.el...
While compiling jde-javadoc-parse-tag-list in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-javadoc.el:
  ** variable j bound but not referenced
While compiling jde-javadoc-function-args-doc:
  ** variable modifiers bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-javadoc.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-jdb.el...
While compiling jde-jdb-breakpoint-listener::jde-db-listener-filter-output in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-jdb.el:
  ** variable pc bound but not referenced
  ** variable rest bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-jdb.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-make.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-make.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-package.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-package.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-parse.el...
While compiling jde-parse-get-super-class-at-point in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-parse.el:
  ** variable err bound but not referenced
While compiling jde-etags-recognize-tags-table:
  ** assignment to free variable find-tag-tag-order
While compiling the end of the data:
  ** The following functions are not known to be defined:
    jde-option-dialog, jde-dialog-show, tag-exact-match-p,
    file-of-tag, etags-recognize-tags-table
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-parse.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-run.el...
While compiling jde-run-parse-args in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-run.el:
  ** variable i bound but not referenced
While compiling jde-run-vm::jde-run-vm-launch:
  ** variable w32-start-process-show-window bound but not referenced
  ** variable win32-p bound but not referenced
While compiling jde-run-internal:
  ** variable w32-start-process-show-window bound but not referenced
  ** variable win32-p bound but not referenced
While compiling jde-run-executable:
  ** variable w32-start-process-show-window bound but not referenced
While compiling jde-run-applet-exec-1:
  ** reference to free variable system-uses-terminfo
While compiling jde-run-applet-internal:
  ** variable win32-p bound but not referenced
While compiling jde-run-etrace-current-marker:
  ** variable err bound but not referenced
  ** variable class bound but not referenced
While compiling the end of the data:
  ** The following functions are not known to be defined:
    event-start, posn-point, posn-window, font-lock-add-keywords
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-run.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-stat.el...
While compiling the end of the data in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-stat.el:
  ** the function find-file-literally is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-stat.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-util.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-util.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-which-method.el...
While compiling jde-which-method-update in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-which-method.el:
  ** assignment to free variable jde-which-method-current-point
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-which-method.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-widgets.el...
While compiling jde-widget-option-tree-value-create-callback in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-widgets.el:
  ** variable group-widget bound but not referenced
  ** variable entry bound but not referenced
While compiling test-option-tree:
  ** variable panel bound but not referenced
While compiling the end of the data:
  ** the function overlay-lists is not known to be defined.
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-widgets.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-wiz.el...
While compiling jde-wiz-override-method-internal in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-wiz.el:
  ** variable selected-method-args bound but not referenced
While compiling jde-wiz-delegate:
  ** variable start bound but not referenced
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde-wiz.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde.el...
While compiling the end of the data in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde.el:
  ** The following functions are not known to be defined:
    setnu-mode, mswindows-cygwin-to-win32-path, compare-strings
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\jde.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\setnu.el...
While compiling the end of the data in file c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\setnu.el:
  ** The following functions are not known to be defined:
    overlay-put, overlays-in, overlay-get, overlays-at,
    overlay-recenter, overlay-lists, overlay-start, overlay-end
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\setnu.elc
Compiling c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\tree-widget.el...
Wrote c:\XEmacs\xemacs-packages\lisp\jde-2.2.9beta8\lisp\tree-widget.elc
Done
make: *** [all] Error 1
=======================================================================


Chat with friends online, try MSN Messenger: Click Here

Reply via email to