We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, i'm trying to test the "Read a Photo" example on the turial but i get this error on building
.../liuliu-ccv-07fc691/lib/ccv.h:474: error: expected identifier before numeric constant ccv_read_n(in, x, type, ##__VA_ARGS__, 0, 0, 0) ^
I'm using Qt, the pro file content is
#CCV SWT INCLUDEPATH += "/home/andomp/Documenti/liuliu-ccv-07fc691/lib/" LIBS += -L"/home/andomp/Documenti/liuliu-ccv-07fc691/lib" -lccv -lm -lpng -ljpeg -ltesseract
The text was updated successfully, but these errors were encountered:
Windows is not supported. Otherwise what compiler you use?
Sorry, something went wrong.
No branches or pull requests
Hi all,
i'm trying to test the "Read a Photo" example on the turial
but i get this error on building
I'm using Qt,
the pro file content is
The text was updated successfully, but these errors were encountered: