emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs with X11 on Mac OS X


From: Thomas F. Burdick
Subject: Re: Emacs with X11 on Mac OS X
Date: Mon, 26 Aug 2002 17:12:45 -0700

Andrew Choi writes:
 > > I'm trying to get an Emacs with X11 support to run under Mac OS X
 > > (10.1).  [...] So, I checked out the code in CVS this morning, which
 > > makes it through 'configure', anyway, but dies during 'make
 > > bootstrap', with conflicting symbols in macterm.h and xterm.h.
 > > 
 > > So, does anyone have advice on how to proceed?  Have others built
 > > Emacs with X11 support for OS X?  [...]
 > 
 > From the file mac/INSTALL:

Whoops, sorry, I missed that file (I thought it was still just the OS
8/9 instructions).  

I followed the instructions on making the statically-linked X11
libraries, and configured Emacs like this:

  $ mkdir /usr/local/packages/emacs-21-2002-08-29
  $ ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic 
--prefix=/usr/local/packages/emacs-21-2002-08-26

I then ran 'make bootstrap', which died here:

  gcc  -prebind -framework Carbon -lstdc++ -Xlinker -headerpad -Xlinker 690 
-L/usr/X11R6/libstatic -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o 
xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o 
xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.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   tparam.o lastfile.o   widget.o mktime.o   ../lwlib/liblw.a 
-L/usr/X11R6/libstatic -lXaw -lXmu -lXt -lSM -lICE -lXext -lXpm -lX11  -lncurses
  ld: warning prebinding disabled because of undefined symbols
  ld: Undefined symbols:
  _init_mac_osx_environment
  make[1]: *** [temacs] Error 1
  make: *** [bootstrap-src] Error 2

-- 
           /|_     .-----------------------.                        
         ,'  .\  / | No to Imperialist war |                        
     ,--'    _,'   | Wage class war!       |                        
    /       /      `-----------------------'                        
   (   -.  |                               
   |     ) |                               
  (`-.  '--.)                              
   `. )----'                               




reply via email to

[Prev in Thread] Current Thread [Next in Thread]