[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18122: make error when configure --without-x
From: |
Alexey |
Subject: |
bug#18122: make error when configure --without-x |
Date: |
Mon, 28 Jul 2014 08:16:41 +0400 |
User-agent: |
Alukardd Webmail |
Hello.
I want to have latest emacs-nox.
If I try to execute `make` or `make bootstrap` after `./configure
--without-x`, I get the following error:
/home/alukardd/git/emacs/src/frame.c:2829: undefined reference to
`FRAME_HAS_HORIZONTAL_SCROLL_BARS'
frame.o: In function `frame_inhibit_resize':
/home/alukardd/git/emacs/src/frame.c:221: undefined reference to
`get_frame_param'
frame.o: In function `adjust_frame_size':
/home/alukardd/git/emacs/src/frame.c:486: undefined reference to
`FRAME_HAS_HORIZONTAL_SCROLL_BARS'
/home/alukardd/git/emacs/src/frame.c:578: undefined reference to
`FRAME_HAS_HORIZONTAL_SCROLL_BARS'
/home/alukardd/git/emacs/src/frame.c:479: undefined reference to
`FRAME_HAS_HORIZONTAL_SCROLL_BARS'
/home/alukardd/git/emacs/src/frame.c:479: undefined reference to
`FRAME_HAS_HORIZONTAL_SCROLL_BARS'
frame.o: In function `make_frame':
/home/alukardd/git/emacs/src/frame.c:674: undefined reference to
`FRAME_HAS_HORIZONTAL_SCROLL_BARS'
frame.o:/home/alukardd/git/emacs/src/frame.c:676: more undefined
references to `FRAME_HAS_HORIZONTAL_SCROLL_BARS' follow
collect2: error: ld returned 1 exit status
How can I compile emacs without X support?
My system is:
Debian 7.6
SMP Debian 3.2.57-3+deb7u2 x86_64 GNU/Linux
gcc (Debian 4.7.2-5) 4.7.2
I install all dependencies as suggested at wiki
(http://www.emacswiki.org/emacs/EmacsSnapshotAndDebian).
- bug#18122: make error when configure --without-x,
Alexey <=