vile
[Top][All Lists]
Advanced

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

Re: [vile] compiling on OSX with proper resizing


From: Daniel Ashbrook
Subject: Re: [vile] compiling on OSX with proper resizing
Date: Wed, 07 Jan 2009 16:08:58 -0500
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Must be something more complex; I just tried it with no dice.

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.
> 




reply via email to

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