-
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
No matching function to call to ‘ofxXMPP::terminateRTPSession(.... #1
Comments
you need to install linice-dev: sudo apt-get install libnice-dev |
Thanks! ../../../addons/ofxGstRTP/src/ofxGstXMPPRTP.cpp|152|error: no matching function for call to ‘ofxXMPP::terminateRTPSession(std::string&, ofxXMPPTerminateReason)’| When I try to run the xmpp example I get this: ../../../of_v20131007_linux_release/apps/myApps/exampleVideoAudioOsc/../../../addons/ofxXMPP/src/ofxXMPP.cpp|89|undefined reference to `xmpp_stanza_get_child_by_name'| and: ofxXMPP.cpp:(.text+0x7a2): undefined reference to and a lot more 'undefined reference' errors any idea? |
i've been doing changes to the addons so might be that some of them are not up to date. try pulling the latest version of all of them. now it requires also ofxEchoCancel also there was a library that wasn't compiled for linux32 should be working now |
Hi Arturoc,
I get the following message:
No package 'nice' found
Package nice was not found in the pkg-config search path.
Perhaps you should add the directory containing `nice.pc'
How do I fix this? I am using Ubuntu 32 bit.
The text was updated successfully, but these errors were encountered: