Hello Bernt On Wed, Apr 25, 2012 at 12:21, Bernt Hansen <be...@norang.ca> wrote: > Achim Gratz <strom...@nexgo.de> writes: > >> Bastien writes: >>> In the meantime, if you don't want to compile (I do not) the stupid >>> workaround is to set org-version in your config... but yeah, let's >>> fix this upstream ASAP. >> >> Again, the issue here is not compilation, but missing autoloads. >> >> make autoloads >> >> And if you still think you must override this, the thing(s) to set is >> >> (defconst org-release) >> (defconst org-git-release) >> >> ...which incidentally is what "make autoloads" will put into >> org-install.el, with a docstring and all that. > > I don't think make autoloads is an option for me at work... I'm using > GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > and I don't have make available... > > I use git under Cygwin to get the org-mode repository and access it from > NT Emacs.
If you're using Cygwin you should be able to install make. It's under the devel section in the Cygwin installer. Of course this won't help anyone who is unable to install Cygwin/Mingw to use make, which means an alternate solution would be useful. > > Regards, > Bernt >