-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error building the porject #12
Comments
Thank you for reporting. Currently I did not try this version with arrow 10.0.0. I see the version does not support c++11, so it maybe the cause of your errors.
If your compiler supports c++14 or above, I think you can try the build with modifying Makefile. From
To (ex. c++14)
|
What @hrkuma suggests can also be achieved without modifying Makefile:
which works, at least up to a certain point; I haven't yet managed to fully build, though, but this is another story. |
Is there a way to know which version of Arrow is supported? Arrow has frequent releases every few months, so unless a specific version is used the project won't build correctly, is frustrating trying to guess which version will work. At least AWS SDK for C++ has a "Confirmed version is 1.9.263" note. |
Hello,
I got the following error when building your project with arrow 10.0.0. I followed https://github.com/apache/arrow/blob/apache-arrow-10.0.0/docs/source/developers/cpp/building.rst#manual-configuration to manually build
arrow
. Here are the errors: https://gist.github.com/owenthereal/0ee2d6ed6d49d3a7b34e06012732724aI would appreciate any help!
The text was updated successfully, but these errors were encountered: