Check to see whether the boost filesystem package is installed. Not familiar with packaging for that distro - looks like it would be "libboost_filesystem1_75_0-devel".
On Tue, Jan 18, 2022 at 4:36 AM li...@lazygranch.com <li...@lazygranch.com> wrote: > I just upgraded my Opensuse from 15.2 to rev 15.3. I compiled > gnuradio 3.9 maintenance release > using the instructions from > https://wiki.gnuradio.org/index.php/InstallingGR#From_Source > > Results: > ---------- > building release 3.9.0.0 > 100% tests passed, 0 tests failed out of 252 > > Total Test time (real) = 149.09 sec > ----------------------- > > When I try to compile the current release I get this error: > ------------------- > [ 3%] Building CXX object > gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/constants.cc.o > In file included from /usr/include/boost/dll/runtime_symbol_info.hpp:11:0, > from > /usr/local/src/gnuradio/build/gnuradio-runtime/lib/constants.cc:16: > /usr/include/boost/dll/config.hpp:42:10: fatal error: filesystem: No such > file or directory > #include <filesystem> > ^~~~~~~~~~~~ > compilation terminated. > make[2]: *** > [gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/build.make:100: > gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/constants.cc.o] Error 1 > make[1]: *** [CMakeFiles/Makefile2:2336: > gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/all] Error 2 > make: *** [Makefile:158: all] Error 2 > ------------------------- > I am using this command line for cmake in both cases: > cmake -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_BUILD_TYPE=Release > -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ > > > >