-
Notifications
You must be signed in to change notification settings - Fork 10
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
error when building example on Jessie #3
Comments
This is due to collision between mmal libs shipped with ofxCvPiCam and the one shipped with the pi. |
I have the same error in Jessie, renaming / deleting libs fixed it. |
same error in Jessie - OF 9. Could You please give explain deeper the fix you are using (remove the libs folder - renaming / deleting libs) ? SImple step-by-step instruction would help me.. thanks a lot |
cd ~/openframeworks/addons/ofxCvPiCam/ This forces the compiler to use the version of mmal that ships with Jessie. The examples then compiled as normal and I was able to use ofxCvPiCam in my project. |
Ok thanks a Lot. Inviato da Libero Mail per Android Sabato, 21 Novembre 2015, 10:58AM +01:00 da crx091081gb < notifications@github.com> :
|
Hi community! Unfortunately, that didn't resolve it for me. Still getting this error: 80:12: error: ‘MMAL_PARAMETER_CLOCK_TIME_OFFSET’ undeclared (first use in this function) I'm using Jessie and Rpi3 Any further ideas? |
I got this error when building on Raspbian Jessie against of nightly build of 20150917 :
The text was updated successfully, but these errors were encountered: