From: SourceForge.net <no...@so...> - 2012-12-29 09:11:23
|
Support Requests item #3598837, was opened at 2012-12-29 01:11 Message generated for change (Tracker Item Submitted) made by diegostamigni You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=204664&aid=3598837&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Diego Stamigni (diegostamigni) Assigned to: Nobody/Anonymous (nobody) Summary: Build fail on OSX Initial Comment: While compiling on my Max OSX machine (10.8.2) I'm getting this kind of error: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT build.o -MD -MP -MF .deps/build.Tpo -c -o build.o build.c 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 I've resolved and I'm attaching you my patch for the fix. Regards, Diego ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=204664&aid=3598837&group_id=4664 |