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

library not found for -lncursesw on Mac #56

Closed
marlun opened this issue Feb 14, 2016 · 6 comments
Closed

library not found for -lncursesw on Mac #56

marlun opened this issue Feb 14, 2016 · 6 comments

Comments

@marlun
Copy link

marlun commented Feb 14, 2016

I've uncommented MACOSX := -DMACOSX but when I run make I get library not found for -lncursesw. Any tips on what I should look into to fix it?

@andmarti1424
Copy link
Owner

You should download the ncursesw library.  This is the one that supports wide chars.You can also link to the common ncurses library. The first option is what I recommend. 

@marlun
Copy link
Author

marlun commented Feb 14, 2016

I'm looking into making a homebrew formula (#52) even thought I've never done it before. They specify in their guide that they don't like formulas that downloads dependencies so I'll try to look into what they'd recommend. If anyone knows more then me about homebrew I could use some help :)

@andmarti1424
Copy link
Owner

Couldnt you just link to ncurses library rather than ncursesw? Isnt the first one installed by default in your OS?

@marlun
Copy link
Author

marlun commented Feb 16, 2016

I could and it worked, thanks :)

@marlun marlun closed this as completed Feb 16, 2016
@reckbo
Copy link

reckbo commented Apr 14, 2016

FYI to install ncursesw on a Mac, I did this:

brew install ncurses
brew link ncurses

Then you should see a bunch of /usr/local/lib/libncursesw* file links which scim can build against.

@andmarti1424
Copy link
Owner

andmarti1424 commented Apr 14, 2016 via email

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

3 participants