Quoting peter green (2016-04-21 05:14:40)
>> service.cpp: In static member function 'static void 
>> sipwitch::service::publish(const char*)':
>>    service.cpp:256:28: error: invalid conversion from 'const sockaddr*' to 
>> 'sockaddr*' [-fpermissive]
>>         host = resolver.getAddr();
> This was easy enough to fix, just add a const to the type of the 
> variable "host".
> 
> Unfortunately after doing so the build failed with.
[...]
> I presume the first of those errors will be another easy fix, but I 
> have no idea about the second one.

Thanks for looking into this - and for reporting in the first place.

Upstream ChangeLog for 1.9.11→1.9.13 mentions "type cleanups for 
sockaddr, other cleanup for ucommon 7 prep", so likely these issues are 
solved by upgrading to newest upstream release 1.9.15.

I am looking into doing that now.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

Reply via email to