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
Describe the bug
I add "org.sw.demo.davisking.dlib", the compiler (VS2019 16.10.1) not found "zlib.h " and "mex.h"
This's some last error lines:
1>[148/3934] [org.sw.demo.davisking.dlib-19.17.0]/dlib/test/probabilistic.cpp
1>[149/3934] [org.sw.demo.davisking.dlib-19.17.0]/dlib/cmake_utils/test_for_cpp11/cpp11_test.cpp
1>Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:764, function execute1: When executing: [org.sw.demo.davisking.dlib-19.17.0]/dlib/test/blas_bindings/vector.cpp
1>C:/Users/TuanAnh/.sw/storage/pkg/0a/aa/5e2e/src/sdir/dlib/test/blas_bindings/vector.cpp(9): fatal error C1189: #error: "BLAS bindings must be used for this test to make any sense"
1>command failed: exit code = 2
1>Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:764, function execute1: When executing: [org.sw.demo.davisking.dlib-19.17.0]/dlib/external/libpng/pngpread.c
1>C:\Users\TuanAnh\.sw\storage\pkg\0a\aa\5e2e\src\sdir\dlib\external\libpng\pngstruct.h(31): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1>command failed: exit code = 2
1>Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:764, function execute1: When executing: [org.sw.demo.davisking.dlib-19.17.0]/dlib/matlab/example_mex_class.cpp
1>C:\Users\TuanAnh\.sw\storage\pkg\0a\aa\5e2e\src\sdir\dlib\matlab\mex_wrapper.cpp(114): fatal error C1083: Cannot open include file: 'mex.h': No such file or directory
1>command failed: exit code = 2
1>Total errors: 3
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'G:\OCR\OCREngine\buildvs2019\CMakeFiles\cb97bb6989e5eaed4086d4f11b2765ae\sw_build_dependencies.rule' exited with code 1.
1>Done building project "sw_build_dependencies.vcxproj" -- FAILED.
I tried again by "Actions" from website, same error.
Some main lines in CMakeFile:
Information:
"
sw.client.sw version 1.0.0
git revision db82472
assembled on
02.06.2021 21:58:26 UTC
03.06.2021 04:58:26 SE Asia Standard Time
"
VS2019 16.10.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I add "org.sw.demo.davisking.dlib", the compiler (VS2019 16.10.1) not found "zlib.h " and "mex.h"
This's some last error lines:
I tried again by "Actions" from website, same error.
Some main lines in CMakeFile:
Did I miss something?
Thanks.
Information:
"
sw.client.sw version 1.0.0
git revision db82472
assembled on
02.06.2021 21:58:26 UTC
03.06.2021 04:58:26 SE Asia Standard Time
"
VS2019 16.10.1
The text was updated successfully, but these errors were encountered: