emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?)


From: chad brown
Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?)
Date: Wed, 29 Aug 2007 13:14:56 -0700

The current problem with multi-tty on macosx seems to come from configure. Namely, this code in src/config.in:

/* 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

results in:

/* 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

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)?

Thanks,
*chad





reply via email to

[Prev in Thread] Current Thread [Next in Thread]