discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Difficulty in compiling gnuradio from git on opensuse 15.3


From: address@hidden
Subject: Difficulty in compiling gnuradio from git on opensuse 15.3
Date: Tue, 18 Jan 2022 01:33:04 -0800

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 ../





reply via email to

[Prev in Thread] Current Thread [Next in Thread]