cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1376974 ] Cannot compile 7.15.1 using VS 6.0 SP6

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 12 Dec 2005 14:40:46 -0800

Bugs item #1376974, was opened at 2005-12-09 10:00
Message generated for change (Settings changed) made by bagder
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: Closed
>Resolution: Invalid
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: Daniel Stenberg (bagder)
Date: 2005-12-12 23:40

Message:
Logged In: YES
user_id=1110

Ok, I consider this problem an environment problem and
closing this report.

Should anything else pop up, we can always re-open.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2005-12-09 12: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-12

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET