At Fri, 1 Mar 2002 20:12:42 -0500,
Eric M. Ludlam <eric@...> wrote:
> The wife and the kids took a week long vacation without me, and I
> finally had time to integrate several months of patches and fix
> reported bugs! They are due back tomorrow so here are some releases:
Unfortunately, I got a compilation error on FreeBSD 4.5R.
$ cd eieio-0.17beta4; gmake
for loadpath in . ; do \
echo "(add-to-list 'load-path \"$loadpath\")" >> eieio-compile-script; \
done;\
@echo "(setq debug-on-error t)" >> eieio-compile-script
@echo: not found
gmake: *** [eieio] Error 127
s/done;\\/done/ would fix this.
|