Masatake YAMATO <[EMAIL PROTECTED]> writes:
>> > When I run make I got following error:
>> > [...]
>> > Compiling dvc-utils.elc for emacs
>> > >>Error occurred processing bzr-core.el: File error (("Opening
>> > input file" "no such file or directory"
>> > "/home/jet/var/dvc/lisp/elc.7824/bzr-core.el"))
>>
>> Strange. I can't reproduce here.
>>
>> Can you
>>
>> $ cd lisp/
>> $ make clean
>> $ make dvc-utils.elc
>>
>> and
>>
>> $ baz tree-id
>>
>> ?
>
> A bit strange. make dvc-utils.elc works fine.
No idea about what's happening.
Don't you have some old .elc somewhere else in your `load-path' ?
What happens if you
$ mkdir ++build
$ cd ++build
$ ../configure && make
--
Matthieu