Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ncurses conflict #578

Open
thesamprice opened this issue Feb 21, 2021 · 1 comment
Open

Ncurses conflict #578

thesamprice opened this issue Feb 21, 2021 · 1 comment

Comments

@thesamprice
Copy link

src/rtklib.h:1411:13: error: conflicting types for 'trace'
EXPORT void trace    (int level, const char *format, ...);
            ^
/opt/local/include/curses.h:2061:29: note: previous declaration is here
extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace");

/opt/local/include/curses.h:657:29: note: previous declaration is here
extern NCURSES_EXPORT(void) filter (void);                              /* implemented */
@thesamprice
Copy link
Author

See pull request
#579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant