Re: [O] org-mode source code repo make error

2018-02-02 Thread numbch...@gmail.com
I did'nt use `make -C lisp compile`. I just use `make` and `make compile`.
Check out my original email, it's the output from command `make`.

I did a search, found this `make -C lisp compile` is from `mk/targets.mk`.

[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

On Fri, Feb 2, 2018 at 12:18 PM, Yasushi SHOJI 
wrote:

> Hi,
>
> On Fri, Feb 2, 2018 at 10:24 AM, numbch...@gmail.com
>  wrote:
> > When I try to compile with command `make`, but got this output:
> [...]
> > make -C lisp compile
>
> just do `make compile`.
>
> you can't use `-C` in org-mode source tree.
> In my case with `-C`, I get:
>
> $ make -C lisp compile
> make: Entering directory '/home/yashi/src/org-mode/lisp'
> Makefile:4: *** This make needs to be started as a sub-make from the
> toplevel directory..  Stop.
> make: Leaving directory '/home/yashi/src/org-mode/lisp'
>
> $ git describe
> release_9.1.6-419-g4b2006db3
>
>
> `make help` for more option.
> --
>yashi
>


Re: [O] org-mode source code repo make error

2018-02-01 Thread Yasushi SHOJI
Hi,

On Fri, Feb 2, 2018 at 10:24 AM, numbch...@gmail.com
 wrote:
> When I try to compile with command `make`, but got this output:
[...]
> make -C lisp compile

just do `make compile`.

you can't use `-C` in org-mode source tree.
In my case with `-C`, I get:

$ make -C lisp compile
make: Entering directory '/home/yashi/src/org-mode/lisp'
Makefile:4: *** This make needs to be started as a sub-make from the
toplevel directory..  Stop.
make: Leaving directory '/home/yashi/src/org-mode/lisp'

$ git describe
release_9.1.6-419-g4b2006db3


`make help` for more option.
-- 
   yashi



[O] org-mode source code repo make error

2018-02-01 Thread numbch...@gmail.com
When I try to compile with command `make`, but got this output:
```
make -C doc clean;  make -C lisp clean;
make[1]: Entering directory '/home/stardiviner/Code/Emacs/org-mode/doc'
rm -f org *.pdf *.html *_letter.tex org-version.inc org-version.tex \
  *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs \
  *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
make[1]: Leaving directory '/home/stardiviner/Code/Emacs/org-mode/doc'
make[1]: Entering directory '/home/stardiviner/Code/Emacs/org-mode/lisp'
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
org-install.elc
rm -f *.elc
make[1]: Leaving directory '/home/stardiviner/Code/Emacs/org-mode/lisp'
make -C lisp compile
make[1]: Entering directory '/home/stardiviner/Code/Emacs/org-mode/lisp'
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
org-install.elc
org-version: 9.1.5 (release_9.1.5-434-ge490d2)
Loading /home/stardiviner/Code/Emacs/org-mode/lisp/org-compat.el (source)...
Loading /home/stardiviner/Code/Emacs/org-mode/mk/org-fixup.el (source)...
End of file during parsing
make[1]: *** [Makefile:72: org-version.el] Error 255
make[1]: Leaving directory '/home/stardiviner/Code/Emacs/org-mode/lisp'
make: *** [mk/targets.mk:95: compile] Error 2
```

[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/