Skip to content

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Jan 9, 2025

curl requires C compilers supporting 64-bit curl_off_t type since
8356826 #10597 (v8.0.0).

Assume the MSVC compiler offers the necessary support.

It makes curl require Visual Studio .NET 2003, v7.1 (_MSC_VER = 1310).
With the possibility that 1300 (Visual Studio .NET, v7.0, 2002), or 1200
(Visual C++, 32-bit, v6.0, 1998) may also work.

Follow-up to ca18198 #15952

@vszakats vszakats closed this in 0494566 Jan 10, 2025
@vszakats vszakats deleted the msvc-integral-bits branch January 10, 2025 10:28
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
curl requires C compilers supporting 64-bit `curl_off_t` type since
8356826 curl#10597 (v8.0.0).

Assume the MSVC compiler offers the necessary support.

It makes curl require Visual Studio .NET 2003, v7.1 (`_MSC_VER = 1310`).
With the possibility that 1300 (Visual Studio .NET, v7.0, 2002), or 1200
(Visual C++, 32-bit, v6.0, 1998) may also work.

Follow-up to ca18198 curl#15952
Closes curl#15955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants