Could it be an issue with an old version of c++.exe not supporting c++17? Shaheer could you also post the cmake prelude where it displays compiler version etc.?
Shaheer Ahmad <[email protected]> schrieb am Do., 16. Feb. 2023, 18:04: > I am giving the “cmake –build .” command within “arrow/cpp” directory. I > did specify CXX_STANDARD anywhere. Could you please guide me on that? > > On Thu, Feb 16, 2023 at 9:59 PM Weston Pace <[email protected]> wrote: > > > It appears you are tryingt o build with `-std=c++1z`. Arrow-C++ requires > > C++17 (the header <string_view> is only present in C++17 and greater). > > What command are you using to run cmake? Are you specifying CXX_STANDARD > > anywhere? > > > > On Wed, Feb 15, 2023 at 6:18 PM Shaheer Ahmad < > [email protected] > > > > > wrote: > > > > > [1/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_binary.cc.obj > > > FAILED: src/arrow/CMakeFiles/arrow_shared.dir/array/array_binary.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_binary.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\array_binary.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_binary.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_binary.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_binary.cc:18:0: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_binary.h:26:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [2/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_decimal.cc.obj > > > FAILED: > src/arrow/CMakeFiles/arrow_shared.dir/array/array_decimal.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_decimal.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\array_decimal.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_decimal.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_decimal.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_decimal.h:24:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_decimal.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_binary.h:26:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [3/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_decimal.cc.obj > > > FAILED: > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_decimal.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_decimal.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_decimal.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_decimal.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_decimal.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_decimal.h:24:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_decimal.h:22, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_decimal.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_binary.h:26:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [4/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_binary.cc.obj > > > FAILED: > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_binary.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_binary.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_binary.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_binary.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_binary.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_binary.cc:18:0: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_binary.h:28:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [5/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_base.cc.obj > > > FAILED: src/arrow/CMakeFiles/arrow_shared.dir/array/array_base.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_base.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\array_base.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_base.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [6/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_union.cc.obj > > > FAILED: > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_union.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_union.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_union.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_union.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_union.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_nested.h:29, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_union.h:25, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_union.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [7/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_primitive.cc.obj > > > FAILED: > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_primitive.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_primitive.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\array_primitive.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_primitive.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_primitive.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_primitive.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_primitive.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [8/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_dict.cc.obj > > > FAILED: src/arrow/CMakeFiles/arrow_shared.dir/array/array_dict.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_dict.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\array_dict.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_dict.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_dict.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_dict.h:23, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_dict.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [9/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_base.cc.obj > > > FAILED: src/arrow/CMakeFiles/arrow_shared.dir/array/builder_base.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_base.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_base.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_base.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_base.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_base.h:27, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_base.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [10/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_dict.cc.obj > > > FAILED: src/arrow/CMakeFiles/arrow_shared.dir/array/builder_dict.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_dict.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_dict.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_dict.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_dict.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_dict.h:25, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_dict.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [11/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_primitive.cc.obj > > > FAILED: > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_primitive.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_primitive.cc.obj > -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_primitive.cc.obj.d > -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_primitive.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_primitive.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_base.h:27, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_primitive.h:24, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_primitive.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [12/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_adaptive.cc.obj > > > FAILED: > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_adaptive.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_adaptive.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_adaptive.cc.obj.d > -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_adaptive.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_adaptive.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_base.h:27, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_adaptive.h:25, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_adaptive.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [13/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_nested.cc.obj > > > FAILED: src/arrow/CMakeFiles/arrow_shared.dir/array/array_nested.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_nested.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\array_nested.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/array_nested.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_nested.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_nested.h:29, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_nested.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > [14/249] Building CXX object > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_nested.cc.obj > > > FAILED: > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_nested.cc.obj > > > C:\MinGW\bin\c++.exe -DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT > > > -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 > > > -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 > -DARROW_WITH_TIMING_TESTS > > > -DBOOST_ALL_NO_LIB -DBOOST_USE_WINDOWS_H=1 -DURI_STATIC_BUILD > > > -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE > > > -Darrow_shared_EXPORTS > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src > > > > > > > > > -IC:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/generated > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/flatbuffers/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/thirdparty/hadoop/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/boost_ep-prefix/src/boost_ep > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/rapidjson_ep/src/rapidjson_ep-install/include > > > -isystem > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/xsimd_ep/src/xsimd_ep-install/include > > > -fdiagnostics-color=always -Wa,-mbig-obj -Wall -Wno-conversion > > > -Wno-sign-conversion -Wunused-result -fno-semantic-interposition > -mxsave > > > -msse4.2 -g -Werror -O0 -ggdb -std=c++1z -MD -MT > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_nested.cc.obj -MF > > > src\arrow\CMakeFiles\arrow_shared.dir\array\builder_nested.cc.obj.d -o > > > src/arrow/CMakeFiles/arrow_shared.dir/array/builder_nested.cc.obj -c > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_nested.cc > > > In file included from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/data.h:26:0, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_base.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/array_nested.h:29, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_nested.h:26, > > > from > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/array/builder_nested.cc:18: > > > > > > > > > C:/Users/gamer/Desktop/LUMS/CS/Opensource/Apache_Arrow/arrow/cpp/src/arrow/buffer.h:24:23: > > > fatal error: string_view: No such file or directory > > > #include <string_view> > > > ^ > > > compilation terminated. > > > ninja: build stopped: subcommand failed. > > > > > > > > > On Thu, Feb 16, 2023 at 7:12 AM Bryce Mecum <[email protected]> > wrote: > > > > > > > Hi Shaheer, welcome! I think the mailing list may have had an issue > > with > > > > your attachment. If the output is short, could you reply with it > here? > > If > > > > it's more than 10-20 lines, you might put it in a Gist [1] or similar > > > type > > > > of pastebin and reply with a link. > > > > > > > > [1] https://gist.github.com/ > > > > > > > > > >
