osip-dev
[Top][All Lists]
Advanced

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

Re: osip2 version check


From: Aymeric Moizard
Subject: Re: osip2 version check
Date: Thu, 13 Jan 2022 17:36:17 +0100

Hi Henry,

In eXosip2's configure.ac, I have this:

PKG_CHECK_MODULES(OSIP, libosip2 >= 5.0, [], [
AC_MSG_WARN([assuming osip can be found in -I$includedir and -L$libdir])
OSIP_CFLAGS='-I$(includedir) -I$(prefix)/include'
OSIP_LIBS='-L$(libdir) -L$(prefix)/lib -losip2 -losipparser2'
])

https://git.savannah.nongnu.org/cgit/exosip.git/tree/configure.ac#n186

In fact, the latest libosip2 5.3 is highly required for libeXosip2... Not only 5.0...

Hope this helps!
Regards
Aymeric


Le mer. 12 janv. 2022 à 13:12, Gavin Henry <ghenry@sentrypeer.org> a écrit :
Hi all,

I was using version 3.6.0-20.fc34 and valgrind found an issue
regarding the parser allocating memory to an already allocated
structure, so I thought I'd upgrade to 5.3.0 and it's gone.

What's the recommend way to check the version in my configure.ac:

https://github.com/SentryPeer/SentryPeer/blob/main/configure.ac

Thanks,
Gavin.

--
Kind Regards,

Gavin Henry.
https://sentrypeer.org



--
Antisip - http://www.antisip.com

reply via email to

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