From: <uwe...@ne...> - 2002-05-20 21:23:33
|
If any of you guys got jaguar as I did at the wwdc, can you please help me out compiling the build on it. I'm a java developer so I don't know what I'm doing :-). I got it as far as fixing some headers so the they won't report conflicts for init_process #ifdef MAC_OSX #undef init_process #include <Carbon/Carbon.h> #define init_process emacs_init_process I did that for mac.c macfns.c macmenu.c macterm.c After that everything compiled fine but on linking I get this: Basically "make bootstrap" stops here: gcc -prebind -framework Carbon -lstdc++ -Xlinker -headerpad -Xlinker 690 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o window.o charset.o coding.o category.o ccl.o cm.o term.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 abbrev.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 mac.o macterm.o macfns.o macmenu.o fontset.o termcap.o tparam.o lastfile.o mktime.o ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _BC _UP _tgoto _tputs _PC _tgetent _tgetflag _tgetnum _tgetstr make[1]: *** [temacs] Error 1 make: *** [bootstrap-src] Error 2 No idea where to get the lib for those symbols. I wanted to do the build because a prebuild binary of 21.1 for macosx (from www.porkrind.org) won't run in jaguar. There I get the same error basically: dyld: /Users/uwe/tmp/eemacs/Emacs 21.1/Emacs.app/Contents/MacOS/Emacs Undefined symbols: /Users/uwe/tmp/eemacs/Emacs 21.1/Emacs.app/Contents/MacOS/Emacs undefined reference to _BC expected to be defined in /usr/lib/libSystem.B.dylib /Users/uwe/tmp/eemacs/Emacs 21.1/Emacs.app/Contents/MacOS/Emacs undefined reference to _PC expected to be defined in /usr/lib/libSystem.B.dylib /Users/uwe/tmp/eemacs/Emacs 21.1/Emacs.app/Contents/MacOS/Emacs undefined reference to _UP expected to be defined in /usr/lib/libSystem.B.dylib May 20 13:53:41 h-10-169-72-239 last message repeated 57 times |