Hi !
Is it possible to build a new version of the OpenCV 5.0 library ?
There are a lot of changes and additions in the new version of OpenCV 5.0, it would be great if it would be possible to work with this version in RAD Studio 13.1
Currently, it causes errors:
In file included from C:/OpenCV/opencv/modules/dnn/src/layers/cpu_kernels/mlas_threading.cpp:26: Error E5200 C:/OpenCV/opencv/3rdparty/mlas/lib\mlasi.h 2974(12): use of undeclared identifier 'ReadTimeStampCounter'; did you mean 'MlasReadTimeStampCounter'? 2974 | return ReadTimeStampCounter(); | ^~~~~~~~~~~~~~~~~~~~ | MlasReadTimeStampCounter Hint H6119 C:/OpenCV/opencv/3rdparty/mlas/lib\mlasi.h 2970(1): 'MlasReadTimeStampCounter' declared here 2970 | MlasReadTimeStampCounter(void) | ^ Error E5199 C:/OpenCV/opencv/3rdparty/mlas/lib\mlasi.h 3046(19): use of undeclared identifier 'posix_memalign' 3046 | int err = posix_memalign(&ptr, ThreadedBufAlignment, size); | ^ 2 errors generated. [280/1690] Building CXX object 3rdparty/mlas/CMakeFiles/opencv_dnn_mlas.dir/lib/sgemm.cpp.o FAILED: [code=1] 3rdparty/mlas/CMakeFiles/opencv_dnn_mlas.dir/lib/sgemm.cpp.o
Hi !
Is it possible to build a new version of the OpenCV 5.0 library ?
There are a lot of changes and additions in the new version of OpenCV 5.0, it would be great if it would be possible to work with this version in RAD Studio 13.1
Currently, it causes errors:
In file included from C:/OpenCV/opencv/modules/dnn/src/layers/cpu_kernels/mlas_threading.cpp:26: Error E5200 C:/OpenCV/opencv/3rdparty/mlas/lib\mlasi.h 2974(12): use of undeclared identifier 'ReadTimeStampCounter'; did you mean 'MlasReadTimeStampCounter'? 2974 | return ReadTimeStampCounter(); | ^~~~~~~~~~~~~~~~~~~~ | MlasReadTimeStampCounter Hint H6119 C:/OpenCV/opencv/3rdparty/mlas/lib\mlasi.h 2970(1): 'MlasReadTimeStampCounter' declared here 2970 | MlasReadTimeStampCounter(void) | ^ Error E5199 C:/OpenCV/opencv/3rdparty/mlas/lib\mlasi.h 3046(19): use of undeclared identifier 'posix_memalign' 3046 | int err = posix_memalign(&ptr, ThreadedBufAlignment, size); | ^ 2 errors generated. [280/1690] Building CXX object 3rdparty/mlas/CMakeFiles/opencv_dnn_mlas.dir/lib/sgemm.cpp.o FAILED: [code=1] 3rdparty/mlas/CMakeFiles/opencv_dnn_mlas.dir/lib/sgemm.cpp.o