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
(Proximate cause: upgraded CMake has better search heuristics, so it finds the libxml2 library and tries to build with canSAS-XML enabled, whereas previously libxml2 was not found and canSAS was disabled.)
Trying to build saxsview gives linker errors saying something like: undefined reference to '__imp_recv'
The text was updated successfully, but these errors were encountered:
Manually changing the value of LIBXML_LIBRARIES in the CMake GUI from "C:/[PATH]/libxml2.a" to "C:/[PATH]/libxml2.lib" fixes the linker error but will add a runtime dependency on libxml2.dll
(Proximate cause: upgraded CMake has better search heuristics, so it finds the libxml2 library and tries to build with canSAS-XML enabled, whereas previously libxml2 was not found and canSAS was disabled.)
Trying to build saxsview gives linker errors saying something like:
undefined reference to '__imp_recv'
The text was updated successfully, but these errors were encountered: