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
I get the following compiler error when compiling source code that includes the public "b2nd.h" header (for example, imagecodecs/blosc2.pxd):
b2nd.h(30): fatal error C1083: Cannot open include file: 'blosc-private.h': No such file or directory
error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
I get the following compiler error when compiling source code that includes the public "b2nd.h" header (for example, imagecodecs/blosc2.pxd):
c-blosc2/include/b2nd.h
Line 30 in c6e8bf6
blosc2-c 2.13.0 was built with Visual Studio 2022 and CMake 3.28.1 on Windows. The relevant lines from the CMake install command are:
blosc-private.h
is not installed. After manually installing the header file the compilation succeeds.The text was updated successfully, but these errors were encountered: