emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Build fail on OSX
@ 2012-10-03  9:39 Neuwirth Erich
  2012-10-03  9:52 ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Neuwirth Erich @ 2012-10-03  9:39 UTC (permalink / raw)
  To: Mode Org

Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2),
but just now 
make up1 
fails with the following error


make[1]: Nothing to be done for `all'.
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
install -m 644 -p ../contrib/lisp/org-e-ascii.el ../contrib/lisp/org-e-beamer.el ../contrib/lisp/org-e-groff.el ../contrib/lisp/org-e-html.el ../contrib/lisp/org-e-latex.el ../contrib/lisp/org-e-man.el ../contrib/lisp/org-e-odt.el ../contrib/lisp/org-e-publish.el ../contrib/lisp/org-e-texinfo.el ../contrib/lisp/org-md.el ../contrib/lisp/org-export.el .
org-version: 7.9.2 (release_7.9.2-390-g50fe7c.dirty)
Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)...
Loading /Users/neuwirth/devel/org-mode/mk/org-fixup.el (source)...
Wrong number of arguments: (lambda (org-release org-git-version) "Make the file org-version.el in the current directory.
This function is internally used by the build system and should
be used by foreign build systems or installers to produce this
file in the installation directory of org-mode.  Org will not
work correctly if this file is not present (except directly from
the Git work tree)." (with-temp-buffer (insert ";;; org-version.el --- autogenerated file, do not edit
;;
;;; Code:
;;;###autoload
(defun org-release ()
  \"The release version of org-mode.
  Inserted by installing org-mode or when a release is made.\"
   (let ((org-release \"" org-release "\"))
     org-release))
;;;###autoload
(defun org-git-version ()
  \"The Git version of org-mode.
  Inserted by installing org-mode or when a release is made.\"
   (let ((org-git-version \"" org-git-version "\"))
     org-git-version))


(provide 'org-version)


;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; coding: utf-8
;; End:
;;; org-version.el ends here
") (toggle-read-only 0) (write-file "org-version.el"))), 3
make[1]: *** [org-version.el] Error 255
make: *** [all] Error 2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-03 17:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-03  9:39 Build fail on OSX Neuwirth Erich
2012-10-03  9:52 ` Bastien
2012-10-03 15:55   ` Neuwirth Erich
2012-10-03 16:08     ` Achim Gratz
2012-10-03 16:37       ` Neuwirth Erich
2012-10-03 16:52         ` Achim Gratz
2012-10-03 17:11           ` Neuwirth Erich

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).