ranjitshs opened a new issue, #46748:
URL: https://github.com/apache/arrow/issues/46748

   ### Describe the enhancement requested
   
   This issue is to track the below compilation error on AIX Operating system.
   
   - 
   /ranjit/arrow/cpp/src/arrow/util/endian.h:28:14: fatal error: endian.h: No 
such file or directory
      28 | #    include <endian.h>  // IWYU pragma: keep
   
   - 
   
   /ranjit/arrow/cpp/src/arrow/util/value_parsing.h: In function 'bool 
arrow::internal::ParseTimestampStrptime(const char*, size_t, const char*, bool, 
bool, arrow::TimeUnit::type, int64_t*)':
   /ranjit/arrow/cpp/src/arrow/util/value_parsing.h:826:41: error: 'struct tm' 
has no member named 'tm_gmtoff'
     826 |     secs -= std::chrono::seconds(result.tm_gmtoff);
   
   - 
   /ranjit/arrow/cpp/src/arrow/filesystem/localfs.cc: In function 
'arrow::fs::FileInfo arrow::fs::{anonymous}::StatToFileInfo(const stat&)':
   /ranjit/arrow/cpp/src/arrow/filesystem/localfs.cc:168:32: error: invalid 
initialization of reference of type 'const timespec&' from expression of type 
'const st_timespec_t' {aka 'const st_timespec'}
     168 |   info.set_mtime(ToTimePoint(s.st_mtim));
   
   
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to