linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] liblpc2xml and libxml2lpc missing


From: David Lesaffre
Subject: [Linphone-developers] liblpc2xml and libxml2lpc missing
Date: Mon, 17 Mar 2014 15:58:35 +0100

Version 3.6.1 generated libraries for lpc2xml and xml2lpc. Version
3.7.0 no longer does.

They are, however, still declared in the file "configure.ac":
LINPHONE_LIBS="-L{libdir} -llinphone -llpc2xml -lxml2lpc"

This in turn throws off our cmake-based build environment for our application.
The culprit is pkg-config:
...
pkg_check_modules(LINPHONE REQUIRED linphone>=3.7.0)
...

Removing lpc2xml and xml2lpc from the LINPHONE_LIBS variable in
configure.ac solved our problem.


Not sure what the impact is, though. At first glance, our application
functions properly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]