-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] Arrow build failed with error C2039 #42027
Labels
Comments
Thanks @Cheney-W for the report! |
raulcd
changed the title
Arrow build failed with error C2039
[C++] Arrow build failed with error C2039
Jun 7, 2024
It seems |
Closing as already done but thanks for reporting. |
magnesj
added a commit
to OPM/ResInsight
that referenced
this issue
Jan 19, 2025
magnesj
added a commit
to OPM/ResInsight
that referenced
this issue
Jan 19, 2025
* Update vcpkg to 2024.02.14 Release A blank install of vcpkg did not work anymore due to changes in upstream repos. Had to update vcpkg.exe to latest to ensure download of libraries works as expected. Had to update baseline to 2024.02.14 to be able to compile on VS 17.12. A bug related to naming of boost was fixed in boost 1.84 microsoft/vcpkg#38980 * Bump to a more recent vcpkg due to a build error in arrow apache/arrow#42027 * Avoid fmt 11 due to a bug for MSVC gabime/spdlog#3251 (comment) * Remove obsolete GRPC config in top-level CMake * Avoid pinning of Protobuf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
Hello, I'm a member of Microsoft VCPKG, when I built
arrow:x64-windows
in an internal version of Visual Studio, it failed with following errors:arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'
This issue caused by the STL PR: microsoft/STL#4633, and according to the recommendations of the STL developers, the affected files need to include the Standard
<string>
header.I have applied this change in vcpkg by microsoft/vcpkg#39160. Since this VS internal version has not been released yet, I am submitting this issue just to inform you.
Component(s)
C++
The text was updated successfully, but these errors were encountered: