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-2872879 ] MSVC x64 build problems

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 14 Oct 2009 02:47:08 +0000

Bugs item #2872879, was opened at 2009-10-05 13:01
Message generated for change (Settings changed) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2872879&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: wrong behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Viktor Szakats (vszakats)
Assigned to: Daniel Stenberg (bagder)
Summary: MSVC x64 build problems

Initial Comment:
Hi,

Current vc-x64 section in /Makefile has MACHINE= wrongly positioned,
and 'cfg=release' missing when building exe. Changing it to this fixes these problems:

---
vc-x64:
	cd lib
	nmake /f Makefile.$(VC) MACHINE=x64 cfg=release
	cd ..\src
	nmake /f Makefile.$(VC) MACHINE=x64 cfg=release
---
Also please add this section:
---
vc-x64-ssl-zlib:
	cd lib
	nmake /f Makefile.$(VC) MACHINE=x64 cfg=release-ssl-zlib
	cd ..\src
	nmake /f Makefile.$(VC) MACHINE=x64 cfg=release-ssl-zlib
---
Brgds,
Viktor
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Date: 2009-10-14 04:47
Message:
Thanks for the report, this problem is now fixed in CVS!
----------------------------------------------------------------------
Comment By: Viktor Szakats (vszakats)
Date: 2009-10-06 17:45
Message:
Thank you very much Yang.
----------------------------------------------------------------------
Comment By: Yang Tse (yangtse)
Date: 2009-10-06 16:23
Message:
Thanks. Fixed now in CVS.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2872879&group_id=976
Received on 2009-10-14

These mail archives are generated by hypermail.

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

File upload with ASP.NET