Bugs item #1376974, was opened at 2005-12-09 01:00
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1376974&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: portability problem
Status: Open
Resolution: None
Priority: 5
Submitted By: Aslak Vaa (avaa)
Assigned to: Daniel Stenberg (bagder)
Summary: Cannot compile 7.15.1 using VS 6.0 SP6
Initial Comment:
Compilation of version 7.15.1 fails on Windows WP
using Visual Studio 6.0 SP6.
This is due to the changes in ftp.c and tftp.c in
order to handle IPV6. I altered sockaddr.h in order
to make the build succeed, but I am not sure that
this will be correct in all cases.
My version of sockaddr.h will be loaded.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2005-12-09 03:21
Message:
Logged In: NO
If you are using Visual Studio 6.0 SP6 you should also be
using Microsoft's Platform SDK. _Many_ header files are
updated, corrected and modified from the ones shiped with
VS 6.0.
In your particular case, visual studio 6.0 winsock2.h
lacks the definition for struct sockaddr_storage which is
correctly declared in winsock2.h from Microsoft Platform
SDK - February 2003 Edition.
In any case if you don't wish to use the header files from
Platform SDK, you can comment out from config-win32.h the
line that defines HAVE_STRUCT_SOCKADDR_STORAGE. But you
may encounter other problems for not having updated header
files.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1376974&group_id=976
Received on 2005-12-09