rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.73k stars 50 forks source link

cannot build under ubuntu 20.04 - ithub/nvui/build/nvui_autogen/UVLADIE3JM/../../../src/cursor.hpp:8:10: fatal error: span: No such file or directory #138

Closed kimusan closed 2 years ago

kimusan commented 2 years ago

I am trying to get nvui to compile in Ubuntu 20.04 but I am hitting this build error:

ithub/nvui/build/nvui_autogen/UVLADIE3JM/../../../src/cursor.hpp:8:10: fatal error: span: No such file or directory

the cmake process completedd without error (both with and without vcpkg).

any ideas?

rohit-px2 commented 2 years ago

<span> is a c++20 header file, so you would probably need to update your c++ version.