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 15:40:21 -0700 Message-ID: <200708292240.l7TMeLNP026056@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> <200708291641.l7TGfo2t012413@oogie-boogie.ics.uci.edu> <86y7fu2ssp.fsf@blue.stonehenge.com> <79AD547D-950B-499F-8581-415BA66456DF@mit.edu> <200708291749.l7THnAQ3014968@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188427395 13857 80.91.229.12 (29 Aug 2007 22:43:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 22:43:15 +0000 (UTC) Cc: chad brown , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 30 00:43:13 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 1IQWFc-0007D9-Km for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 00:43:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQWFc-0007RJ-62 for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2007 18:43:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQWFM-0007L1-Ht for emacs-devel@gnu.org; Wed, 29 Aug 2007 18:42:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQWFK-0007KH-Uf for emacs-devel@gnu.org; Wed, 29 Aug 2007 18:42:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQWFK-0007KB-Lo for emacs-devel@gnu.org; Wed, 29 Aug 2007 18:42:46 -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 1IQWFG-00062L-2Z; Wed, 29 Aug 2007 18:42:42 -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 l7TMeLNP026056; Wed, 29 Aug 2007 15:40:22 -0700 (PDT) In-Reply-To: (Glenn Morris's message of "Wed\, 29 Aug 2007 18\:05\:29 -0400") Original-Lines: 44 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.41, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_OBFU_X 1.03) 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:77366 Archived-At: Glenn Morris writes: > chad brown wrote: > > > with the #undef MULTI_KBOARD line commented out. This seems to be a > > feature of autoconf, but I'm not familiar enough with autoconf to be > > sure, or figure out how to work around it. Can someone more familiar > > with autoconf either fix src/config.in or tell me how to do it, so I > > can verify the diagnosis (and look for further problems)? > > Try the following. > > (Also, these changes should be moved to configure.in so that > autoheader will regenerate src/config.in in the right format). > > > *** config.in 29 Aug 2007 05:27:54 -0000 1.232 > --- config.in 29 Aug 2007 22:03:18 -0000 > *************** > *** 930,947 **** > #endif > > /* Multi-tty support relies on MULTI_KBOARD. It seems safe to turn it > ! on unconditionally. */ > #ifndef MULTI_KBOARD > #define MULTI_KBOARD > #endif > > /* If we're using the Carbon API on Mac OS X, define a few more > variables as well. */ > #ifdef HAVE_CARBON > #define HAVE_WINDOW_SYSTEM > #define HAVE_MOUSE > - /* XXX The MULTI_KBOARD support does not work yet on this platform. */ > - #undef MULTI_KBOARD > #endif I moved this #undef to s/darwin.h. Chad can you please test that it works? Some mac person should fix MULTI_KBOARD, it should be just a matter of correctly initializing the keyboard, but it is not easy to do without access to the platform...