Re: [O] build failure

2012-08-27 Thread Neuwirth Erich
Pulling the latest version and building it made the problem disappear.
org-version says
7.9 (release_7.9-80-gf29660.dirty)


On Aug 26, 2012, at 10:50 PM, Bastien b...@altern.org wrote:

 Hi Erich,
 
 Erich Neuwirth erich.neuwi...@univie.ac.at writes:
 
 I just pulled the latest version of the sources on my MacBook with OSX 10.8.1
 
 Buildung does not work any more, here is the error.
 Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)...
 Cannot open load file: ../UTILITIES/org-fixup.el
 make[1]: *** [org-version.el] Error 255
 make: *** [all] Error 2
 
 Looks like you're behind commit bf352eced, where org-compat.el has been
 updated so that it loads utils/org-fixup.el, not UTILITIES/org-fixup.el
 
 Please pull again from git, this is fixed there.
 
 So I installed the latest version from ELPA
 
 Yes -- still several things to fix to get a working ELPA version.
 We're on it.
 
 Let us know if git pull does it for you.  Thanks!
 
 -- 
 Bastien




Re: [O] build failure

2012-08-27 Thread Achim Gratz
Neuwirth Erich erich.neuwirth at univie.ac.at writes:
 Pulling the latest version and building it made the problem disappear.
 org-version says
 7.9 (release_7.9-80-gf29660.dirty)

What have you changed to make it dirty?


Regards,
Achim.





Re: [O] build failure

2012-08-26 Thread Achim Gratz
Erich Neuwirth writes:
 I just pulled the latest version of the sources on my MacBook with OSX 10.8.1

 Buildung does not work any more, here is the error.
 Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)...
 Cannot open load file: ../UTILITIES/org-fixup.el
 make[1]: *** [org-version.el] Error 255
 make: *** [all] Error 2

This report is unfortunately not very useful since you don't give any
information at what commit you are.  This is especially irksome as that
information would have been in the output just one line above where
you've cut...

So my best guess is that you just need to run make again and all is well
(and since utils/ has now been renamed mk/ it may happen once again).


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra




[O] build failure

2012-08-26 Thread Erich Neuwirth
I just pulled the latest version of the sources on my MacBook with OSX 10.8.1

Buildung does not work any more, here is the error.
Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)...
Cannot open load file: ../UTILITIES/org-fixup.el
make[1]: *** [org-version.el] Error 255
make: *** [all] Error 2

So I installed the latest version from ELPA, when I try C-c C-c on the 
following code segment


#+begin_src R :session *RPisa* :results value
2*3
#+end_src

I get the error

Symbol's value as variable is void: org-current-export-file

I get the same error with the minimal code segment

#+begin_src R  
2*3
#+end_src




Re: [O] build failure

2012-08-26 Thread Bastien
Hi Erich,

Erich Neuwirth erich.neuwi...@univie.ac.at writes:

 I just pulled the latest version of the sources on my MacBook with OSX 10.8.1

 Buildung does not work any more, here is the error.
 Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)...
 Cannot open load file: ../UTILITIES/org-fixup.el
 make[1]: *** [org-version.el] Error 255
 make: *** [all] Error 2

Looks like you're behind commit bf352eced, where org-compat.el has been
updated so that it loads utils/org-fixup.el, not UTILITIES/org-fixup.el

Please pull again from git, this is fixed there.

 So I installed the latest version from ELPA

Yes -- still several things to fix to get a working ELPA version.
We're on it.

Let us know if git pull does it for you.  Thanks!

-- 
 Bastien