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

No matching function to call to ‘ofxXMPP::terminateRTPSession(.... #1

Open
StudioAndela opened this issue Oct 7, 2013 · 3 comments

Comments

@StudioAndela
Copy link

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.

@arturoc
Copy link
Owner

arturoc commented Oct 7, 2013

you need to install linice-dev:

sudo apt-get install libnice-dev

@StudioAndela
Copy link
Author

Thanks!
Now I get:

../../../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 xmpp_stanza_set_attribute' ofxXMPP.cpp:(.text+0x7b9): undefined reference toxmpp_stanza_set_attribute'
ofxXMPP.cpp:(.text+0x7cc): undefined reference to xmpp_stanza_set_attribute' ofxXMPP.cpp:(.text+0x7d5): undefined reference toxmpp_stanza_add_child'
ofxXMPP.cpp:(.text+0x7e6): undefined reference to xmpp_send' ofxXMPP.cpp:(.text+0x7ee): undefined reference toxmpp_stanza_release'
ofxXMPP.cpp:(.text+0x7f7): undefined reference to xmpp_stanza_release' ofxXMPP.cpp:(.text+0x800): undefined reference toxmpp_stanza_release'
ofxXMPP.cpp:(.text+0x80b): undefined reference to xmpp_stanza_release' ofxXMPP.cpp:(.text+0x813): undefined reference toxmpp_stanza_release'

and a lot more 'undefined reference' errors

any idea?

@arturoc
Copy link
Owner

arturoc commented Oct 8, 2013

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

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