doghell / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current test for "have libs" in configure.ac (line 114) expects 13 "yes", but 14 are required

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
(assuming dubango project was build & installed)
1. Checkout latest svn version of webrtc2ip (svn co 
http://webrtc2sip.googlecode.com/svn/trunk/ webrtc2sip)
2. Prepare to build: cd webrtc2sip && ./autogen.sh && ./configure 
--with-doubango=/usr/local --prefix=/usr/local
3. During configure step, the warning "Failed to find all DOUBANGO libraries 
using pkg-config..." is displayed

What is the expected output? What do you see instead?
If all tiny* libs were installed correctly, no warning should appear.

Attached is the corrected line for this file.

What version of the product are you using? On what operating system?
irrelevant

Please provide server logs with DEBUG level equal to INFO
irrelevant

Please provide browser logs
irrelevant


Original issue reported on code.google.com by ignatiom...@gmail.com on 1 Oct 2014 at 11:58

Attachments:

Good catch. Check revision 133.

Original comment by boss...@yahoo.fr on 1 Oct 2014 at 8:13

  • Changed state: Fixed