andreasfertig / cppinsights

C++ Insights - See your source code with the eyes of a compiler
https://cppinsights.io
MIT License
4.04k stars 238 forks source link

can not open "libxml2s.lib" ??? what is "libxml2s.lib" ? from where? #638

Closed Nu1i closed 3 months ago

andreasfertig commented 4 months ago

Hello @Nu1i,

sorry, I need more context.

Andreas

Nu1i commented 4 months ago

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 image

andreasfertig commented 4 months ago

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

Nu1i commented 3 months ago

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.