nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] Problems Building CVS Version on Mac OS X 10.4.1


From: David Lawrence Ramsey
Subject: Re: [Nano-devel] Problems Building CVS Version on Mac OS X 10.4.1
Date: Wed, 15 Jun 2005 12:19:23 -0400
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

Emily Jackson wrote:

<snip>

>If I edit proto.h and change
>
>#ifdef NANO_WIDE
>bool is_cntrl_wchar(wint_t wc);
>
>to
>
>#ifdef NANO_WIDE
>bool is_cntrl_wchar(wchar_t wc);
>
>then nano builds. (I got this from looking at an old copy of proto.h I
>had on a backup hard drive.)

Thanks for the report.  I originally changed the wctype wrapper
functions to use wint_t's because that was what the original wctype
functions used according to their man pages, but apparently that isn't
portable.  I've just changed all wint_t's back to wchar_t's in CVS,
since things were working just as well with them.

>[BTW, nano 1.2.4 is now included with Mac OS X, replacing pico.]

Thanks for that info too.  It's good to know.





reply via email to

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