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

Msys2 fails #169

Open
Schmeckinger opened this issue Oct 18, 2018 · 0 comments
Open

Msys2 fails #169

Schmeckinger opened this issue Oct 18, 2018 · 0 comments

Comments

@Schmeckinger
Copy link

Schmeckinger commented Oct 18, 2018

Problems I encountered so far with this lib.
Msys2 ncurses is a bit different.
It needs #include<ncurses/ncurses.h>, or #include<ncursesw/ncurses.h>
And the deltion of the test binary doesn't work, because .exe is missing.

let bin = format!("{}", Path::new(&out_dir).join("chtype_size").display());

needs to be:

let bin = format!("{}", Path::new(&out_dir).join("chtype_size.exe").display());
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