[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bazaar branch of Emacs.app
From: |
CHENG Gao |
Subject: |
Re: Bazaar branch of Emacs.app |
Date: |
Tue, 15 Apr 2008 02:13:17 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin) |
I cloned it and building under MacOSX 10.5.2 (Intel) failed.
What I did:
autoconf
./configure --with-ns --without-x --enable-ns-app --prefix=/usr/local
(This should be the same as nextstep/compile)
make bootstrap
And I got
,----
| gcc -prebind -framework AppKit -lresolv -Xlinker -headerpad -Xlinker 6C8 -o
temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.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 unexmacosx.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 nsterm.o nsfns.o nsmenu.o nsselect.o
nsimage.o nsfont.o fontset.o fringe.o image.o font.o terminfo.o lastfile.o
-lresolv -lncurses
| Undefined symbols:
| "_syms_of_ftfont", referenced from:
| _syms_of_font in font.o
| ld: symbol(s) not found
| collect2: ld returned 1 exit status
| make[2]: *** [temacs] Error 1
| make[1]: *** [bootstrap-build] Error 2
| make: *** [bootstrap] Error 2
`----
(If it matters, nextstep/compile got exactly the same result).