Stefan Vollmar <voll...@nf.mpg.de> writes: > Gentlemen, > > we have tried the lisp-version for updating a the plain vanilla MS Windows > emacs > (http://ftp.gnu.org/gnu/emacs/windows) and I think we are almost there - > thanks > for all the help so far! > > When running make update on MacOS X with Aquamacs 1.8b I get lots of warnings > about "functions not known to be defined" or "functions might not be defined > at > runtime", however, everything seems to work just fine. > > Running Sebastian's script on the Windows version yields a number of similar > warnings but has in addition some "cannot open load file" errors (see > below). My feeling is that something comparatively simple is missing, many > thanks in advance for any help with this! > > Warm regards, > Stefan > > Compiling file d:/Program Files (x86)/emacs-22.3/org-6.28e/lisp/org- > agenda.el at Thu Jul 09 13:50:09 2009 > > In org-prepare-agenda: > org-agenda.el:2369:11:Warning: assignment to free variable > `org-agenda-contributing-files' > org-agenda.el:2371:34:Warning: org-agenda-files called with 2 arguments, but > accepts only 0-1 > > In org-agenda-fontify-priorities: > org-agenda.el:2450:31:Warning: reference to free variable `org- > priority-faces' > > In org-agenda-list: > org-agenda.el:2862:14:Warning: org-agenda-files called with 2 arguments, but > accepts only 0-1 > org-agenda.el:2867:38:Warning: org-agenda-files called with 2 arguments, but > accepts only 0-1 > > [...] > > In org-search-view: > org-agenda.el:2991:18:Warning: org-agenda-files called with 2 arguments, but > accepts only 0-1 > Compiling file d:/Program Files (x86)/emacs-22.3/org-6.28e/lisp/org- > ascii.el at Thu Jul 09 13:50:10 2009 > org-ascii.el:29:1:Error: Cannot open load file: org-exp
Hello Stefan, this last one is because of the line (require 'org-exp) in `org-ascii.el' ...OK, I tried with a vanilla emacs (emacs -Q) and saw, we either need a list of files in the right order, or we compile all the files 5 times (which is bad, since that value could change). The list is in the Makefile already (that list could change too). I'll try it that way and post the results here. Sebastian _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode