Re: xemacs under version 2.3.3
Re: xemacs under version 2.3.3
- Subject: Re: xemacs under version 2.3.3
- From: Jeremy Huddleston <email@hidden>
- Date: Sun, 17 May 2009 10:53:49 -0700
On May 17, 2009, at 10:41, Samuel Isaacson wrote:
Hi,
I recently updated to 10.5.7 and then upgraded Xquartz to 2.3.3.
Since the upgrade I have been unable to start xemacs. More
specifically, when starting xemacs from a terminal the program
simply hangs and no graphical window appears. Everything worked fine
prior to this upgrade, and moreover, xemacs is able to start fine
when I run it in terminal mode "xemacs -nw".
I have installed version 21.4 patch 21 from macports.
xemacs in MacPorts does not link against anything in XQuartz. The
only possible issue would be a server connection, but if you can open
xterm, that's not the case.
I suspect there is some kind of xserver interaction going on, but am
not sure how to proceed. Does anyone have any suggestions?
Make sure you 'sudo port -v upgrade outdated'
Also verify your MP is linked correctly against MP libs and not /usr/
X11 libs. These should output nothing:
cd /opt/local/lib
for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done
cd /opt/local/bin
for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden