Bugs item #2873621, was opened at 2009-10-06 11:24
Message generated for change (Comment added) made by broeker
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=2873621&group_id=4664

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Curses interface
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Justin M. LaPre (laprej)
>Assigned to: Hans-Bernhard Broeker (broeker)
Summary: ``make'' fails on OSX Snow Leopard

Initial Comment:
The ``make'' command fails on build.c with the following error:

In file included from build.c:50:
/usr/include/ncurses.h:539:40: error: macro "cbreak" passed 1 arguments, but 
takes just 0
/usr/include/ncurses.h:564:44: error: macro "erasechar" passed 1 arguments, but 
takes just 0
/usr/include/ncurses.h:600:43: error: macro "killchar" passed 1 arguments, but 
takes just 0
make[2]: *** [build.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

----------------------------------------------------------------------

>Comment By: Hans-Bernhard Broeker (broeker)
Date: 2012-12-29 05:44

Message:
Applied patch #2912267

----------------------------------------------------------------------

Comment By: Wim Lewis (wiml)
Date: 2010-03-04 00:52

Message:
The #ifdefs in src/constants.h are incorrectly guessing that osx's ncurses
doesn't have cbreak, erasechar, etc., and are trying to #define
replacements. Patches 2912267 and 2963208 are two (different) fixes for
this problem.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=2873621&group_id=4664

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Cscope-devel mailing list
Cscope-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cscope-devel

Reply via email to