Re: [Opalvoip-user] Errors building ptlib and opal
Brought to you by:
csoutheren,
rjongbloed
|
From: Lorenzo M. <ma...@uf...> - 2014-10-21 17:09:13
|
> This is a longstanding bug. By default, plugins are not built. A > workaround is to use make opt, which is the same as make (but correctly > builds plugins). as I told this works great, but now I'm trying to build t38modem and I cannot seem to make it use the new libraries. I tried in every possible way I found: export OPALDIR=$path_to_source/opal make USE_OPAL=1 USE_UNIX98_PTY=1 and make PTLIBDIR=$path_to_source/ptlib OPALDIR=$path_to_source/opal USE_OPAL=1 USE_UNIX98_PTY=1 but still it tries to reach system libraries: g++ -c `pkg-config --cflags opal` -DUSE_OPAL -fpermissive -DUSE_UNIX98_PTY -o opal/h323ep.o opal/h323ep.cxx opal/h323ep.cxx: In member function ‘virtual void MyH323Connection::OnSwitchedFaxMediaStreams(bool, bool)’: opal/h323ep.cxx:599:59: error: no matching function for call to ‘MyH323Connection::OnSwitchedFaxMediaStreams(bool&, bool&)’ opal/h323ep.cxx:599:59: note: candidate is: /usr/include/opal/opal/connection.h:983:18: note: virtual void OpalConnection::OnSwitchedFaxMediaStreams(bool) /usr/include/opal/opal/connection.h:983:18: note: candidate expects 1 argument, 2 provided why is t38modem not using OPALDIR? thanks again -- Lorenzo Milesi - lor...@ye... YetOpen S.r.l. - http://www.yetopen.it/ |