-
Notifications
You must be signed in to change notification settings - Fork 23
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
file_wrapper.h not found #10
Comments
Same here. Configuration is;
|
not sure what might be the problem and can't test right now on osx but the echo cancellation module is disabled by default so you shoulnd't need to install the corresponding addon dependency |
I re-install GSTREAM source files but no result. Remove ofxEchoCancel addon via Project Generator. In the example_video_audio_LAN project, I set the value to 0. Btw, example_video_audio_LAN project(probally all other examples that uses ofxXMPP addon) needs ofxPoco addon. Without ofxEchoCancel I can compile successfully. |
I remove the ofxEchoCancel addon via Project Generator. Also added ofxPoco as well. For the ofxPoco. I copy the file from here: https://github.com/openframeworks/openFrameworks/tree/master/addons/ofxPoco |
After I put those files in the openframework lib folder, the error still exist. One more error pop up also(gst.h not found). If @alptugan could send me the example, will it work on my computer? |
@hoyin1994 I attach the src folder of example_video_audio_LAN project. I can compile with nightly build OF version |
i am just using xcode8 and latest project generator to generate the example directly, all libs were included already but there are some issue on echo cancelation, the error is the file_wrapper.h was not include. I could not solve this problem, any one have ideas on this?
The text was updated successfully, but these errors were encountered: