On Wed, Oct 12, 2011 at 10:42:13AM -0300, Rogério Brito wrote: > From a very quick look at it, it seems that g++ is complaining about a > constructor that seems fine to me...
It's complaining about the lack of definition of in6_addr (and later rak::socket_address_inet6). You could add the right #includes for it (probably <rak/socket_address.h>), but since SocketAddressCompact has been moved to a different header file, probably so should SocketAddressCompact6; the two should live together. I have to say that if you're the Debian maintainer of a C++ package, you should be able to diagnose g++ errors like this yourself, though :-) /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

