From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad brown Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Date: Wed, 29 Aug 2007 10:09:13 -0700 Message-ID: References: <86k5re4blv.fsf@blue.stonehenge.com> <200708291531.l7TFVnlD010335@oogie-boogie.ics.uci.edu> <86fy224aah.fsf@blue.stonehenge.com> <86bqcq4a4q.fsf@blue.stonehenge.com> <200708291604.l7TG4atk011108@oogie-boogie.ics.uci.edu> <867ine492x.fsf@blue.stonehenge.com> <863ay24826.fsf@blue.stonehenge.com> <200708291641.l7TGfo2t012413@oogie-boogie.ics.uci.edu> <86y7fu2ssp.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188407367 11002 80.91.229.12 (29 Aug 2007 17:09:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 17:09:27 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 29 19:09:24 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQR2h-0006qv-3Y for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2007 19:09:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQR2g-0000Lx-MF for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2007 13:09:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQR2c-0000L6-CH for emacs-devel@gnu.org; Wed, 29 Aug 2007 13:09:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQR2a-0000JD-QE for emacs-devel@gnu.org; Wed, 29 Aug 2007 13:09:17 -0400 Original-Received: from biscayne-one-station.mit.edu ([18.7.7.80]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IQR2a-00042g-Hq for emacs-devel@gnu.org; Wed, 29 Aug 2007 13:09:16 -0400 Original-Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l7TH9Er7018433; Wed, 29 Aug 2007 13:09:15 -0400 (EDT) Original-Received: from [192.168.1.100] (c-24-19-211-201.hsd1.mn.comcast.net [24.19.211.201]) (authenticated bits=0) (User authenticated as yandros@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l7TH9CKh029596 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 29 Aug 2007 13:09:13 -0400 (EDT) In-Reply-To: <86y7fu2ssp.fsf@blue.stonehenge.com> X-Mailer: Apple Mail (2.752.2) X-Scanned-By: MIMEDefang 2.42 X-Spam-Score: 0.00 X-Detected-Kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77349 Archived-At: > Would I sound ignorant if I said I don't even know how to do that? :) If you have the developer tools installed, look for an application called CrashReporterPrefs (mine's in /Developer/Applications/ Utilities/CrashReporterPrefs.app; you could use spotlight to find yours), and run it. It will let you choose a `Developer' option for the crash reporter, that includes the option to try attaching to the crashed process. Once inside gdb, you'll need the emacs-specific stuff for gdb. If gdb doesn't pick it up automatically, cd into `src' inside your emacs build tree (inside gdb; for me it's ``cd /usr/local/src/emacs/src'') and source the gdb macros there (``source .gdbinit''). This will make `xbacktrace' (and a bunch of other stuff) available inside gdb. I'll try this myself, once my own build finishes (my PPC laptop isn't the fastest thing ever to `make bootstrap' anymore). Until then, I hope this helps. *chad