| Subject: Re: Problems compiling httrack on Solaris |
Author: Xavier Roche |
Date: 05/01/2006 16:32 |
| | > Just replace the if line by:
> if (hp->h_length) {
And the line:
SOCaddr_copyaddr(server, server_size, hp->h_addr_list[0], hp->h_length);
by:
SOCaddr_copyaddr(*server, server_size, hp->h_addr_list[0], hp->h_length);
And this should compile fine.
I'll merge the fix for the next alpha release.
Thanks for the report!
| |
|
|
|
|
5
Created with FORUM 2.0.11