zfoobar commented on issue #34841:
URL: https://github.com/apache/arrow/issues/34841#issuecomment-1494925039

   Sure, here you go:
   
   (pyarrow-dev) Zacharys-MacBook-Air:arrow_scratch zacharyfierstadt$ cmake .
   CMake Warning (dev) at CMakeLists.txt:1 (project):
     cmake_minimum_required() should be called prior to this top-level project()
     call.  Please see the cmake-commands(7) manual for usage documentation of
     both commands.
   This warning is for project developers.  Use -Wno-dev to suppress it.
   
   -- Arrow include path: 
/Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/include
   -- Found the Arrow library: 
/Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/libarrow.dylib
   CMake Warning (dev) at CMakeLists.txt:4 (add_executable):
     Policy CMP0002 is not set: Logical target names must be globally unique.
     Run "cmake --help-policy CMP0002" for policy details.  Use the cmake_policy
     command to set the policy and suppress this warning.
   This warning is for project developers.  Use -Wno-dev to suppress it.
   
   CMake Warning (dev) in CMakeLists.txt:
     No cmake_minimum_required command is present.  A line of code such as
   
       cmake_minimum_required(VERSION 3.26)
   
     should be added at the top of the file.  The version specified may be lower
     if you wish to support older CMake versions for this project.  For more
     information run "cmake --help-policy CMP0000".
   This warning is for project developers.  Use -Wno-dev to suppress it.
   
   -- Configuring done (0.1s)
   CMake Warning (dev) at CMakeLists.txt:6 (target_link_libraries):
     Policy CMP0028 is not set: Double colon in target name means ALIAS or
     IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
     Use the cmake_policy command to set the policy and suppress this warning.
   
     Target "compute_and_write_csv_example" links to:
   
       Arrow::arrow_shared
   
     but the target was not found.  Possible reasons include:
   
       * There is a typo in the target name.
       * A find_package call is missing for an IMPORTED target.
       * An ALIAS target is missing.
   
   This warning is for project developers.  Use -Wno-dev to suppress it.
   
   -- Generating done (0.0s)
   -- Build files have been written to: 
/Users/zacharyfierstadt/projects/arrow_scratch
   (pyarrow-dev) Zacharys-MacBook-Air:arrow_scratch zacharyfierstadt$ make
   [ 50%] Building CXX object 
CMakeFiles/compute_and_write_csv_example.dir/compute_and_write_csv_example.o
   [100%] Linking CXX executable compute_and_write_csv_example
   ld: library not found for -lArrow::arrow_shared
   clang-14: error: linker command failed with exit code 1 (use -v to see 
invocation)
   make[2]: *** [CMakeFiles/compute_and_write_csv_example.dir/build.make:97: 
compute_and_write_csv_example] Error 1
   make[1]: *** [CMakeFiles/Makefile2:83: 
CMakeFiles/compute_and_write_csv_example.dir/all] Error 2
   make: *** [Makefile:91: all] Error 2


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