I'm stuck on this linker issue: ``` Creating library release\parquet-column_scanner-test.lib and object release\parquet-column_scanner-test.exp column_scanner-test.cc.obj : error LNK2019: unresolved external symbol "private: static bool arrow::CpuInfo::initialized_" (?initialized_@CpuInfo@arrow@@0_NA) referenced in function "public: __cdecl parquet::DictEncoder<struct parquet::DataType<1> >::DictEncoder<struct parquet::DataType<1> >(class parquet::ColumnDescriptor const *,class parquet::ChunkedAllocator *,class arrow::MemoryPool *)" (??0?$DictEncoder@U?$DataType@$00@parquet@@@parquet@@QEAA@PEBVColumnDescriptor@1@PEAVChunkedAllocator@1@PEAVMemoryPool@arrow@@@Z) parquet_static.lib(column_writer.cc.obj) : error LNK2001: unresolved external symbol "private: static bool arrow::CpuInfo::initialized_" (?initialized_@CpuInfo@arrow@@0_NA) release\parquet-column_scanner-test.exe : fatal error LNK1120: 1 unresolved externals [337/364] Building CXX object src\parquet\CMakeFiles\parquet-column_writer-test.dir\column_writer-test.cc.obj ninja: build stopped: subcommand failed. (arrow) C:\projects\arrow\cpp\build>set lastexitcode=1 ```
I haven't been able to figure out what is different about the linker configuration yet that is causing this to fail. [ Full content available at: https://github.com/apache/arrow/pull/2453 ] This message was relayed via gitbox.apache.org for [email protected]
