AC0792
AC0792
Why these Errors ? What VS2022 will resolve which older versions are not capable of doing this ? My Project basically in Qt , uses C++14.xx compiler if we install...
is it not possible to build Sw for VS 2015 , 2017 and 2019 ?
I have installed VS2019 , and run CMake for Leptonica it throws error. cmake .. -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DCMAKE_PREFIX_PATH=%INSTALL_DIR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DBUILD_PROG=OFF -DSW_BUILD=ON -DBUILD_SHARED_LIBS=ON -- Building for: Visual Studio 16 2019 -- Selecting...
Installed , and it is working Thanks :)
I am actually trying to build leptonica for Android using Windows PC , I have downloaded SW for Linux version and added to Path . . Using this command :...
it is a bit blocking for my project, could you please look at it? Thanks in advance
I have fixed it by using some workaround in simddetect.cpp file by changing below condition in SIMDDetect() constructor and update() method in same class. Existing condition #if defined(HAVE_NEON) || defined(__aarch64__)...
May be ! HAVE_NEON variable in CMakeLists.txt , i think has to handle properly which prohibit compiling/building library for 2 architectures simultaneously. I agree it should be handled in CMakeLists.txt...