hi,
if i follow
https://code.google.com/p/webrtc2sip/wiki/Building_Source_v2_0
i can't configure webrtc2sip because it searches for doubango 2.0.1089, but i
only get 20.1086 from actual svn
configure: WARNING: Cannot find tinySAK >= 2.0.1089 using pkg-config
checking for TINYNET... no
configure: WARNING: Cannot find tinyNET >= 2.0.1089 using pkg-config
checking for TINYHTTP... no
configure: WARNING: Cannot find tinyHTTP >= 2.0.1089 using pkg-config
checking for TINYSIP... no
configure: WARNING: Cannot find tinySIP >= 2.0.1089 using pkg-config
checking for TINYDAV... no
configure: WARNING: Cannot find tinyDAV >= 2.0.1089 using pkg-config
checking for TINYSDP... no
configure: WARNING: Cannot find tinySDP >= 2.0.1089 using pkg-config
checking for TINYSIGCOMP... no
configure: WARNING: Cannot find tinySIGCOMP >= 2.0.1089 using pkg-config
checking for TINYMEDIA... no
configure: WARNING: Cannot find tinyMEDIA >= 2.0.1089 using pkg-config
checking for TINYXCAP... no
configure: WARNING: Cannot find tinyxcap >= 2.0.1089 using pkg-config
checking for TINYSMS... no
configure: WARNING: Cannot find tinySMS >= 2.0.1089 using pkg-config
checking for TINYMSRP... no
configure: WARNING: Cannot find tinyMSRP >= 2.0.1089 using pkg-config
checking for TINYRTP... no
configure: WARNING: Cannot find tinyRTP >= 2.0.1089 using pkg-config
checking for TINYIPSEC... no
configure: WARNING: Cannot find tinyIPSec >= 2.0.1089 using pkg-config
configure: WARNING:
***
*** Failed to find all DOUBANGO libraries using pkg-config.
*** This most likely means the DOUBANGO pkg files (*.pc) are not
*** in the default path where pkg-config expect them.
***
*** Please set your PKG_CONFIG_PATH environment variable to include the
*** directory in which the *.pc files are installed. Most likely
*** these files are installed in /usr/local/lib/pkgconfig; if that is the
*** case, try:
***
*** export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
***
*** then run this ./configure <your options here> again.
***
*** or, try:
***
*** PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure <your options here>
***
*** Anyways, we're trying another way to find DOUBANGO.
***
cat /usr/local/lib/pkgconfig/tinySIP.pc
prefix = /usr/local
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
includedir = ${prefix}/include
Name : libtinySIP
Description : Doubango Telecom tinyIP (SIP protocol) library
Version : 2.0.1086
Requires:
Requires.private: tinySAK = 2.0.1086 tinyNET = 2.0.1086 tinyHTTP = 2.0.1086
tinyIPSec = 2.0.1086 tinySDP = 2.0.1086 tinyMEDIA = 2.0.1086 tinySIGCOMP =
2.0.1086
Conflicts:
Cflags : -I${includedir}/tinysip
Libs : -L${libdir} -ltinySIP
Libs.private:
Original issue reported on code.google.com by mr.schic...@gmail.com on 15 May 2014 at 8:09
Original issue reported on code.google.com by
mr.schic...@gmail.com
on 15 May 2014 at 8:09