Herold Heiko <[EMAIL PROTECTED]> writes:

> I tried a test compile just now, with Visual C++ 6 I get different
> errors:

Thanks for checking it.

> string_t.[ch] - iswblank doesn't seem to be available,

For now, just remove string_t from the Makefile.  It's not used
anywhere yet.

> Also, the large file support patch introduced syntax errors in
> mswindows.h and internal compiler error in retr.c and httpd.c:

I think I can fix the syntax errors; I'll need some guidance with the
internal compiler errors.

> .\mswindows.h(109) : warning C4005: 'stat' : macro redefinition
>         .\mswindows.h(101) : see previous definition of 'stat'

OK, just remove the stat definition at line 109.

> http.c(503) : warning C4090: 'function' : different 'const'
> qualifiers
[...]

I don't quite understand these warnings.  Did they occur before?

> http.c(1891) : warning C4133: 'function' : incompatible types - from 'struct
> _stati64 *' to 'struct _stat *'

This type of warning will disappear when you remove the bogus stat
definition.

> .\mswindows.h(121) : error C2143: syntax error : missing ')' before '*'
> .\mswindows.h(121) : error C2143: syntax error : missing '{' before '*'
> .\mswindows.h(121) : error C2059: syntax error : ')'
> .\mswindows.h(121) : error C2059: syntax error : ';'

This is a leftover from the Windows ftello implementation there used
to be at some point.  I'll fix this in a patch.

> Generating Code...
> retr.c(261) : fatal error C1001: INTERNAL COMPILER ERROR
>                 (compiler file 'E:\8966\vc98\p2\src\P2\main.c', line 494)
>     Please choose the Technical Support command on the Visual C++
>     Help menu, or open the Technical Support help file for more information
> http.c(1412) : warning C4761: integral size mismatch in argument; conversion
> supplied
> http.c(381) : fatal error C1001: INTERNAL COMPILER ERROR
>                 (compiler file 'E:\8966\vc98\p2\src\P2\main.c', line 494)
>     Please choose the Technical Support command on the Visual C++
>     Help menu, or open the Technical Support help file for more information

I don't quite know what to make of this.  Any ideas?

Reply via email to