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:47:12 -0500
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Nope, didn't seem to do it either. I'll be patient until you have a
chance to spend more time on it. =)

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




reply via email to

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