sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

Can not compile with the latest neovim-qt #29

Closed wdoo02 closed 4 years ago

wdoo02 commented 4 years ago

I failed to compile qnvim with the latest neovim-qt, the error is

../qnvimplugin.cpp:95:54: error: invalid use of incomplete type ‘class NeovimQt::InputConv’
 QNVimPlugin::QNVimPlugin(): mInputConv(new NeovimQt::InputConv)

The class NeovimQt::InputConv has been removed from neovim-qt since https://github.com/equalsraf/neovim-qt/commit/548bb1e09aa339571ca4cc8625529fcdc37ceb10

sassanh commented 4 years ago

Yeah I think I have seen it and fixed it locally a while ago, seems like I forgot to push, I'll check it in the weekend, thanks for reporting.

wdoo02 commented 4 years ago

Glad to hear that, thanks in advance.

sassanh commented 4 years ago

@wdoo02 I just pushed my changes to master branch, I built this new version a month ago with the latest version of neovim-qt at the time, I hope things haven't changed much by then.

wdoo02 commented 4 years ago

It's working now, thank you.