discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] complaints about missing volk.h


From: CEL
Subject: Re: [Discuss-gnuradio] complaints about missing volk.h
Date: Tue, 28 May 2019 17:41:20 +0000

Seems you didn't quite install things into a place CMake looks into by
default; quite possibly, there will be needs to tell CMake about
/usr/local/include/volk (which is what I guess is the default
installation prefix if you build from source manually).

Anyway, this wouldn't have helped you! Please don't install a random
VOLK, that doesn't work; instead, uninstall what you've installed now,
and 

git clone --recursive https://github.com/gnuradio/gnuradio 
/home/xroot/GNUradio2/
cd /home/xroot/GNUradio2/
mkdir build
cd build
cmake ..

Due to the recursive clone, you get an in-tree copy of VOLK that matches 
exactly your GNU Radio version. 
CMake will recognize the presence of that, and then build VOLK alongside with 
GNU Radio.

Again, I've said this multiple times: going for the source build on CentOS 7 is 
not what I'd like to recommend. That's why I have the repo with an RPM package 
that I referred you to before.

Best regards,
Marcus

On Tue, 2019-05-28 at 17:27 +0000, Chesir, Aaron M. wrote:
> Folks,
>  
> I am trying to install GNUradio from source:
> I downloaded a copy of the gnuradio master repository into my local folder 
> /home/xroot/GNUradio2/,
> I created a subdirectory called "build",
> within that sub-directory, I can execute "cmake ../".
>  
> When I execute "make", I keep getting the (attached) error about missing 
> "volk.h"
>  
> I then installed VOLK from source (cmake, make, sudo make install), and then 
> went back to my attempt at building GNUradio:
> I went back to the "build" directory,
> I ran "make clean",
> I ran "cmake ../"
> I ran "make"
>  
> …and I keep getting the very same error message.
>  
> Help.
>  
> Thanks,
>  
> Aaron
>  
>  
> When I execute
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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