Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-12589: [C++] Compiling on windows doesn't work when -DARROW_WIT…
…H_BACKTRACE=OFF [4/116] Building CXX object src/arrow/CMakeFiles/arrow_shared.dir/Unity/unity_17_cxx.cxx.obj FAILED: src/arrow/CMakeFiles/arrow_shared.dir/Unity/unity_17_cxx.cxx.obj C:/msys64/mingw64/bin/ccache.exe C:\msys64\mingw64\bin\c++.exe ... In file included from src/arrow/CMakeFiles/arrow_shared.dir/Unity/unity_17_cxx.cxx:3: C:/msys64/home/javan/arrow/arrow-master/cpp/src/arrow/filesystem/filesystem.cc:81:28: error: function 'std::ostream& arrow::fs::operator<<(std::ostream&, arrow::fs::FileType)' definition is marked dllimport 81 | ARROW_EXPORT std::ostream& operator<<(std::ostream& os, FileType ftype) { | ^~~~~~~~ [5/116] Building CXX object src/arrow/CMakeFiles/arrow_shared.dir/Unity/unity_2_cxx.cxx.obj Closes apache#10188 from amol-/ARROW-12589 Authored-by: Alessandro Molina <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information