madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 662 forks source link

can't compile anymore after the latest patches #19

Open katolla opened 3 years ago

katolla commented 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

before you merged the pull requests today it still compiled

fermosan commented 3 years ago

what is your platform ?

madMAx43v3r commented 3 years ago

should be fixed now?

katolla commented 3 years ago

compiles fine now

should be fixed now?