I am trying to build a source code called lipiTk
I have lots of errors like this:
Documents/lipi/lipi/src/reco/shaperec/activedtw/ActiveDTWShapeRecognizer.cpp:1222:78:
error: ‘strcasecmp’ was not declared in this scope
What should I do, there is too many cpp file in the code that gives similar errors. I do not think i can test with writing include string.h into every cpp file that gives error, might the problem be about my compiler?
I am on Ubuntu and GCC is 4.5.
My sw configuration is upper than lipitk needs as I read in manual.
I think that it may be doing
#include <string>
The errors should be fixed if you change it to
#include <strings.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With