Opened 7 weeks ago
#70909 new defect
rogue @5.4.4_3: incomplete definition of type 'struct _win_st'
Reported by: | ShadSterling (Shad Sterling) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.1 |
Keywords: | sequoia | Cc: | |
Port: | rogue |
Description
2018 Intel macbook just upgraded to Sequoia, attempting to migrate ports.
:info:build main.c:241:11: error: incomplete definition of type 'struct _win_st' :info:build 241 | curscr->_cury = oy; :info:build | ~~~~~~^ :info:build /opt/local/include/curses.h:468:16: note: forward declaration of 'struct _win_st' :info:build 468 | typedef struct _win_st WINDOW; :info:build | ^ :info:build main.c:242:11: error: incomplete definition of type 'struct _win_st' :info:build 242 | curscr->_curx = ox; :info:build | ~~~~~~^ :info:build /opt/local/include/curses.h:468:16: note: forward declaration of 'struct _win_st' :info:build 468 | typedef struct _win_st WINDOW; :info:build | ^
Attachments (1)
Note: See
TracTickets for help on using
tickets.