-
Notifications
You must be signed in to change notification settings - Fork 106
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
Compilation error. pjproject 2.10 #35
Comments
Currently tg2sip is compiled againist pjproject 2.9 |
nevermind I never updated confg_site.h once I did that call works great!
I have it working fine with pjproject 2.9 |
change it to
|
Compilation error. pjproject 2.10
[ 97%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/main.cpp.o [ 98%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/tg.cpp.o [ 98%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/sip.cpp.o /usr/src/tg2sip/tg2sip/sip.cpp: In static member function ‘static void sip::Client::init_pj_endpoint(Settings&, sip::LogWriter*)’: /usr/src/tg2sip/tg2sip/sip.cpp:188:38: error: ‘class pj::Endpoint’ has no member named ‘codecEnum’; did you mean ‘codecEnum2’? CodecInfoVector codecVector = ep.codecEnum(); ^~~~~~~~~ codecEnum2 gmake[2]: *** [CMakeFiles/tg2sip.dir/tg2sip/sip.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/tg2sip.dir/all] Error 2 gmake: *** [all] Error 2
The text was updated successfully, but these errors were encountered: