You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2019/05/31 17:32:00 UTC

[jira] [Created] (ORC-512) Fix c++ build on centos6.

Owen O'Malley created ORC-512:
---------------------------------

             Summary: Fix c++ build on centos6.
                 Key: ORC-512
                 URL: https://issues.apache.org/jira/browse/ORC-512
             Project: ORC
          Issue Type: Bug
          Components: C++
            Reporter: Owen O'Malley


The c++ build is broken on centos 6.

```
[ 34%] Building CXX object c++/src/CMakeFiles/orc.dir/io/InputStream.cc.o
In file included from /root/orc/c++/include/orc/OrcFile.hh:25,
                 from /root/orc/c++/src/io/InputStream.hh:23,
                 from /root/orc/c++/src/io/InputStream.cc:20:
/root/orc/c++/include/orc/Reader.hh:486: error: expected primary-expression before '{' token
```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)