You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jeff Trawick <tr...@bellsouth.net> on 2000/11/16 19:55:49 UTC

I need help getting Win32 to build again...

(I sent this to apr@apr.apache.org the first time... not helpful...)

I just committed some changes to win32's networkio.h and sockets.c and
unix's inet_ntop.c to get Win32 up to speed with some Unix changes I
committed this morning.

However, there are at least two steps which I am punting on:

1) update aprlib.def and whatever else to note that there is a new APR
   function: apr_create_socket()

2) update project files for APR to build in unix's inet_ntop.c

I attempted to do these steps on my VC++ 5.0 setup but I was unable to
get lib/apr/test/server to link.  It always failed with an unresolved
reference for apr_create_socket().

Thanks for your assistance!  (I care a lot that APR builds on Win32,
really :) )

-- 
Jeff Trawick | trawick@ibm.net | PGP public key at web site:
     http://www.geocities.com/SiliconValley/Park/9289/
          Born in Roswell... married an alien...

RE: I need help getting Win32 to build again...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
I'm buried deep in 1.3.x for the better part of the afternoon.

By tommorow I'll be playing in 2.0 once again, be happy to fix it :-)
Besides, I need to get i18n building on Win32.

Bill

> -----Original Message-----
> From: Jeff Trawick [mailto:trawickj@bellsouth.net]
> Sent: Thursday, November 16, 2000 12:56 PM
> To: dev@apr.apache.org
> Subject: I need help getting Win32 to build again...
> 
> 
> (I sent this to apr@apr.apache.org the first time... not helpful...)
> 
> I just committed some changes to win32's networkio.h and sockets.c and
> unix's inet_ntop.c to get Win32 up to speed with some Unix changes I
> committed this morning.
> 
> However, there are at least two steps which I am punting on:
> 
> 1) update aprlib.def and whatever else to note that there is a new APR
>    function: apr_create_socket()
> 
> 2) update project files for APR to build in unix's inet_ntop.c
> 
> I attempted to do these steps on my VC++ 5.0 setup but I was unable to
> get lib/apr/test/server to link.  It always failed with an unresolved
> reference for apr_create_socket().
> 
> Thanks for your assistance!  (I care a lot that APR builds on Win32,
> really :) )
> 
> -- 
> Jeff Trawick | trawick@ibm.net | PGP public key at web site:
>      http://www.geocities.com/SiliconValley/Park/9289/
>           Born in Roswell... married an alien...
>