I get the same error here. As it turns out, any version of GNU Radio
before 3.7.9.2 cannot be built with a newer CMake. If you really need to
build 3.7.9, you have to use an older version of CMake.
I've tested CMake 2.8.12.2 (the version used in Ubuntu 14.04), and that
works.
Ron
On 4/4/19 17:24, Michael Dickens wrote:
Hmmm ... so the cmake debug output log shows:
{{{
/usr/bin/python2: can't open file
'/home/user/workarea-gnuradio/gnuradio-3.7.9/gen/volk_compile_utils.py':
[Errno 2] No such file or directory
}}}
Is this really true, that that file doesn't exist? Or maybe it needs
to be "chmod a+x"?
On Thu, Apr 4, 2019, at 11:22 AM, [email protected] wrote:
I tried to solve the issues as in:
https://lists.gnu.org/archive/html/discuss-gnuradio/2016-03/msg00812.html
1. I added SET(CMAKE_C_FLAGS "$(CMAKE_C_FLAGS) -lpthread") and
SET(CMAKE_CXX_FLAGS "$(CMAKE_CXX_FLAGS) -lpthread") in
CMakeLists.txt.
2. I modified CMakeLists.txt of volk using "sed -i
's/(intrin.h/(x86intrin.h/g' ../volk/lib/CMakeLists.txt".
3. I modified CMakeLists.txt of volk using "sed -i
's/.\+Werror=unused\-command-line\-argument.\+//g'
../volk/lib/CMakeLists.txt".
Now the output of cmake is:
https://pastebin.com/e4gBZg4d
and the content of CMakeError.log is:
https://pastebin.com/Bv9YWp7P
Thank you.
Ivan
Il 04.04.2019 17:04 [email protected] ha scritto:
Hi Michael,
I'm sorry! Sure, next time I will.
I'm building on Debian 9.8, and cmake is 3.7.2.
Thank you for reply.
Ivan
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio