[tesseract] libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: collate_byname<char>::collate_byname failed to construct for #12540
Labels
category:question
This issue is a question
Describe the bug
A clear and concise description of what the bug is.
Environment
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - works
To Reproduce
Steps to reproduce the behavior:
./vcpkg install tesseract
CMakeLists.txt:
find_package(Tesseract CONFIG REQUIRED)
target_link_libraries(startProject PRIVATE libtesseract)
import in main.cpp:
#include <tesseract/baseapi.h>
Declare:
tesseract::TessBaseAPI test;
Expected behavior
Be able to use tesseract classes
Failure logs
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: collate_byname::collate_byname failed to construct for
Additional context
I'm using opencv and libzippp with vcpkg as well, both compile and work with normality
Complete CMakeLists.txt:
The text was updated successfully, but these errors were encountered: