h-vetinari opened a new issue, #2315:
URL: https://github.com/apache/orc/issues/2315

   While [migrating](https://github.com/conda-forge/orc-feedstock/pull/90) orc 
for newer protobuf (from 5.29 --> 6.31 from the POV of the C++ version, as 
counted in protobuf's very particular versioning scheme), I'm running into
   
   ```
   $SRC_DIR/c++/src/io/InputStream.cc:115:21: error: 'int64' in namespace 
'google::protobuf' does not name a type
     115 |   google::protobuf::int64 SeekableArrayInputStream::ByteCount() 
const {
         |                     ^~~~~
   ```
   
   That type still 
[exists](https://github.com/protocolbuffers/protobuf/blob/74211c0dfc2777318ab53c2cd2c317a2ef9012de/src/google/protobuf/stubs/port.h#L83),
 but the required header isn't being included.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to