* Andreas Jaeger <aj(a)suse.de> writes:
>>>>> Steve Youngs writes:
> Oops, just found another problem with building JDE, sorry Andreas.
> With PRELOADS in the Makefile set to:
> ,----
> | PRELOADS = -eval "(push (expand-file-name \"lisp\") load-path)"
-l cl-macs \
> | -l cus-face -l eieio.el -l jde.el -l jde-db.el -l jde-run.el
> `----
> make bindist gives:
> ,----
> | Cannot open load file: semantic
> | xemacs exiting
> | .
> | make: *** [lisp/auto-autoloads.elc] Error 255
> `----
> If I take out the PRELOADS it builds with no errors.
Strange, I can't reproduce this. Do you have the semantic
package in
yor tree?
I sure do.
I thought setting PRELOADS to...
,----
| PRELOADS = -eval "(setq load-path (nconc load-path '(\"lisp\"
\"../semantic\")))" \
| -l cl-macs -l cus-face -l eieio.el -l jde.el -l jde-db.el \
| -l jde-run.el
`----
would fix it, but that dies with this...
,----
| !! Symbol's value as variable is void ((speedbar-dynamic-tags-function-list))
| >>Error occurred processing lisp/jde-bug.el:
| Symbol's value as variable is void: speedbar-dynamic-tags-function-list
`----
--
|---<Regards, Steve Youngs>-----------[GnuPG KeyID: EFD82ED2]---|
| XEmacs - It's not just an editor... |
| It's a way of life. |
|----------------------------------<mailto:youngsï¼ xemacs.org>---|