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

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   Hi, I'm trying to build Arrow with ucx as the transport, but my build keeps 
failing. I list below the steps to replicate my issue: 
   
   `git clone https://github.com/apache/arrow.git`
   `cd arrow/cpp`
   `cmake ../ -DARROW_FLIGHT=ON -DARROW_WITH_UCX=ON`
   
   The error I get happens at this stage: 
   
   ```
   CMake Error in src/arrow/flight/transport/ucx/CMakeLists.txt:
   Imported target "ucx::ucx" includes non-existent path
    
   "/home/include"
   
   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
   
   * The path was deleted, renamed, or moved to another location.
   
   * An install or uninstall procedure did not complete successfully.
   
   * The installation package was faulty and references files it does not
     provide.
   ```
   
   Any idea what I'm doing wrong here? Thanks. 
   
   ### Component(s)
   
   C++, FlightRPC


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