yinghaoyu
yinghaoyu
I have same problem. ```cmake find_package(TinyXML2 REQUIRED) if(TinyXML2_FOUND) include_directories(${TinyXML2_INCLUDE_DIRS}) endif() ```
I had taken advice from gpt4.0. ```cmake include_directories(/path/to/tinyxml2/include) link_directories(/path/to/tinyxml2/lib) ```
Lab3 has bugs too ```bash Running main() from gmock_main.cc [==========] Running 5 tests from 1 test suite. [----------] Global test environment set-up. [----------] 5 tests from LockManagerTest [ RUN ]...
My neovim version is `0.10`, I had the same problem: ```bash Error in decoration provider treesitter/highlighter.line: Error executing lua: ...l/share/nvim/site/lazy/neodim/lua/neodim/ts_override.lua:21: attempt to cal l method 'get_highlight_state' (a nil value) stack...
不要在意这些细节,学造轮子也是比较有趣的