You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/02/23 00:01:00 UTC

[jira] [Created] (ARROW-11740) [C++] posix_memalign not declared in scope on Solaris

Neal Richardson created ARROW-11740:
---------------------------------------

             Summary: [C++] posix_memalign not declared in scope on Solaris
                 Key: ARROW-11740
                 URL: https://issues.apache.org/jira/browse/ARROW-11740
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: C++
            Reporter: Neal Richardson


{code}
[ 27%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/memory_pool.cc.o
/export/home/X4HzInm/Rtemp/Rtmp1Zx7Xc/file1f6372fd66ce/cpp/src/arrow/memory_pool.cc:In static member function static arrow::Status arrow::{anonymous}::SystemAllocator::AllocateAligned(int64_t, uint8_t**):
/export/home/X4HzInm/Rtemp/Rtmp1Zx7Xc/file1f6372fd66ce/cpp/src/arrow/memory_pool.cc:187:64:error: posix_memalignwas not declared in this scope
                                       static_cast<size_t>(size));
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)