unable to compile with library
问题 I would like to experiment with the OpenALPR SDK and have written a little test program. The problem is, I can't get it to compile properly and I'm not sure why. Here's the SDK documentation. My source file looks like: $ cat test.cpp #include <alpr.h> #include <iostream> std::string key = "MyKey"; int main (void) { alpr::Alpr openalpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/", key); // Make sure the library loaded before continuing. // For example, it could fail