|
From: | Thomas Dickey |
Subject: | Re: [vile] compiling on OSX with proper resizing |
Date: | Wed, 7 Jan 2009 17:03:08 -0500 (EST) |
On Wed, 7 Jan 2009, Daniel Ashbrook wrote:
Nope, didn't seem to do it either. I'll be patient until you have a chance to spend more time on it. =)
a copy of the config.log and config.status would help (so I could check to see what the configure script did). Thanks.
Thanks, dan Thomas Dickey wrote:On Wed, Jan 07, 2009 at 04:08:58PM -0500, Daniel Ashbrook wrote:Must be something more complex; I just tried it with no dice.Here's a copy of the configure script stuff from my current version, with the SIGWINCH check added (being an optimist)...dan Thomas Dickey wrote:On Wed, 7 Jan 2009, Daniel Ashbrook wrote:This is probably it in /Developer/SDKs/MacOSX10.5.sdk/usr/include/sys/signal.h #if (!defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)) #define SIGWINCH 28 /* window size changes */ #define SIGINFO 29 /* information request */ #endif Anything I can do on the vile end to get it to work without breaking other things?The simplest is in your $CPPFLAGS environment variable, e.g. export CPPFLAGS=-DSIGWINCH=28 (assuming it's initially unset...). Then the configure script will add the preset $CPPFLAGS to the compile-time CPPFLAGS, and it should just work.
-- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
[Prev in Thread] | Current Thread | [Next in Thread] |