From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Date: Wed, 29 Aug 2007 09:41:50 -0700 Message-ID: <200708291641.l7TGfo2t012413@oogie-boogie.ics.uci.edu> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188405845 5396 80.91.229.12 (29 Aug 2007 16:44:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 16:44:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: merlyn@stonehenge.com (Randal L. Schwartz) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 29 18:44:01 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 1IQQe4-00009K-6e for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2007 18:43:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQQe4-0003Ns-23 for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2007 12:43:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQQct-0002jg-2o for emacs-devel@gnu.org; Wed, 29 Aug 2007 12:42:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQQcs-0002j6-1M for emacs-devel@gnu.org; Wed, 29 Aug 2007 12:42:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQQcr-0002j1-TR for emacs-devel@gnu.org; Wed, 29 Aug 2007 12:42:41 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQQcr-00063G-DL for emacs-devel@gnu.org; Wed, 29 Aug 2007 12:42:41 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l7TGfo2t012413; Wed, 29 Aug 2007 09:41:50 -0700 (PDT) In-Reply-To: <863ay24826.fsf@blue.stonehenge.com> (Randal L. Schwartz's message of "Wed\, 29 Aug 2007 09\:30\:41 -0700") Original-Lines: 28 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.19, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_OBFU_X 1.03, J_CHICKENPOX_32 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu 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:77345 Archived-At: merlyn@stonehenge.com (Randal L. Schwartz) writes: > >>>>> "Randal" == Randal L Schwartz writes: > > >>>>> "Dan" == Dan Nicolaescu writes: > Dan> Just deleting the (eval-when-compile (require 'url)) might work. You'd > Dan> get some byte compile warnings. Unfortunately I don't have access to a > Dan> mac, so I can't test this.. > > Randal> That's presuming url.el doesn't define any macros then. :) > > Randal> Trying that now... > > Ok, *with that patch* it builds and installs. > > It works in terminal mode, but fails to launch in carbon mode. :( It used to do at least that much when I did the mac multi-tty port back in May. A lot of things seem to have changed in CVS for the mac since then. Unfortunately I don't have access to a mac, so I can't work on this.... > Here's the crash log from the carbon launch. And I'm not a carbon > programmer, so someone else will have to pick up the ball from here. Can you please run it from gdb and post the xbacktrace? It might be something quite trivial to fix.