You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed this guide to install in Ubuntu 18.04.
At the point where one runs make I get the following error:
Scanning dependencies of target msgpackc-static_autogen
[ 0%] Automatic MOC for target msgpackc-static
[ 0%] Built target msgpackc-static_autogen
Scanning dependencies of target msgpackc-static
[ 2%] Building C object third-party/msgpack-c-cpp-1.4.0/CMakeFiles/msgpackc-static.dir/src/unpack.c.o
In file included from /home/michael/builds/neovim-qt/third-party/msgpack-c-cpp-1.4.0/src/unpack.c:268:0:
/home/michael/builds/neovim-qt/third-party/msgpack-c-cpp-1.4.0/include/msgpack/unpack_template.h: In function‘template_execute’:
/home/michael/builds/neovim-qt/third-party/msgpack-c-cpp-1.4.0/include/msgpack/unpack_template.h:250:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
++p;
^~~
/home/michael/builds/neovim-qt/third-party/msgpack-c-cpp-1.4.0/include/msgpack/unpack_template.h:252:13: note: here
default:
^~~~~~~
cc1: all warnings being treated as errors
third-party/msgpack-c-cpp-1.4.0/CMakeFiles/msgpackc-static.dir/build.make:62: recipe for target 'third-party/msgpack-c-cpp-1.4.0/CMakeFiles/msgpackc-static.dir/src/unpack.c.o' failed
make[2]: *** [third-party/msgpack-c-cpp-1.4.0/CMakeFiles/msgpackc-static.dir/src/unpack.c.o] Error 1
CMakeFiles/Makefile2:141: recipe for target 'third-party/msgpack-c-cpp-1.4.0/CMakeFiles/msgpackc-static.dir/all' failed
make[1]: *** [third-party/msgpack-c-cpp-1.4.0/CMakeFiles/msgpackc-static.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
I think its realted to: #295
I see message pack was increased to 2.1 then reverted back to 1.4. Not sure how to make it install.
The text was updated successfully, but these errors were encountered:
Followed this guide to install in Ubuntu 18.04.
At the point where one runs
make
I get the following error:I think its realted to: #295
I see message pack was increased to 2.1 then reverted back to 1.4. Not sure how to make it install.
The text was updated successfully, but these errors were encountered: