From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Herbert Euler Newsgroups: gmane.emacs.devel Subject: Cannot build emacs without x Date: Tue, 20 May 2008 14:09:44 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1211263809 27725 80.91.229.12 (20 May 2008 06:10:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 06:10:09 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 20 08:10:44 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JyL3a-0005Vo-Mp for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 08:10:42 +0200 Original-Received: from localhost ([127.0.0.1]:57228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyL2q-0007QQ-Gt for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 02:09:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyL2l-0007PY-N4 for emacs-devel@gnu.org; Tue, 20 May 2008 02:09:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyL2g-0007Nr-5A for emacs-devel@gnu.org; Tue, 20 May 2008 02:09:50 -0400 Original-Received: from [199.232.76.173] (port=37302 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyL2f-0007Nn-Tt for emacs-devel@gnu.org; Tue, 20 May 2008 02:09:45 -0400 Original-Received: from bay0-omc2-s38.bay0.hotmail.com ([65.54.246.174]:23188) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyL2f-000278-EJ for emacs-devel@gnu.org; Tue, 20 May 2008 02:09:45 -0400 Original-Received: from BAY143-W39 ([65.55.154.74]) by bay0-omc2-s38.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 May 2008 23:09:45 -0700 X-Originating-IP: [216.145.54.15] Importance: Normal X-OriginalArrivalTime: 20 May 2008 06:09:45.0007 (UTC) FILETIME=[19972BF0:01C8BA40] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97429 Archived-At: I have trouble building emacs without x. It is configured with CFLAGS=3D"-g -g3 -gdwarf-2" ./configure --without-x and the build process fails with gcc -Demacs -DHAVE_CONFIG_H -I. -I/home/bihong/src/emacs/src -D_BSD_SOURCE= -g -g3 -gdwarf-2 -Wl,-znocombreloc /home/bihong/src/emacs/src/prefix-ar= gs.c -o prefix-args echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.= o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o = emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o= marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle= .o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.= o eval.o floatfns.o fns.o print.o lread.o syntax.o unexelf.o bytecode.o pro= cess.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o inter= vals.o textprop.o composite.o md5.o terminfo.o lastfile.o vm-limit.o = mktime.o "> buildobj.lst gcc -nostdlib `./prefix-args -Xlinker -z nocombreloc` -Wl,-znocombreloc -o= temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll= .o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o= chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o k= eymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o d= ired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o u= ndo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o prin= t.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache= .o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o = md5.o terminfo.o lastfile.o vm-limit.o mktime.o -lgpm -lncurse= s -lm -lgcc -lc -lgcc /usr/lib/crtn.o=20 xfaces.o(.text+0x11cb): In function `merge_face_ref': /home/bihong/src/emacs/src/xfaces.c:2700: undefined reference to `FONT_WEIG= HT_NAME_NUMERIC' xfaces.o(.text+0x120f):/home/bihong/src/emacs/src/xfaces.c:2712: undefined = reference to `FONT_SLANT_NAME_NUMERIC' xfaces.o(.text+0x1454):/home/bihong/src/emacs/src/xfaces.c:2795: undefined = reference to `FONT_WIDTH_NAME_NUMERIC' xfaces.o(.text+0x1d1c): In function `Finternal_set_lisp_face_attribute': /home/bihong/src/emacs/src/xfaces.c:3123: undefined reference to `FONT_WEIG= HT_NAME_NUMERIC' xfaces.o(.text+0x1d98):/home/bihong/src/emacs/src/xfaces.c:3137: undefined = reference to `FONT_SLANT_NAME_NUMERIC' xfaces.o(.text+0x22f8):/home/bihong/src/emacs/src/xfaces.c:3307: undefined = reference to `FONT_WIDTH_NAME_NUMERIC' xfaces.o(.text+0x3e91): In function `tty_supports_face_attributes_p': /home/bihong/src/emacs/src/xfaces.c:5119: undefined reference to `FONT_WEIG= HT_NAME_NUMERIC' xfaces.o(.text+0x3ead):/home/bihong/src/emacs/src/xfaces.c:5122: undefined = reference to `FONT_WEIGHT_NAME_NUMERIC' xfaces.o(.text+0x45d4): In function `Finternal_set_font_selection_order': /home/bihong/src/emacs/src/xfaces.c:5389: undefined reference to `font_upda= te_sort_order' xfaces.o(.text+0x4e18): In function `realize_tty_face': /home/bihong/src/emacs/src/xfaces.c:6061: undefined reference to `FONT_WEIG= HT_NAME_NUMERIC' xfaces.o(.text+0x4e2e):/home/bihong/src/emacs/src/xfaces.c:6062: undefined = reference to `FONT_SLANT_NAME_NUMERIC' print.o(.text+0x62c2): In function `print_object': /home/bihong/src/emacs/src/print.c:2147: undefined reference to `font_style= _symbolic' collect2: ld returned 1 exit status gmake[2]: *** [temacs] Error 1 gmake[2]: Leaving directory `/home/bihong/src/emacs/src' gmake[1]: *** [bootstrap-build] Error 2 gmake[1]: Leaving directory `/home/bihong/src/emacs' gmake: *** [bootstrap] Error 2 Regards, Guanpeng Xu _________________________________________________________________ Connect to the next generation of MSN Messenger=A0 http://imagine-msn.com/messenger/launch80/default.aspx?locale=3Den-us&sourc= e=3Dwlmailtagline=