Bug in ediff-vc-latest-version w/ new vc
Ville Skyttä
scop at xemacs.org
Tue Aug 21 11:59:10 EDT 2007
On Tuesday 21 August 2007, skip at pobox.com wrote:
> >> It's not clear to me what I'm supposed to download and build. Do
> >> you have a full URL (or something) for unsupported/scop/vc?
>
> Ville> "unsupported" is a directory below a cvs up'd CVS checkout of
> the XEmacs Ville> packages tree.
>
> Ville> (checkout packages from cvs)
> Ville> (set up Local.rules from Local.rules.template)
> Ville> $ cvs up -d # initial checkout doesn't IIRC fetch the
> "unsupported" tree Ville> $ make autoloads
> Ville> $ cd unsupported/scop/vc
> Ville> $ make install
>
> Thanks for the instructions. I get this error at the make autoloads step:
>
> % pwd
> /Users/skip/src/packages/unsupported
> % make autoloads
> [ -d scop ] && make -C scop autoloads
> [ -d antlr-mode ] && make -C antlr-mode autoloads
> make[2]: Nothing to be done for `autoloads'.
> [ -d cogre ] && make -C cogre autoloads
> make[2]: Nothing to be done for `autoloads'.
> make[1]: *** No rule to make target `elib/autoloads.target', needed by
> `vc/autoloads.target'. Stop.
> make: *** [scop/autoloads.target] Error 2
>
> Suggestions?
Other packages in packages/unsupported/scop than vc and generic-modes are very
much unsupported and may very well be broken, and the above appears to come
from the cogre package. I added elib to unsupported/scop/Makefile's
ASSUMED_PRESENT, perhaps that fixes it though.
But I don't think you need to run "make autoloads" at the packages/unsupported
or packages/unsupported/scop levels, just cd directly to
packages/unsupported/scop/vc and run it there (after running it at the top
level, ie. in packages/).
More information about the XEmacs-Beta
mailing list