On Thu, Apr 20, 2000, Schouw, Lars wrote:

> So now I tried to build Apache with the modssl patched into the packages.
> 
> I first tried to build Apache without any modssl that worked fine.
> The after following the instructions given in the documentation trying to
> build I run into the following problem when compiling modssl.
> 
> c:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winsock2.h(99) : error
> C2011: 'fd_set' : 'struct' type redefinition
> 
> After looking more into the problem it looks like there is already define a 
> typedef struct fd_set { 
>         fd_mask fds_bits [howmany(FD_SETSIZE, NFDBITS)];
> } fd_set; 
> in the src\os\tfp\os.h header file.
> 
> And in the winsock2.h file I have 
> typedef struct fd_set {
>         u_int fd_count;               /* how many are SET? */
>         SOCKET  fd_array[FD_SETSIZE];   /* an array of SOCKETs */
> } fd_set;
> 
> So now is my question which one do I want to usage ???

Err... TPF should be never used under Win32! TPF is a completely
different OS. This cannot be your problem, I think. Your problem has to
be somewhere else...
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to