From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.help Subject: Re: Emacs from CVS question Date: Sun, 30 Nov 2003 13:36:58 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070221577 4664 80.91.224.253 (30 Nov 2003 19:46:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2003 19:46:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 30 20:46:14 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQXWI-0001ud-00 for ; Sun, 30 Nov 2003 20:46:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQYTB-00085T-KY for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Nov 2003 15:47:05 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!petbe.visi.com!gemini.bitstream.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:mSWd+EpUoxNswxL67oIgcS/bYTw= Original-Lines: 21 Original-NNTP-Posting-Host: d108c9e2.news.bitstream.net Original-X-Trace: 1070221045 gemini.bitstream.net 1098 216.243.177.155 Original-X-Complaints-To: abuse@bitstream.net Original-Xref: shelby.stanford.edu gnu.emacs.help:118820 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14761 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14761 Martin Stemplinger writes: > On Sam Nov 29 2003 at 16:56, Tim McNamara wrote: > >> 4. The Xaw3d toolbars are missing from my build of 21.3, but are >> present in the 21.2 build from fink. My impression was that this >> should have been included in the build automagically, but wasn't. >> > Did you include the option --with-x-toolkit to configure > (./configure --help tells you all options that you can use)? I didn't explicitly invoke that, although configure indicated it would build Emacs wth the "lucid" toolkit. However, the Xaw3d libraries might be installed in a non-standard location my fink and perhaps the compiler didn't find them. I'll have to hunt around some more. The directories where fink puts stuff are a separate directory tree in /sw; /sw is in my $PATH but perhaps that didn't help the compiler. This compiling stuff is an interesting adventure for a long-time Mac user! Unix users seem to be well-accustomed to this set of skills, but it's alien territory for us Mac-heads.