Darby Payne
Darby Payne
I've been unable to re-produced this although I don't have NixOS so it might have something to do with that. It's possible it has something to do with the libraries...
I think it's a good idea, I've been avoiding it since I think it will cause a lot of confusion at first. If you have any thoughts on how to...
It is working for me on gcc-6.3.1 and clang 3.9.1 on linux. Would you mind posting the full error for g++6?
So there's at least a couple of issues here. The `mvaddwstr` error is most likely due to not being able to find the right header file for the ncursesw library....
Could you pull the latest commit from master. Then build with `make clean && make VIS_NCURSESW=1`. This will force it to use ncursesw. Normally it looks for the ncursesw.h file,...
Well that's annoying : ( The newer ncurses library combines ncursesw and ncurses in the same header file, this is my guess why you don't see `ncursesw/ncurses.h`. What is really...
I added another change to NcursesWriter. Could you try again?
When I have more time I'll spin up a VM and see if I can get it to compile. I am pretty sure it's just a bad/wrong includes, but not...
One common issue I have seen with mopidy is the permissions for the fifo file are set to a different user. Do you mind checking the permissions for /tmp/mpd.fifo with...
Sorry for the late response here. I've been unable to duplicate this myself. Could you test again with just plain old mpd with no ncmpcpp running or anything else that...