cppinsights
cppinsights copied to clipboard
can not open "libxml2s.lib" ??? what is "libxml2s.lib" ? from where?
Hello @Nu1i,
sorry, I need more context.
Andreas
Hello @Nu1i,
sorry, I need more context.
Andreas
I use visual studio 2022 after cmake,it occured error when compile. the error message is "LNK1181 无法打开输入文件“libxml2s.lib” insights" means can not open the libxml2.lib file. pls see the image
Hello @Nu1i,
Thanks! Unfortunately, I don't use Visual Studio or Windows in general. A quick search led me to this issue in Clang 55817. It looks like the issue could depend on the cmake or clang version.
Maybe the C++ Insights cmake file could do something. But at the moment, I don't see it as a C++ Insights issue.
Andreas
Hello @Nu1i,
Thanks! Unfortunately, I don't use Visual Studio or Windows in general. A quick search led me to this issue in Clang 55817. It looks like the issue could depend on the cmake or clang version.
Maybe the C++ Insights cmake file could do something. But at the moment, I don't see it as a C++ Insights issue.
Andreas
thank you so much.