-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source code error within ofxCsv.cpp #119
Comments
I am using OpenFramework v0.10.0_linuxarmv6l_release. RPI version 4.9, armv6L |
The error of version 0.9.8 is cannot find ofVideoBaseTypes.h in ofxCv |
During the use of OpenFrameworks v0.9.8, the same errors occurred just like issue below: Now trying OF nightly build as the suggested solution |
Met the same error as the v0.10.0 |
having the same ofxCsv.cpp compilation error (PI3B, of0.10.0, jessie)
|
You need to add this line : |
There are more compilation errors. Seems like mmal_clock.h not included. cc1: warning: command line option ‘-std=c++1y’ is valid for C++/ObjC++ but not for C |
You need ofxPoco addon |
Still same compile errors with your above suggested fix. I see the issue is with version of Poco. Below is software and hardware information that I am using for footfall: |
The hardware and software I use is:
The mistake you have, I had it and is because it does not compile ofxHttpUtils(in this project) in version 0.10.X of OF and therefore you need to use ofxPoco, what I see is that you use Jessie and the recommended version of OF is 0.9.8 (with which it is not necessary to have ofxPoco). |
errors.txt
The text was updated successfully, but these errors were encountered: