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 still cannot install it in the clusterm, but I tried in my laptop and after updating Rcpp to 1.0.13 it works but it gives me a warning
tesseract.cpp: In function ‘Rcpp::List engine_info_internal(TessPtr)’:
tesseract.cpp:115:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
115 | for(size_t i = 0; i < langs.size(); i++)
| ~~^~~~~~~~~~~~~~
tesseract.cpp:120:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
120 | for(size_t i = 0; i < langs.size(); i++)
| ~~^~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
pachadotdev
added a commit
to pachadotdev/cpp11tesseract
that referenced
this issue
Aug 4, 2024
I still cannot install it in the clusterm, but I tried in my laptop and after updating Rcpp to 1.0.13 it works but it gives me a warning
The text was updated successfully, but these errors were encountered: