TC <[EMAIL PROTECTED]> writes: >> I did look at the Makefile a little and determined that it's the >> 'autoload' target that's causing those errors. > > Hmmm. I'm not so sure. I ran "make fullclean" and then "make > autoload". It built fine. > > I then ran "make lisp" and it fell over.
You will have to change the line that mentions Muse in `scripts/planner-build.el' to something like the following, replacing PATH with the path to Muse. (add-to-list 'load-path "PATH/lisp") This will allow Planner to compile correctly, with a few non-critical errors being shown for other add-on Emacs Lisp software that Planner can interface with. I totally forgot to add this to README before the release happened. I almost wonder if we should make a new release that has this documentation, since it will probably be asked frequently. If you decide not to compile and install Planner (it isn't a hard requirement), just make sure to something like the following in your config. (add-to-list 'load-path "~/elisp/muse/lisp") (add-to-list 'load-path "~/elisp/planner") -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
pgpzrHdUkxBwv.pgp
Description: PGP signature
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
