12-27-2012 12:40 AM
So I have been stuck on this for quite some time. I am trying to include header files from an external library, and I get the error, Fatal error: whatever.h: No such file or directory.
I have included the path to the header files in my "Paths and Symbols" under project properties, yet no luck.
I can't include them in the config.pri because it is automatically generated now and gets erased when built.
I don't know how else to approach this, please help!
12-27-2012 01:22 AM
You need to configure your library right. The easiest way to do this is right clicking on your project, Configure, Add Library. Just follow the wizard and make sure to follow the cheat sheet instructions at the end.
12-27-2012 01:27 AM
Hm, I tried that however it asks me for the "device library". What do I choose for that one?
12-27-2012 09:08 AM
Which library are you adding? My guess is that the library you're using isn't built for the ARM platform the BB10 devices are using.
12-27-2012 10:07 AM
tesseract ocr, so yeah that may be the case, but there must be a way to upload the library, no? its just a set of functions