You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lech WilczyƄski <le...@poczta.onet.pl> on 2006/07/26 07:42:55 UTC

SunOS make error

On the following system:
SunOS theta 5.8 Generic_117350-11 sun4u sparc SUNW,Sun-Fire-880

I get this error during compilation

sockaddr.c: In function `find_addresses':
sockaddr.c:463: error: storage size of 'hd' isn't known
sockaddr.c:471: error: storage size of 'hs' isn't known
sockaddr.c:519: error: `h_errno' undeclared (first use in this function)
sockaddr.c:519: error: (Each undeclared identifier is reported only once
sockaddr.c:519: error: for each function it appears in.)
sockaddr.c:526: error: dereferencing pointer to incomplete type
sockaddr.c:530: error: dereferencing pointer to incomplete type
sockaddr.c: In function `apr_getnameinfo':
sockaddr.c:660: error: storage size of 'hd' isn't known
sockaddr.c:665: error: storage size of 'hs' isn't known
sockaddr.c:696: error: dereferencing pointer to incomplete type
sockaddr.c:705: error: `h_errno' undeclared (first use in this function)
sockaddr.c: In function `apr_getservbyname':
sockaddr.c:718: warning: assignment makes pointer from integer without a cast
sockaddr.c:719: error: dereferencing pointer to incomplete type
sockaddr.c:721: error: dereferencing pointer to incomplete type
make[3]: *** [sockaddr.lo] Error 1
make[3]: Leaving directory `/usr/local/install/subversion-1.3.2/apr/network_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/install/subversion-1.3.2/apr/network_io/unix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/install/subversion-1.3.2/apr'
make: *** [external-all] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SunOS make error

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Lech Wilczynski  wrote:
> On the following system:
> SunOS theta 5.8 Generic_117350-11 sun4u sparc SUNW,Sun-Fire-880
>
> I get this error during compilation
>
> sockaddr.c: In function `find_addresses':
> sockaddr.c:463: error: storage size of 'hd' isn't known
> sockaddr.c:471: error: storage size of 'hs' isn't known
> sockaddr.c:519: error: `h_errno' undeclared (first use in this
> function) sockaddr.c:519: error: (Each undeclared identifier is
> reported only once sockaddr.c:519: error: for each function it
> appears in.)

You seem to have left out the name of the compiler and the corresponding 
make statement that *led to* this error.

If you're in a rush, why not just grab 
http://www.sunfreeware.com/indexsparc8.html ? 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SunOS make error

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Lech Wilczynski  wrote:
> On the following system:
> SunOS theta 5.8 Generic_117350-11 sun4u sparc SUNW,Sun-Fire-880
>
> I get this error during compilation
>
> sockaddr.c: In function `find_addresses':
> sockaddr.c:463: error: storage size of 'hd' isn't known
> sockaddr.c:471: error: storage size of 'hs' isn't known
> sockaddr.c:519: error: `h_errno' undeclared (first use in this
> function) sockaddr.c:519: error: (Each undeclared identifier is
> reported only once sockaddr.c:519: error: for each function it
> appears in.)

You seem to have left out the name of the compiler and the corresponding 
make statement that *led to* this error.

If you're in a rush, why not just grab 
http://www.sunfreeware.com/indexsparc8.html ? 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org