Hi, my installation of OF+qtCreator was working, highlighting many errors where there were no errors, proven by the fact that I could compile and run my programs fine.
In an attempt to get rid of those ghost errors, I decided to pull the latest changes from the OF repo. When I did that, my program stopped compiling. Unfortunately I didn’t write down the error message. I tried for hours to make it work. I think it was not finding a library. Or was it the poco binary?
Since that route was not going anywhere, I decided to go back to OF 0.9.3 from the available binaries. And things got even worse. Now qtCreator can not list the project files. When opening the project, it shows me this error in the issues panel:
/home/XXX/src/openFrameworks/libs/openFrameworksCompiled/project/qtcreator/ofApp.qbs:19: error: RangeError: Maximum call stack size exceeded.
The line in question is this:
cpp.includePaths: of.cpp.includePaths.concat(Helpers.listDirsRecursive(project.sourceDirectory + '/src'))
What would be the easiest way to get OF working again? Get an older qtCreator? Get the code from git, and compile poco somehow? There’s no instructions for that yet I believe…