When I compile the package, I encounter the error as show below:
devel/lib/libremittance_calib.so: undefined reference to remittance_calib::Calibrator::uniform_dist
But I found the class object uniform_dist in calibrator.hpp. How can I solve the problem?
When I compile the package, I encounter the error as show below:
devel/lib/libremittance_calib.so: undefined reference to remittance_calib::Calibrator::uniform_distBut I found the class object uniform_dist in calibrator.hpp. How can I solve the problem?