Error Building tutorial Example (##__VA_ARGS__)
Author: andreadompeCreated Sep 28, 2017Updated Dec 11, 2019
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 -ltesseractSource: liuliu/ccv