s-simoncelli commented on issue #14354:
URL: https://github.com/apache/arrow/issues/14354#issuecomment-1276007841

   This is the log for cmake:
   
       
C:\Users\netce\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\222.4167.35\bin\cmake\win\bin\cmake.exe
 -DCMAKE_BUILD_TYPE=Debug 
-DCMAKE_MAKE_PROGRAM=C:/Users/netce/AppData/Local/JetBrains/Toolbox/apps/CLion/ch-0/222.4167.35/bin/ninja/win/ninja.exe
 -G Ninja -S C:\Users\netce\CLionProjects\untitled -B 
C:\Users\netce\CLionProjects\untitled\cmake-build-debug
       -- The C compiler identification is GNU 11.2.0
       -- The CXX compiler identification is GNU 11.2.0
       -- Detecting C compiler ABI info
       -- Detecting C compiler ABI info - done
       -- Check for working C compiler: 
C:/Users/netce/AppData/Local/JetBrains/Toolbox/apps/CLion/ch-0/222.4167.35/bin/mingw/bin/gcc.exe
 - skipped
       -- Detecting C compile features
       -- Detecting C compile features - done
       -- Detecting CXX compiler ABI info
       -- Detecting CXX compiler ABI info - done
       -- Check for working CXX compiler: 
C:/Users/netce/AppData/Local/JetBrains/Toolbox/apps/CLion/ch-0/222.4167.35/bin/mingw/bin/g++.exe
 - skipped
       -- Detecting CXX compile features
       -- Detecting CXX compile features - done
       -- Looking for pthread.h
       -- Looking for pthread.h - found
       -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
       -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
       -- Found Threads: TRUE  
       -- Checking for modules 'libbrotlicommon;libbrotlienc;libbrotlidec'
       --   Found libbrotlicommon, version 1.0.9
       --   Found libbrotlienc, version 1.0.9
       --   Found libbrotlidec, version 1.0.9
       -- Found Brotli: C:/msys64/mingw64/lib/libbrotlicommon.dll.a  
       -- Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version 
"1.1.1q")  
       -- Checking for module 'thrift'
       --   Found thrift, version 0.13.0
       -- Found Thrift: C:/msys64/mingw64/lib/libthrift.a (found version 
"0.13.0")  
       -- Found Protobuf: C:/msys64/mingw64/lib/libprotobuf.dll.a (found 
version "3.21.5") 
       -- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found version "1.2.12") 
       CMake Warning at C:/msys64/mingw64/lib/cmake/arrow/Findlz4Alt.cmake:25 
(find_package):
         By not providing "Findlz4.cmake" in CMAKE_MODULE_PATH this project has
         asked CMake to find a package configuration file provided by "lz4", but
         CMake did not find one.
       
         Could not find a package configuration file provided by "lz4" with any 
of
         the following names:
       
           lz4Config.cmake
           lz4-config.cmake
       
         Add the installation prefix of "lz4" to CMAKE_PREFIX_PATH or set 
"lz4_DIR"
         to a directory containing one of the above files.  If "lz4" provides a
         separate development package or SDK, be sure it has been installed.
       Call Stack (most recent call first):
         
C:/Users/netce/AppData/Local/JetBrains/Toolbox/apps/CLion/ch-0/222.4167.35/bin/cmake/win/share/cmake-3.23/Modules/CMakeFindDependencyMacro.cmake:47
 (find_package)
         C:/msys64/mingw64/lib/cmake/arrow/ArrowConfig.cmake:87 
(find_dependency)
         CMakeLists.txt:10 (find_package)
       
       
       -- Checking for module 'liblz4'
       --   Found liblz4, version 1.9.4
       -- Found lz4Alt: C:/msys64/mingw64/lib/liblz4.dll.a  
       -- Checking for module 'libzstd'
       --   Found libzstd, version 1.5.2
       -- Found zstd: C:/msys64/mingw64/lib/libzstd.dll.a  
       -- Found BZip2: C:/msys64/mingw64/lib/libbz2.dll.a (found version 
"1.0.8") 
       -- Looking for BZ2_bzCompressInit
       -- Looking for BZ2_bzCompressInit - found
       -- Found utf8proc: C:/msys64/mingw64/lib/libutf8proc.dll.a (found 
version "2.7.0") 
       -- Found c-ares: C:/msys64/mingw64/lib/cmake/c-ares/c-ares-config.cmake 
(found version "1.18.1") 
       -- Found Apache Arrow 9.0.0
       -- Configuring done
       -- Generating done
       -- Build files have been written to: 
C:/Users/netce/CLionProjects/untitled/cmake-build-debug
   
       
C:\Users\netce\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\222.4167.35\bin\cmake\win\bin\cmake.exe
 --build C:\Users\netce\CLionProjects\untitled\cmake-build-debug --target 
test_project -j 6
       [1/2] Building CXX object CMakeFiles/test_project.dir/main.cpp.obj
       [2/2] Linking CXX executable test_project.exe
   
   Now it links but when I run, it exists with
   
        Process finished with exit code -1073741515 (0xC0000135)
   
   Where is the ddl stored?


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