Skip to content
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

Open
ghost opened this issue Apr 13, 2017 · 6 comments
Open

file_wrapper.h not found #10

ghost opened this issue Apr 13, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented Apr 13, 2017

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?

@alptugan
Copy link

Same here. Configuration is;

  • Nightly built OF & Project Generator
  • OS X 10.11.5 (EL CAPITAN)
  • XCode 7.3.1

@arturoc
Copy link
Owner

arturoc commented Apr 20, 2017

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

@alptugan
Copy link

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.
#define DO_ECHO_CANCEL 0

Btw, example_video_audio_LAN project(probally all other examples that uses ofxXMPP addon) needs ofxPoco addon.

Without ofxEchoCancel I can compile successfully.

@ghost
Copy link
Author

ghost commented May 4, 2017

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
I am not sure am I did it right since I am not understand the instruction(move poco to it's own addon, including ofxXml -> ofxXmlPoco) clearly. I just make a folder that named as ofxPoco. And copy all the file into this folder. After that I added it with project generator as usual. However I got the issue as follow:
2017-05-05 1 00 54
Do you have any idea?

@ghost
Copy link
Author

ghost commented May 5, 2017

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?

@alptugan
Copy link

alptugan commented May 5, 2017

@hoyin1994 I attach the src folder of example_video_audio_LAN project. I can compile with nightly build OF version
src.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants