Open katolla opened 3 years ago
hi, after you merged todays pull requests i can't compile your app anymore:
/usr/bin/ld: CMakeFiles/chia_plot.dir/src/chia_plot.cpp.o: in function std::experimental::filesystem::v1::__cxx11::path::path<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::experimental::filesystem::v1::__cxx11::path>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/include/c++/7/experimental/bits/fs_path.h:199: undefined reference tostd::experimental::filesystem::v1::cxx11::path::_M_split_cmpts()' /usr/bin/ld: CMakeFiles/chia_plot.dir/src/chia_plot.cpp.o: in function std::experimental::filesystem::v1::exists(std::experimental::filesystem::v1::__cxx11::path const&)': /usr/include/c++/7/experimental/bits/fs_ops.h:127: undefined reference tostd::experimental::filesystem::v1::status(std::experimental::filesystem::v1::cxx11::path const&)' /usr/bin/ld: /usr/include/c++/7/experimental/bits/fs_ops.h:127: undefined reference to `std::experimental::filesystem::v1::status(std::experimental::filesystem::v1::__cxx11::path const&)' collect2: Fehler: ld gab 1 als Ende-Status zurück make[2]: [CMakeFiles/chia_plot.dir/build.make:89: chia_plot] Error 1 make[1]: [CMakeFiles/Makefile2:380: CMakeFiles/chia_plot.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
std::experimental::filesystem::v1::__cxx11::path::path<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::experimental::filesystem::v1::__cxx11::path>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/include/c++/7/experimental/bits/fs_path.h:199: undefined reference to
std::experimental::filesystem::v1::exists(std::experimental::filesystem::v1::__cxx11::path const&)': /usr/include/c++/7/experimental/bits/fs_ops.h:127: undefined reference to
before you merged the pull requests today it still compiled
what is your platform ?
should be fixed now?
compiles fine now
hi, after you merged todays pull requests i can't compile your app anymore:
/usr/bin/ld: CMakeFiles/chia_plot.dir/src/chia_plot.cpp.o: in function
std::experimental::filesystem::v1::__cxx11::path::path<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::experimental::filesystem::v1::__cxx11::path>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/include/c++/7/experimental/bits/fs_path.h:199: undefined reference to
std::experimental::filesystem::v1::cxx11::path::_M_split_cmpts()' /usr/bin/ld: CMakeFiles/chia_plot.dir/src/chia_plot.cpp.o: in functionstd::experimental::filesystem::v1::exists(std::experimental::filesystem::v1::__cxx11::path const&)': /usr/include/c++/7/experimental/bits/fs_ops.h:127: undefined reference to
std::experimental::filesystem::v1::status(std::experimental::filesystem::v1::cxx11::path const&)' /usr/bin/ld: /usr/include/c++/7/experimental/bits/fs_ops.h:127: undefined reference to `std::experimental::filesystem::v1::status(std::experimental::filesystem::v1::__cxx11::path const&)' collect2: Fehler: ld gab 1 als Ende-Status zurück make[2]: [CMakeFiles/chia_plot.dir/build.make:89: chia_plot] Error 1 make[1]: [CMakeFiles/Makefile2:380: CMakeFiles/chia_plot.dir/all] Error 2 make: *** [Makefile:130: all] Error 2before you merged the pull requests today it still compiled