>>>>> On Thu, 17 Apr 2008, Michael Olson wrote:
>> Is it dependent on planner, emacs-wiki, etc? Does it support
>> Org-mode?
>>
>> I got lots of errors when compiling, with fresh checkout, on
>> emacs 22.2.
> Don't worry about the errors -- they aren't important. Elisp doesn't
> have to be compiled, and since Remember is so small, there is almost
> no point in compiling it.
The errors are ignored by the Makefile:
%.elc: %.el
@$(EMACS) -q $(SITEFLAG) -batch -l ./scripts/$(PROJECT)-build.el \
-f batch-byte-compile $< || :
This is not a clean way of doing things. If Emacs fails here, it is a
real error (i.e. there will be no .elc file), so make should _not_
ignore it, but abort at this point.
Gentoo includes a patch for the Makefile not to ignore errors
(already since Remember version 1.9):
<http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/remember/files/remember-1.9-make-elc.patch?rev=1.1&view=markup>
Otherwise we could never be sure that the automatic build process has
installed all desired files.
But anyway, thank you for the great program and keep up the good work. :-)
Ulrich
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources