Skip to content

Instantly share code, notes, and snippets.

@tedwardd
Created October 7, 2017 13:03
Show Gist options
  • Save tedwardd/1ce8ebe239fd0190b7999d589dd03599 to your computer and use it in GitHub Desktop.
Save tedwardd/1ce8ebe239fd0190b7999d589dd03599 to your computer and use it in GitHub Desktop.
weechat build errors
[ 93%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-bar-window.o
In file included from /usr/pkg/include/ncursesw/ncurses.h:1969,
from /meta/e/elw/build/weechat-1.9.1/src/gui/curses/gui-curses.h:26,
from /meta/e/elw/build/weechat-1.9.1/src/gui/curses/gui-curses-bar-window.c:42:
/usr/pkg/include/ncurses/unctrl.h:60: error: conflicting types for ‘unctrl’
/usr/pkg/include/ncurses/unctrl.h:57: note: previous declaration of ‘unctrl’ was here
make[2]: *** [src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-bar-window.o] Error 1
make[1]: *** [src/gui/curses/CMakeFiles/weechat_gui_curses.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment