nano-devel
[Top][All Lists]
Advanced

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

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


From: Emily Jackson
Subject: [Nano-devel] Problems Building CVS Version on Mac OS X 10.4.1
Date: Wed, 15 Jun 2005 06:30:05 -0500

I've gotten this error when I've tried to build the last few CVS
versions of nano:

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Iintl -DLOCALEDIR=\"/usr/local/
share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"  -I/sw/include  -I/sw/
include -MT color.o -MD -MP -MF ".deps/color.Tpo" -c -o color.o
color.c; \ then mv -f ".deps/color.Tpo" ".deps/color.Po"; else rm -f
".deps/color.Tpo"; exit 1; fi In file included from color.c:32:
proto.h:173: error: parse error before "wc" make[2]: *** [color.o]
Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2

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

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

Thanks,

Emily

-- 
"If it seem slow, wait for it; it will surely come, it will not delay."
Emily Jackson
<http://home.hiwaay.net/~emilyj/missjackson.html>




reply via email to

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