Arrow C++ depends on a number of 3rd party libraries.  Often this is
invisible because, by default, Arrow will do this:

 * Check to see if the library is installed on the system
 * If it is not installed on the system, download and build the library

So for gflags it appears gflags was not installed by the system.
Later, Arrow attempted to build it from source, and it did build
something:

> -- Building gflags from source
> -- Added static library dependency gflags::gflags_static: 
> C:/Users/avertleyb/git/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep/lib/gflags_static.lib

However, this library does not appear to be getting picked up by the
linker.  My guess is that Arrow's "build gflags from source" routine
(build_gflags in ThirdPartyToolchain.cmake) is not passing the correct
flags to build a 32-bit version of gflags.  It would probably be good
to confirm this (I'm not a build expert and would not be surprised if
I'm wrong).

Assuming this is the case, the options at this point would be to fix
the build_gflags function or to build gflags yourself and install it
somewhere that Arrow's build can pick it up.

You could probably file a JIRA on this point but there has not been
much motivation in the past to fix win32 issues.

On Thu, May 26, 2022 at 7:12 AM Arkadiy Vertleyb (BLOOMBERG/ 120 PARK)
<avertl...@bloomberg.net> wrote:
>
> Sure it's possible since I don't even know what it is... I probably don't 
> have a 64bit version either.
>
> Is this some kind of pre-requsite?
>
> Thanks,
> Arkadiy
>
> From: user@arrow.apache.org At: 05/26/22 13:07:06 UTC-4:00
> To: Arkadiy Vertleyb (BLOOMBERG/ 120 PARK ) , user@arrow.apache.org
> Subject: Re: cpp Windows 32 build (re-subscribed with my work email)
>
> It appears that it cannot find gflags and that is causing the build to
> fail. Is it possible you do not have a 32bit version of gflags
> installed?
>
> > CMake Warning at cmake_modules/FindgflagsAlt.cmake:25 (find_package):
> > By not providing "Findgflags.cmake" in CMAKE_MODULE_PATH this project has
> > asked CMake to find a package configuration file provided by "gflags", but
> > CMake did not find one.
> >
> > Could not find a package configuration file provided by "gflags" (requested
> > version 2.1.0) with any of the following names:
> >
> > gflagsConfig.cmake
> > gflags-config.cmake
> >
> > Add the installation prefix of "gflags" to CMAKE_PREFIX_PATH or set
> > "gflags_DIR" to a directory containing one of the above files. If "gflags"
> > provides a separate development package or SDK, be sure it has been
> > installed.
> > Call Stack (most recent call first):
> > cmake_modules/ThirdpartyToolchain.cmake:243 (find_package)
> > cmake_modules/ThirdpartyToolchain.cmake:1399 (resolve_dependency)
> > CMakeLists.txt:567 (include)
> > ...
> > LINK : fatal error LNK1181: cannot open input file
> 'C:\Users\avertleyb\git\arrow\cpp\build\gflags_ep-prefix\src\gflags_ep\lib\gflag
> s_static.lib'
> [C:\Users\avertleyb\git\arrow\cpp\build\src\arrow\arrow_bundled_dependencies.vcx
> proj]
> > C:\Program Files (x86)\Microsoft Visual
> Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(2
> 41,5): error MSB8066: Custom build for
> 'C:\Users\avertleyb\git\arrow\cpp\build\CMakeFiles\b033194e6d32d6a2595cc88c82
> >
> 72e4b2\arrow_bundled_dependencies.lib.rule;C:\Users\avertleyb\git\arrow\cpp\buil
> d\CMakeFiles\672df30e18a621ddf9c15292835268fd\arrow_bundled_dependencies.rule'
> exited with code 1181.
>
> On Thu, May 26, 2022 at 5:13 AM Arkadiy Vertleyb (BLOOMBERG/ 120 PARK)
> <avertl...@bloomberg.net> wrote:
> >
> > Hello Kou.
> >
> > Thanks for answering my original question.
> >
> > The reason I need 32 bit is that our product supports both, so I have to be
> able to do both.
> >
> > Here is what I got during the compile:
> >
> > C:\Users\avertleyb\git\arrow\cpp\build>cmake .. -G "Visual Studio 16 2019" 
> > -A
> Win32 -DARROW_BUILD_TESTS=ON
> > -- Building using CMake version: 3.20.21032501-MSVC_2
> > -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
> > -- The C compiler identification is MSVC 19.29.30143.0
> > -- The CXX compiler identification is MSVC 19.29.30143.0
> > -- Detecting C compiler ABI info
> > -- Detecting C compiler ABI info - done
> > -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x86/cl.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:/Program Files (x86)/Microsoft Visual
> Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x86/cl.exe -
> skipped
> > -- Detecting CXX compile features
> > -- Detecting CXX compile features - done
> > -- Arrow version: 9.0.0 (full: '9.0.0-SNAPSHOT')
> > -- Arrow SO version: 900 (full: 900.0.0)
> > -- clang-tidy 12 not found
> > -- clang-format 12 not found
> > -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN)
> > -- infer not found
> > -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter)
> > -- Found cpplint executable at
> C:/Users/avertleyb/git/arrow/cpp/build-support/cpplint.py
> > -- System processor: AMD64
> > -- Performing Test CXX_SUPPORTS_AVX2
> > -- Performing Test CXX_SUPPORTS_AVX2 - Success
> > -- Performing Test CXX_SUPPORTS_AVX512
> > -- Performing Test CXX_SUPPORTS_AVX512 - Success
> > -- Arrow build warning level: PRODUCTION
> > Configured for RELEASE build (set with cmake
> -DCMAKE_BUILD_TYPE={release,debug,...})
> > -- Build Type: RELEASE
> > -- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT
> > -- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT - Failed
> > -- Using AUTO approach to find dependencies
> > -- ARROW_ABSL_BUILD_VERSION: 20210324.2
> > -- ARROW_ABSL_BUILD_SHA256_CHECKSUM:
> 59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f
> > -- ARROW_AWSSDK_BUILD_VERSION: 1.8.133
> > -- ARROW_AWSSDK_BUILD_SHA256_CHECKSUM:
> d6c495bc06be5e21dac716571305d77437e7cfd62a2226b8fe48d9ab5785a8d6
> > -- ARROW_AWS_CHECKSUMS_BUILD_VERSION: v0.1.12
> > -- ARROW_AWS_CHECKSUMS_BUILD_SHA256_CHECKSUM:
> 394723034b81cc7cd528401775bc7aca2b12c7471c92350c80a0e2fb9d2909fe
> > -- ARROW_AWS_C_COMMON_BUILD_VERSION: v0.6.9
> > -- ARROW_AWS_C_COMMON_BUILD_SHA256_CHECKSUM:
> 928a3e36f24d1ee46f9eec360ec5cebfe8b9b8994fe39d4fa74ff51aebb12717
> > -- ARROW_AWS_C_EVENT_STREAM_BUILD_VERSION: v0.1.5
> > -- ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM:
> f1b423a487b5d6dca118bfc0d0c6cc596dc476b282258a3228e73a8f730422d4
> > -- ARROW_BOOST_BUILD_VERSION: 1.75.0
> > -- ARROW_BOOST_BUILD_SHA256_CHECKSUM:
> 267e04a7c0bfe85daf796dedc789c3a27a76707e1c968f0a2a87bb96331e2b61
> > -- ARROW_BROTLI_BUILD_VERSION: v1.0.9
> > -- ARROW_BROTLI_BUILD_SHA256_CHECKSUM:
> f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
> > -- ARROW_BZIP2_BUILD_VERSION: 1.0.8
> > -- ARROW_BZIP2_BUILD_SHA256_CHECKSUM:
> ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
> > -- ARROW_CARES_BUILD_VERSION: 1.17.2
> > -- ARROW_CARES_BUILD_SHA256_CHECKSUM:
> 4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d
> > -- ARROW_CRC32C_BUILD_VERSION: 1.1.2
> > -- ARROW_CRC32C_BUILD_SHA256_CHECKSUM:
> ac07840513072b7fcebda6e821068aa04889018f24e10e46181068fb214d7e56
> > -- ARROW_GBENCHMARK_BUILD_VERSION: v1.6.0
> > -- ARROW_GBENCHMARK_BUILD_SHA256_CHECKSUM:
> 1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6
> > -- ARROW_GFLAGS_BUILD_VERSION: v2.2.2
> > -- ARROW_GFLAGS_BUILD_SHA256_CHECKSUM:
> 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf
> > -- ARROW_GLOG_BUILD_VERSION: v0.5.0
> > -- ARROW_GLOG_BUILD_SHA256_CHECKSUM:
> eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5
> > -- ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION: v1.39.0
> > -- ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM:
> 73e4e840018b24bec2beb49e036a3c2d8c471d4dc4a18b9026ccc4d8ab8e78cc
> > -- ARROW_GRPC_BUILD_VERSION: v1.35.0
> > -- ARROW_GRPC_BUILD_SHA256_CHECKSUM:
> 27dd2fc5c9809ddcde8eb6fa1fa278a3486566dfc28335fca13eb8df8bd3b958
> > -- ARROW_GTEST_BUILD_VERSION: 1.11.0
> > -- ARROW_GTEST_BUILD_SHA256_CHECKSUM:
> b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
> > -- ARROW_JEMALLOC_BUILD_VERSION: 5.2.1
> > -- ARROW_JEMALLOC_BUILD_SHA256_CHECKSUM:
> 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
> > -- ARROW_LZ4_BUILD_VERSION: 8f61d8eb7c6979769a484cde8df61ff7c4c77765
> > -- ARROW_LZ4_BUILD_SHA256_CHECKSUM:
> 5b072d848f2f93fddb97e1143e22c1bd7fa19fc8431ee69e21758190a88125b4
> > -- ARROW_MIMALLOC_BUILD_VERSION: v1.7.3
> > -- ARROW_MIMALLOC_BUILD_SHA256_CHECKSUM:
> 0f987bda01ca9df87ec90e9d98c63fa893ee61f3cca565e5ca5ed744fdcc5109
> > -- ARROW_NLOHMANN_JSON_BUILD_VERSION: v3.10.2
> > -- ARROW_NLOHMANN_JSON_BUILD_SHA256_CHECKSUM:
> 081ed0f9f89805c2d96335c3acfa993b39a0a5b4b4cef7edb68dd2210a13458c
> > -- ARROW_OPENTELEMETRY_BUILD_VERSION: v1.3.0
> > -- ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM:
> 6a4c43b9c9f753841ebc0fe2717325271f02e2a1d5ddd0b52735c35243629ab3
> > -- ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION: v0.11.0
> > -- ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM:
> 985367f8905e91018e636cbf0d83ab3f834b665c4f5899a27d10cae9657710e2
> > -- ARROW_ORC_BUILD_VERSION: 1.7.4
> > -- ARROW_ORC_BUILD_SHA256_CHECKSUM:
> 0a70c5e877b1ff268e768c94392574a084092f8aa7f97796c13de276103d8272
> > -- ARROW_PROTOBUF_BUILD_VERSION: v3.18.1
> > -- ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM:
> b8ab9bbdf0c6968cf20060794bc61e231fae82aaf69d6e3577c154181991f576
> > -- ARROW_RAPIDJSON_BUILD_VERSION: 1a803826f1197b5e30703afe4b9c0e7dd48074f5
> > -- ARROW_RAPIDJSON_BUILD_SHA256_CHECKSUM:
> 0b6b780b6c534bfb0b23d29910bfe361e486bcfeaf106db8bc8995792072905a
> > -- ARROW_RE2_BUILD_VERSION: 2021-11-01
> > -- ARROW_RE2_BUILD_SHA256_CHECKSUM:
> 8c45f7fba029ab41f2a7e6545058d9eec94eef97ce70df58e92d85cfc08b4669
> > -- ARROW_SNAPPY_BUILD_VERSION: 1.1.9
> > -- ARROW_SNAPPY_BUILD_SHA256_CHECKSUM:
> 75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7
> > -- ARROW_SNAPPY_OLD_BUILD_VERSION: 1.1.8
> > -- ARROW_SNAPPY_OLD_BUILD_SHA256_CHECKSUM:
> 16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f
> > -- ARROW_SUBSTRAIT_BUILD_VERSION: e1b4c04a
> > -- ARROW_SUBSTRAIT_BUILD_SHA256_CHECKSUM:
> 65f83e5f5d979ede5fc8ac9f8bbaf793e0c72d9c415f1a162ba522f6d0bb5bbe
> > -- ARROW_THRIFT_BUILD_VERSION: 0.16.0
> > -- ARROW_THRIFT_BUILD_SHA256_CHECKSUM:
> f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209
> > -- ARROW_UCX_BUILD_VERSION: 1.12.1
> > -- ARROW_UCX_BUILD_SHA256_CHECKSUM:
> 9bef31aed0e28bf1973d28d74d9ac4f8926c43ca3b7010bd22a084e164e31b71
> > -- ARROW_UTF8PROC_BUILD_VERSION: v2.7.0
> > -- ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM:
> 4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
> > -- ARROW_XSIMD_BUILD_VERSION: 7d1778c3b38d63db7cec7145d939f40bc5d859d1
> > -- ARROW_XSIMD_BUILD_SHA256_CHECKSUM:
> d861f4f3034550cdc62ad93fd60e8b0f2413a6ea49081c8698922b7b4f043ec6
> > -- ARROW_ZLIB_BUILD_VERSION: 1.2.12
> > -- ARROW_ZLIB_BUILD_SHA256_CHECKSUM:
> 91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9
> > -- ARROW_ZSTD_BUILD_VERSION: v1.5.1
> > -- ARROW_ZSTD_BUILD_SHA256_CHECKSUM:
> dc05773342b28f11658604381afd22cb0a13e8ba17ff2bd7516df377060c18dd
> > -- Looking for pthread.h
> > -- Looking for pthread.h - not found
> > -- Found Threads: TRUE
> > -- Looking for _M_ARM64
> > -- Looking for _M_ARM64 - not found
> > -- Looking for __SIZEOF_INT128__
> > -- Looking for __SIZEOF_INT128__ - not found
> > -- Could NOT find Boost (missing: Boost_INCLUDE_DIR system filesystem)
> (Required is at least version "1.58")
> > -- Added static library dependency Boost::system:
> C:/Users/avertleyb/git/arrow/cpp/build/boost_ep-prefix/src/boost_ep/stage/lib/li
> bboost_system-vc142-mt-x64-1_75.lib
> > -- Added static library dependency Boost::filesystem:
> C:/Users/avertleyb/git/arrow/cpp/build/boost_ep-prefix/src/boost_ep/stage/lib/li
> bboost_filesystem-vc142-mt-x64-1_75.lib
> > -- Boost include dir:
> C:/Users/avertleyb/git/arrow/cpp/build/boost_ep-prefix/src/boost_ep
> > -- Building without OpenSSL support. Minimum OpenSSL version 1.0.2 required.
> > CMake Warning at cmake_modules/FindgflagsAlt.cmake:25 (find_package):
> > By not providing "Findgflags.cmake" in CMAKE_MODULE_PATH this project has
> > asked CMake to find a package configuration file provided by "gflags", but
> > CMake did not find one.
> >
> > Could not find a package configuration file provided by "gflags" (requested
> > version 2.1.0) with any of the following names:
> >
> > gflagsConfig.cmake
> > gflags-config.cmake
> >
> > Add the installation prefix of "gflags" to CMAKE_PREFIX_PATH or set
> > "gflags_DIR" to a directory containing one of the above files. If "gflags"
> > provides a separate development package or SDK, be sure it has been
> > installed.
> > Call Stack (most recent call first):
> > cmake_modules/ThirdpartyToolchain.cmake:243 (find_package)
> > cmake_modules/ThirdpartyToolchain.cmake:1399 (resolve_dependency)
> > CMakeLists.txt:567 (include)
> >
> >
> > -- Could NOT find gflagsAlt (missing: gflags_LIB GFLAGS_INCLUDE_DIR)
> (Required is at least version "2.1.0")
> > -- Building gflags from source
> > -- Added static library dependency gflags::gflags_static:
> C:/Users/avertleyb/git/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep/lib/gflags
> _static.lib
> > -- Could NOT find GTest (missing: GTest_DIR)
> > -- Building gtest from source
> > CMake Warning at cmake_modules/FindRapidJSONAlt.cmake:25 (find_package):
> > By not providing "FindRapidJSON.cmake" in CMAKE_MODULE_PATH this project
> > has asked CMake to find a package configuration file provided by
> > "RapidJSON", but CMake did not find one.
> >
> > Could not find a package configuration file provided by "RapidJSON"
> > (requested version 1.1.0) with any of the following names:
> >
> > RapidJSONConfig.cmake
> > rapidjson-config.cmake
> >
> > Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set
> > "RapidJSON_DIR" to a directory containing one of the above files. If
> > "RapidJSON" provides a separate development package or SDK, be sure it has
> > been installed.
> > Call Stack (most recent call first):
> > cmake_modules/ThirdpartyToolchain.cmake:243 (find_package)
> > cmake_modules/ThirdpartyToolchain.cmake:2179 (resolve_dependency)
> > CMakeLists.txt:567 (include)
> >
> >
> > -- Could NOT find RapidJSONAlt (missing: RAPIDJSON_INCLUDE_DIR) (Required is
> at least version "1.1.0")
> > -- Building RapidJSON from source
> > -- Building xsimd from source
> > -- Found hdfs.h at:
> C:/Users/avertleyb/git/arrow/cpp/thirdparty/hadoop/include/hdfs.h
> > -- All bundled static libraries: gflags::gflags_static
> > -- CMAKE_C_FLAGS: /DWIN32 /D_WINDOWS /W3 /EHsc /wd5105 /bigobj /utf-8 /W3
> /wd4800 /wd4996 /wd4065
> > -- CMAKE_CXX_FLAGS: /DWIN32 /D_WINDOWS /GR /EHsc
> /D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING /EHsc /wd5105 /bigobj /utf-8 /W3
> /wd4800 /wd4996 /wd4065
> > -- Looking for backtrace
> > -- Looking for backtrace - not found
> > -- Could NOT find Backtrace (missing: Backtrace_LIBRARY 
> > Backtrace_INCLUDE_DIR)
> > -- Creating bundled static library target arrow_bundled_dependencies at
> C:/Users/avertleyb/git/arrow/cpp/build/release/arrow_bundled_dependencies.lib
> > -- ---------------------------------------------------------------------
> > -- Arrow version: 9.0.0-SNAPSHOT
> > --
> > -- Build configuration summary:
> > -- Generator: Visual Studio 16 2019
> > -- Build type: RELEASE
> > -- Source directory: C:/Users/avertleyb/git/arrow/cpp
> > -- Install prefix: C:/Program Files (x86)/arrow
> > --
> > -- Compile and link options:
> > --
> > -- ARROW_CXXFLAGS="" [default=""]
> > -- Compiler flags to append when compiling Arrow
> > -- ARROW_BUILD_STATIC=ON [default=ON]
> > -- Build static libraries
> > -- ARROW_BUILD_SHARED=ON [default=ON]
> > -- Build shared libraries
> > -- ARROW_PACKAGE_KIND="" [default=""]
> > -- Arbitrary string that identifies the kind of package
> > -- (for informational purposes)
> > -- ARROW_GIT_ID=7adda73dc4ef6f28f8e5701eb4be1dc9526c0e1b [default=""]
> > -- The Arrow git commit id (if any)
> > -- ARROW_GIT_DESCRIPTION=apache-arrow-9.0.0.dev-100-g7adda73dc [default=""]
> > -- The Arrow git commit description (if any)
> > -- ARROW_NO_DEPRECATED_API=OFF [default=OFF]
> > -- Exclude deprecated APIs from build
> > -- ARROW_USE_CCACHE=ON [default=ON]
> > -- Use ccache when compiling (if available)
> > -- ARROW_USE_LD_GOLD=OFF [default=OFF]
> > -- Use ld.gold for linking on Linux (if available)
> > -- ARROW_USE_PRECOMPILED_HEADERS=OFF [default=OFF]
> > -- Use precompiled headers when compiling
> > -- ARROW_SIMD_LEVEL=SSE4_2 [default=NONE|SSE4_2|AVX2|AVX512|NEON|DEFAULT]
> > -- Compile-time SIMD optimization level
> > -- ARROW_RUNTIME_SIMD_LEVEL=MAX [default=NONE|SSE4_2|AVX2|AVX512|MAX]
> > -- Max runtime SIMD optimization level
> > -- ARROW_ARMV8_ARCH=armv8-a [default=armv8-a|armv8-a+crc+crypto]
> > -- Arm64 arch and extensions
> > -- ARROW_ALTIVEC=ON [default=ON]
> > -- Build with Altivec if compiler has support
> > -- ARROW_RPATH_ORIGIN=OFF [default=OFF]
> > -- Build Arrow libraries with RATH set to $ORIGIN
> > -- ARROW_INSTALL_NAME_RPATH=ON [default=ON]
> > -- Build Arrow libraries with install_name set to @rpath
> > -- ARROW_GGDB_DEBUG=ON [default=ON]
> > -- Pass -ggdb flag to debug builds
> > --
> > -- Test and benchmark options:
> > --
> > -- ARROW_BUILD_EXAMPLES=OFF [default=OFF]
> > -- Build the Arrow examples
> > -- ARROW_BUILD_TESTS=ON [default=OFF]
> > -- Build the Arrow googletest unit tests
> > -- ARROW_ENABLE_TIMING_TESTS=ON [default=ON]
> > -- Enable timing-sensitive tests
> > -- ARROW_BUILD_INTEGRATION=OFF [default=OFF]
> > -- Build the Arrow integration test executables
> > -- ARROW_BUILD_BENCHMARKS=OFF [default=OFF]
> > -- Build the Arrow micro benchmarks
> > -- ARROW_BUILD_BENCHMARKS_REFERENCE=OFF [default=OFF]
> > -- Build the Arrow micro reference benchmarks
> > -- ARROW_BUILD_OPENMP_BENCHMARKS=OFF [default=OFF]
> > -- Build the Arrow benchmarks that rely on OpenMP
> > -- ARROW_BUILD_DETAILED_BENCHMARKS=OFF [default=OFF]
> > -- Build benchmarks that do a longer exploration of performance
> > -- ARROW_TEST_LINKAGE=shared [default=shared|static]
> > -- Linkage of Arrow libraries with unit tests executables.
> > -- ARROW_FUZZING=OFF [default=OFF]
> > -- Build Arrow Fuzzing executables
> > -- ARROW_LARGE_MEMORY_TESTS=OFF [default=OFF]
> > -- Enable unit tests which use large memory
> > --
> > -- Lint options:
> > --
> > -- ARROW_ONLY_LINT=OFF [default=OFF]
> > -- Only define the lint and check-format targets
> > -- ARROW_VERBOSE_LINT=OFF [default=OFF]
> > -- If off, 'quiet' flags will be passed to linting tools
> > -- ARROW_GENERATE_COVERAGE=OFF [default=OFF]
> > -- Build with C++ code coverage enabled
> > --
> > -- Checks options:
> > --
> > -- ARROW_TEST_MEMCHECK=OFF [default=OFF]
> > -- Run the test suite using valgrind --tool=memcheck
> > -- ARROW_USE_ASAN=OFF [default=OFF]
> > -- Enable Address Sanitizer checks
> > -- ARROW_USE_TSAN=OFF [default=OFF]
> > -- Enable Thread Sanitizer checks
> > -- ARROW_USE_UBSAN=OFF [default=OFF]
> > -- Enable Undefined Behavior sanitizer checks
> > --
> > -- Project component options:
> > --
> > -- ARROW_BUILD_UTILITIES=OFF [default=OFF]
> > -- Build Arrow commandline utilities
> > -- ARROW_COMPUTE=OFF [default=OFF]
> > -- Build the Arrow Compute Modules
> > -- ARROW_CSV=OFF [default=OFF]
> > -- Build the Arrow CSV Parser Module
> > -- ARROW_CUDA=OFF [default=OFF]
> > -- Build the Arrow CUDA extensions (requires CUDA toolkit)
> > -- ARROW_DATASET=OFF [default=OFF]
> > -- Build the Arrow Dataset Modules
> > -- ARROW_SUBSTRAIT=OFF [default=OFF]
> > -- Build the Arrow Substrait Consumer Module
> > -- ARROW_FILESYSTEM=OFF [default=OFF]
> > -- Build the Arrow Filesystem Layer
> > -- ARROW_FLIGHT=OFF [default=OFF]
> > -- Build the Arrow Flight RPC System (requires GRPC, Protocol Buffers)
> > -- ARROW_FLIGHT_SQL=OFF [default=OFF]
> > -- Build the Arrow Flight SQL extension
> > -- ARROW_GANDIVA=OFF [default=OFF]
> > -- Build the Gandiva libraries
> > -- ARROW_GCS=OFF [default=OFF]
> > -- Build Arrow with GCS support (requires the GCloud SDK for C++)
> > -- ARROW_HDFS=OFF [default=OFF]
> > -- Build the Arrow HDFS bridge
> > -- ARROW_HIVESERVER2=OFF [default=OFF]
> > -- Build the HiveServer2 client and Arrow adapter
> > -- ARROW_IPC=ON [default=ON]
> > -- Build the Arrow IPC extensions
> > -- ARROW_JEMALLOC=OFF [default=OFF]
> > -- Build the Arrow jemalloc-based allocator
> > -- ARROW_JNI=OFF [default=OFF]
> > -- Build the Arrow JNI lib
> > -- ARROW_JSON=ON [default=OFF]
> > -- Build Arrow with JSON support (requires RapidJSON)
> > -- ARROW_MIMALLOC=OFF [default=OFF]
> > -- Build the Arrow mimalloc-based allocator
> > -- ARROW_PARQUET=OFF [default=OFF]
> > -- Build the Parquet libraries
> > -- ARROW_ORC=OFF [default=OFF]
> > -- Build the Arrow ORC adapter
> > -- ARROW_PLASMA=OFF [default=OFF]
> > -- Build the plasma object store along with Arrow
> > -- ARROW_PLASMA_JAVA_CLIENT=OFF [default=OFF]
> > -- Build the plasma object store java client
> > -- ARROW_PYTHON=OFF [default=OFF]
> > -- Build the Arrow CPython extensions
> > -- ARROW_S3=OFF [default=OFF]
> > -- Build Arrow with S3 support (requires the AWS SDK for C++)
> > -- ARROW_SKYHOOK=OFF [default=OFF]
> > -- Build the Skyhook libraries
> > -- ARROW_TENSORFLOW=OFF [default=OFF]
> > -- Build Arrow with TensorFlow support enabled
> > -- ARROW_TESTING=ON [default=OFF]
> > -- Build the Arrow testing libraries
> > --
> > -- Thirdparty toolchain options:
> > --
> > -- ARROW_DEPENDENCY_SOURCE=AUTO 
> > [default=AUTO|BUNDLED|SYSTEM|CONDA|VCPKG|BREW]
> > -- Method to use for acquiring arrow's build dependencies
> > -- ARROW_VERBOSE_THIRDPARTY_BUILD=OFF [default=OFF]
> > -- Show output from ExternalProjects rather than just logging to files
> > -- ARROW_DEPENDENCY_USE_SHARED=ON [default=ON]
> > -- Link to shared libraries
> > -- ARROW_BOOST_USE_SHARED=ON [default=ON]
> > -- Rely on boost shared libraries where relevant
> > -- ARROW_BROTLI_USE_SHARED=ON [default=ON]
> > -- Rely on Brotli shared libraries where relevant
> > -- ARROW_BZ2_USE_SHARED=ON [default=ON]
> > -- Rely on Bz2 shared libraries where relevant
> > -- ARROW_GFLAGS_USE_SHARED=ON [default=ON]
> > -- Rely on GFlags shared libraries where relevant
> > -- ARROW_GRPC_USE_SHARED=ON [default=ON]
> > -- Rely on gRPC shared libraries where relevant
> > -- ARROW_LZ4_USE_SHARED=ON [default=ON]
> > -- Rely on lz4 shared libraries where relevant
> > -- ARROW_OPENSSL_USE_SHARED=ON [default=ON]
> > -- Rely on OpenSSL shared libraries where relevant
> > -- ARROW_PROTOBUF_USE_SHARED=ON [default=ON]
> > -- Rely on Protocol Buffers shared libraries where relevant
> > -- ARROW_SNAPPY_USE_SHARED=ON [default=ON]
> > -- Rely on snappy shared libraries where relevant
> > -- ARROW_THRIFT_USE_SHARED=OFF [default=OFF]
> > -- Rely on thrift shared libraries where relevant
> > -- ARROW_UTF8PROC_USE_SHARED=ON [default=ON]
> > -- Rely on utf8proc shared libraries where relevant
> > -- ARROW_ZSTD_USE_SHARED=ON [default=ON]
> > -- Rely on zstd shared libraries where relevant
> > -- ARROW_USE_GLOG=OFF [default=OFF]
> > -- Build libraries with glog support for pluggable logging
> > -- ARROW_WITH_BACKTRACE=ON [default=ON]
> > -- Build with backtrace support
> > -- ARROW_WITH_OPENTELEMETRY=OFF [default=OFF]
> > -- Build libraries with OpenTelemetry support for distributed tracing
> > -- ARROW_WITH_BROTLI=OFF [default=OFF]
> > -- Build with Brotli compression
> > -- ARROW_WITH_BZ2=OFF [default=OFF]
> > -- Build with BZ2 compression
> > -- ARROW_WITH_LZ4=OFF [default=OFF]
> > -- Build with lz4 compression
> > -- ARROW_WITH_SNAPPY=OFF [default=OFF]
> > -- Build with Snappy compression
> > -- ARROW_WITH_ZLIB=OFF [default=OFF]
> > -- Build with zlib compression
> > -- ARROW_WITH_ZSTD=OFF [default=OFF]
> > -- Build with zstd compression
> > -- ARROW_WITH_UCX=OFF [default=OFF]
> > -- Build with UCX transport for Arrow Flight
> > -- (only used if ARROW_FLIGHT is ON)
> > -- ARROW_WITH_UTF8PROC=OFF [default=ON]
> > -- Build with support for Unicode properties using the utf8proc library
> > -- (only used if ARROW_COMPUTE is ON or ARROW_GANDIVA is ON)
> > -- ARROW_WITH_RE2=OFF [default=ON]
> > -- Build with support for regular expressions using the re2 library
> > -- (only used if ARROW_COMPUTE or ARROW_GANDIVA is ON)
> > --
> > -- MSVC options:
> > --
> > -- MSVC_LINK_VERBOSE=OFF [default=OFF]
> > -- Pass verbose linking options when linking libraries and executables
> > -- BROTLI_MSVC_STATIC_LIB_SUFFIX=-static [default="-static"]
> > -- Brotli static lib suffix used on Windows with MSVC
> > -- PROTOBUF_MSVC_STATIC_LIB_SUFFIX="" [default=""]
> > -- Protobuf static lib suffix used on Windows with MSVC
> > -- RE2_MSVC_STATIC_LIB_SUFFIX=_static [default="_static"]
> > -- re2 static lib suffix used on Windows with MSVC
> > -- SNAPPY_MSVC_STATIC_LIB_SUFFIX="" [default=""]
> > -- Snappy static lib suffix used on Windows with MSVC
> > -- LZ4_MSVC_STATIC_LIB_SUFFIX=_static [default="_static"]
> > -- Lz4 static lib suffix used on Windows with MSVC
> > -- ZSTD_MSVC_STATIC_LIB_SUFFIX=_static [default="_static"]
> > -- ZStd static lib suffix used on Windows with MSVC
> > -- ARROW_USE_STATIC_CRT=OFF [default=OFF]
> > -- Build Arrow with statically linked CRT
> > --
> > -- Parquet options:
> > --
> > -- PARQUET_MINIMAL_DEPENDENCY=OFF [default=OFF]
> > -- Depend only on Thirdparty headers to build libparquet.
> > -- Always OFF if building binaries
> > -- PARQUET_BUILD_EXECUTABLES=OFF [default=OFF]
> > -- Build the Parquet executable CLI tools. Requires static libraries to be
> built.
> > -- PARQUET_BUILD_EXAMPLES=OFF [default=OFF]
> > -- Build the Parquet examples. Requires static libraries to be built.
> > -- PARQUET_REQUIRE_ENCRYPTION=OFF [default=OFF]
> > -- Build support for encryption. Fail if OpenSSL is not found
> > --
> > -- Gandiva options:
> > --
> > -- ARROW_GANDIVA_JAVA=OFF [default=OFF]
> > -- Build the Gandiva JNI wrappers
> > -- ARROW_GANDIVA_STATIC_LIBSTDCPP=OFF [default=OFF]
> > -- Include -static-libstdc++ -static-libgcc when linking with
> > -- Gandiva static libraries
> > -- ARROW_GANDIVA_PC_CXX_FLAGS="" [default=""]
> > -- Compiler flags to append when pre-compiling Gandiva operations
> > --
> > -- Advanced developer options:
> > --
> > -- ARROW_EXTRA_ERROR_CONTEXT=OFF [default=OFF]
> > -- Compile with extra error context (line numbers, code)
> > -- ARROW_OPTIONAL_INSTALL=OFF [default=OFF]
> > -- If enabled install ONLY targets that have already been built. Please be
> > -- advised that if this is enabled 'install' will fail silently on 
> > components
> > -- that have not been built
> > -- Outputting build configuration summary to
> C:/Users/avertleyb/git/arrow/cpp/build/cmake_summary.json
> > -- Configuring done
> > -- Generating done
> > -- Build files have been written to: C:/Users/avertleyb/git/arrow/cpp/build
> >
> > C:\Users\avertleyb\git\arrow\cpp\build>cmake --build . --config Release
> > Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
> > Copyright (C) Microsoft Corporation. All rights reserved.
> >
> > Checking Build System
> > Bundling
> C:/Users/avertleyb/git/arrow/cpp/build/release/arrow_bundled_dependencies.lib
> > LINK : fatal error LNK1181: cannot open input file
> 'C:\Users\avertleyb\git\arrow\cpp\build\gflags_ep-prefix\src\gflags_ep\lib\gflag
> s_static.lib'
> [C:\Users\avertleyb\git\arrow\cpp\build\src\arrow\arrow_bundled_dependencies.vcx
> proj]
> > C:\Program Files (x86)\Microsoft Visual
> Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(2
> 41,5): error MSB8066: Custom build for
> 'C:\Users\avertleyb\git\arrow\cpp\build\CMakeFiles\b033194e6d32d6a2595cc88c82
> >
> 72e4b2\arrow_bundled_dependencies.lib.rule;C:\Users\avertleyb\git\arrow\cpp\buil
> d\CMakeFiles\672df30e18a621ddf9c15292835268fd\arrow_bundled_dependencies.rule'
> exited with code 1181. [C:\Users\avertleyb\git\arrow\cpp\build\src\arrow\arro
> > w_bundled_dependencies.vcxproj]
> > Creating directories for 'boost_ep'
> > Performing download step (download, verify and extract) for 'boost_ep'
> > -- boost_ep download command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/boost_ep-prefix/src/boost_ep-stamp/boost_
> ep-download-*.log
> > No update step for 'boost_ep'
> > No patch step for 'boost_ep'
> > Performing configure step for 'boost_ep'
> > -- boost_ep configure command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/boost_ep-prefix/src/boost_ep-stamp/boost_
> ep-configure-*.log
> > Performing build step for 'boost_ep'
> > -- boost_ep build command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/boost_ep-prefix/src/boost_ep-stamp/boost_
> ep-build-*.log
> > No install step for 'boost_ep'
> > Completed 'boost_ep'
> > Building Custom Rule C:/Users/avertleyb/git/arrow/cpp/CMakeLists.txt
> > Creating directories for 'gflags_ep'
> > Performing download step (download, verify and extract) for 'gflags_ep'
> > -- gflags_ep download command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gfla
> gs_ep-download-*.log
> > No update step for 'gflags_ep'
> > No patch step for 'gflags_ep'
> > Performing configure step for 'gflags_ep'
> > -- gflags_ep configure command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gfla
> gs_ep-configure-*.log
> > Performing build step for 'gflags_ep'
> > -- gflags_ep build command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gfla
> gs_ep-build-*.log
> > Performing install step for 'gflags_ep'
> > -- gflags_ep install command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gfla
> gs_ep-install-*.log
> > Completed 'gflags_ep'
> > Building Custom Rule C:/Users/avertleyb/git/arrow/cpp/CMakeLists.txt
> > Creating directories for 'googletest_ep'
> > Performing download step (download, verify and extract) for 'googletest_ep'
> > -- googletest_ep download command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/googletest_ep-prefix/src/googletest_ep-st
> amp/googletest_ep-download-*.log
> > No update step for 'googletest_ep'
> > No patch step for 'googletest_ep'
> > Performing configure step for 'googletest_ep'
> > -- googletest_ep configure command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/googletest_ep-prefix/src/googletest_ep-st
> amp/googletest_ep-configure-*.log
> > Performing build step for 'googletest_ep'
> > -- googletest_ep build command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/googletest_ep-prefix/src/googletest_ep-st
> amp/googletest_ep-build-*.log
> > Performing install step for 'googletest_ep'
> > -- googletest_ep install command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/googletest_ep-prefix/src/googletest_ep-st
> amp/googletest_ep-install-*.log
> > Performing copy step for 'googletest_ep'
> > Completed 'googletest_ep'
> > Building Custom Rule C:/Users/avertleyb/git/arrow/cpp/CMakeLists.txt
> > Creating directories for 'rapidjson_ep'
> > Performing download step (download, verify and extract) for 'rapidjson_ep'
> > -- rapidjson_ep download command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-downl
> oad-*.log
> > No update step for 'rapidjson_ep'
> > No patch step for 'rapidjson_ep'
> > Performing configure step for 'rapidjson_ep'
> > -- rapidjson_ep configure command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-confi
> gure-*.log
> > Performing build step for 'rapidjson_ep'
> > -- rapidjson_ep build command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-build
> -*.log
> > Performing install step for 'rapidjson_ep'
> > -- rapidjson_ep install command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-insta
> ll-*.log
> > Completed 'rapidjson_ep'
> > Building Custom Rule C:/Users/avertleyb/git/arrow/cpp/CMakeLists.txt
> > Creating directories for 'xsimd_ep'
> > Performing download step (download, verify and extract) for 'xsimd_ep'
> > -- xsimd_ep download command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-download-*.lo
> g
> > No update step for 'xsimd_ep'
> > No patch step for 'xsimd_ep'
> > Performing configure step for 'xsimd_ep'
> > -- xsimd_ep configure command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-configure-*.l
> og
> > Performing build step for 'xsimd_ep'
> > -- xsimd_ep build command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-build-*.log
> > Performing install step for 'xsimd_ep'
> > -- xsimd_ep install command succeeded. See also
> C:/Users/avertleyb/git/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-install-*.log
> > Completed 'xsimd_ep'
> > Building Custom Rule C:/Users/avertleyb/git/arrow/cpp/CMakeLists.txt
> >
> > C:\Users\avertleyb\git\arrow\cpp\build>
> >
> >
> >
>
>

Reply via email to