xumingming opened a new issue, #5028:
URL: https://github.com/apache/incubator-gluten/issues/5028

   ### Problem description
   
   Actually two errors here:
   
   ```
   
   /opt/homebrew/include/boost/stacktrace/detail/collect_unwind.ipp:33:2: 
error: "Boost.Stacktrace requires `_Unwind_Backtrace` function. Define 
`_GNU_SOURCE` macro or `BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED` if 
_Unwind_Backtrace is available without `_GNU_SOURCE`."
   #error "Boost.Stacktrace requires `_Unwind_Backtrace` function. Define 
`_GNU_SOURCE` macro or `BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED` if 
_Unwind_Backtrace is available without `_GNU_SOURCE`."
    ^
   [ 39%] Building CXX object 
core/CMakeFiles/gluten.dir/shuffle/rss/RemotePartitionWriter.cc.o
   [ 40%] Building CXX object 
core/CMakeFiles/gluten.dir/shuffle/rss/CelebornPartitionWriter.cc.o
   [ 41%] Building CXX object 
core/CMakeFiles/gluten.dir/shuffle/RoundRobinPartitioner.cc.o
   [ 43%] Building CXX object 
core/CMakeFiles/gluten.dir/shuffle/ShuffleMemoryPool.cc.o
   In file included from /Users/abei/Code/gluten/cpp/core/shuffle/Payload.cc:17:
   /Users/abei/Code/gluten/cpp/core/shuffle/Payload.h:183:22: error: private 
field 'pool_' is not used [-Werror,-Wunused-private-field]
     arrow::MemoryPool* pool_;
                        ^
   1 error generated.
   ```
   
   ### System information
   
   
   Velox System Info v0.0.2
   Commit: a1e0367e9d129cc5f9ca30f596819d1546a9a1fd
   CMake Version: 3.24.4
   System: Darwin-21.6.0
   Arch: arm64
   C++ Compiler: /opt/homebrew/Cellar/llvm/16.0.1/bin/clang++
   C++ Compiler Version: 16.0.1
   C Compiler: /opt/homebrew/Cellar/llvm/16.0.1/bin/clang
   C Compiler Version: 16.0.1
   CMake Prefix Path: 
/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/usr/local/cmake-3.24.4/CMake.app/Contents;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
     
   
   
   ### CMake log
   
   _No response_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to