jakesays-old / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
Good catch. Check revision 133.

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