[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building Emacs 21.3 with X in MacOS X
From: |
Hans-Peter Binder |
Subject: |
Re: Building Emacs 21.3 with X in MacOS X |
Date: |
Tue, 18 Feb 2003 11:34:36 +0100 |
User-agent: |
Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 |
* kristian ragndahl <ragndahl@postmaster.co.uk> writes:
> I found that patch through Google before posting here but that poster
> had problem with building Emacs *with* carbon and i have problem
> building without and with X instead. If i do the opposite (without X &
> with carbon) Emacs builds just fine. Also it said it was related to
> the December developer tools. I don't know what that is but i'm using
> the ones that came with Jaguar.
Maybe it' a shot in my foot, but have you tried the following,
described in the install-manual from /emacs/mac/
,----
| If you are building Emacs to run on Mac OS X and X Window, you need to
| create a directory containing statically-linked X libraries.
|
| sudo mkdir /usr/X11R6/libstatic
| cd /usr/X11R6/libstatic
| sudo ln -s ../lib/lib*.a ../lib/X11 .
|
| Instead of typing `./configure' above, type
|
| ./configure --without-carbon --with-x
| --x-libraries=/usr/X11R6/libstatic
`----
Regards/Gruesse
Hans-Peter Binder
--
(coffee-mode 1)