bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with code 2003-10-27: CVS Feature Version 1.12.2 Released!


From: Patrick Brown
Subject: Re: problem with code 2003-10-27: CVS Feature Version 1.12.2 Released!
Date: Tue, 18 Nov 2003 09:14:51 -0500

Sirs,
I was attempting to build the code on windows.
1)
The files as in the project files *.dsp and dsw are in the unix file format and 
need to be 
converted to windows format by a u2dos.

2)
I found a problem config.h:
#define SYSTEM_CLEANUP() wnt_cleanup()

should read as
#define  SYSTEM_CLEANUP wnt_cleanup


3)
The following code fragment is wrong from socket-client.c
struct buffer *
socket_buffer_initialize( int socket, int input,
                          void *memory( struct buffer * ) )
{
    struct socket_buffer *n;

    n = (struct socket_buffer *) xmalloc (sizeof *n);
    n->socket = socket;
    return buf_initialize (input ? socket_buffer_input : NULL,
                            input ? NULL : socket_buffer_output,
                           input ? NULL : socket_buffer_flush,
                           NULL,//(int (*) (void *, int))) NULL,
                           socket_buffer_shutdown,
                           memory,
                           n;
}


Do you have any idea what the fix for above is ?

4) 
woe.c and some other files need to be added to  the microsoft project.
I have attached the project files that are modified for version 6.0 of the 
compiler.
They go into the appropriate directories. Make sure you check them in so that 
they maintain
the windows file format. If you have to check them in in binary mode.

5)
I will help you if you want to get this version running on windows again with 
the correct 
dsp and dsw files or maybe you can point me to the version that will compile on 
windows.


Pat 
631 738 3523


________________________________________________________________________
This email has been scanned for computer viruses.

Attachment: cvsnt.dsp
Description: Binary data

Attachment: cvsnt.dsw
Description: Binary data

Attachment: zlib.dsp
Description: Binary data

Attachment: zlibvc.dsp
Description: Binary data

Attachment: zlibvc.dsw
Description: Binary data

Attachment: zlibvc_1.dsw
Description: Binary data

Attachment: zlibvc_1.dsp
Description: Binary data

Attachment: SCC.dsp
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]