-1
a) Downloaded the source and when I tried to compile, it failed.
I am using cmake 3.4.2, LLVM version for gcc/g++ is 7.3.0.
Following errors were observed
1)
/work/orc-release/orc-orc-1.1.0rc0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10:
fatal error: 'tr1/unordered_map' file not found
#include <tr1/unordered_map>
2) /work/orc-release/orc-orc-1.1.0rc0/build/CMakeFiles/CMakeTmp/src.cxx:5:14:
error: moving a local object in a return statement prevents copy elision
[-Werror,-Wpessimizing-move]
return std::move(var);
Is there are minimum required version or recommended version cmake and llvm?
If so can that be put into README section.
b) In appveyor.yml, I see version as 1.0.x. Not sure if we need that file.
Thanks
Prasanth
> On Jun 2, 2016, at 11:51 AM, Owen O'Malley <[email protected]> wrote:
>
> I've rolled Apache ORC 1.1.0 release candidate 0 and I'd like to release
> it. It is the first release with the Java reader and writer included.
> Please check it out and vote whether we should release it.
>
> Artifacts: http://home.apache.org/~omalley/orc-1.1.0/
> Git tag: https://github.com/apache/orc/releases/tag/release-1.1.0rc0
>
> Voting will conclude in 72 hours.
>
> Thanks,
> Owen