Closed mhartington closed 8 years ago
Try
brew install --HEAD neovim-dot-app
Hmm, that seems to introduce even more interesting problems.
The window controls are there, but nothing else.
Try defaults delete uk.foon.neovim
and reboot. Not sure which one of those two actually fixed the issue for people in #203.
Hmm...
Domain (uk.foon.neovim) not found.
Defaults have not been changed.
After a reboot, same thing.
My two cents: I had exactly the same errors message about msgpack under OSX 10.11.6 (fresh Homebrew install). brew install --HEAD neovim-dot-appbrew install --HEAD neovim-dot-app
fixed the problem. Maybe this bug is not OSX Sierra specific ?
sadly still nothing. Even uninstalling everything, clearing cache, checking defaults and pulling from --HEAD
, I still get the same window-less window (if that makes sense)
Is there anymore info I could provide? Not sure what else I can give, but happy to help out some how
Yeah. Neither of the bugs mentioned are Sierra specific. other people have reported them.
ps awux | egrep -i "(neovim|nvim)"
in your terminal when Neovim.app is running.I'm not sure what else you can try. Any ideas @rogual? The next thing that I personally would do is to put in some print statements in the code or load it in lldb and actually debug it.
1) Yeah I'm able to maximize/minimize the toolbar, but only it resizes. When I try to toggle full screen, I'll get a full blank screen but nothing there.
2) Yep, neovim is acutally running
mhartington 20681 0.0 0.1 2477548 14276 ?? S 7:31AM 0:00.68 nvim --embed
mhartington 20665 0.0 0.2 2852660 39020 ?? S 7:31AM 0:00.99 /usr/local/Cellar/neovim-dot-app/HEAD-68cf699/Neovim.app/Contents/MacOS/Neovim --cwd /Users/mhartington
3) I cannot see any console messages from neovim.app
I have this same compilation issue on 10.11.6 - so this is not 10.12 specific.
I've released 0.1.5, with the Msgpack 2.0 compatibility fixes, so Homebrew should now use that when you brew install
& everything should be OK again.
Hey @leepa, small world :)
Let's keep one issue to an issue, please. This issue is about the compilation failure — please open a new one if you're having other problems.
Compilation looks good now. Now on to my no-gui issue (aka #203)
Hi there! So I know macOS 10.12 is still in beta and not publicly out, but I thought I'd give you a heads up!
Trying to install via homebrew fails to build
Now, I'm not sure if this is an error related to you, msgpack, or scons, but thought I'd bring it to your attention.
let me know if you need anymore information.
Cheers!