* org-mode source code repo make error
@ 2018-02-02 1:24 numbchild
2018-02-02 4:18 ` Yasushi SHOJI
0 siblings, 1 reply; 3+ messages in thread
From: numbchild @ 2018-02-02 1:24 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]
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] <Hack this world!> 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/
[-- Attachment #2: Type: text/html, Size: 2082 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-mode source code repo make error
2018-02-02 1:24 org-mode source code repo make error numbchild
@ 2018-02-02 4:18 ` Yasushi SHOJI
2018-02-02 11:21 ` numbchild
0 siblings, 1 reply; 3+ messages in thread
From: Yasushi SHOJI @ 2018-02-02 4:18 UTC (permalink / raw)
To: numbchild@gmail.com; +Cc: Org-mode
Hi,
On Fri, Feb 2, 2018 at 10:24 AM, numbchild@gmail.com
<numbchild@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-mode source code repo make error
2018-02-02 4:18 ` Yasushi SHOJI
@ 2018-02-02 11:21 ` numbchild
0 siblings, 0 replies; 3+ messages in thread
From: numbchild @ 2018-02-02 11:21 UTC (permalink / raw)
To: Yasushi SHOJI; +Cc: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
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] <Hack this world!> 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 <yasushi.shoji@gmail.com>
wrote:
> Hi,
>
> On Fri, Feb 2, 2018 at 10:24 AM, numbchild@gmail.com
> <numbchild@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
>
[-- Attachment #2: Type: text/html, Size: 2267 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-02 15:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-02 1:24 org-mode source code repo make error numbchild
2018-02-02 4:18 ` Yasushi SHOJI
2018-02-02 11:21 ` numbchild
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.