Hello,

cpuid.h is part of gcc. You should have gcc installed already! While
intrin.h header file is founded in clang also downloadable from GitHub.

CMake is looking for both files. Once you compile each one you will be able
to resolve this issue. You can always copy and paste the header files but
if you install them from source it will place the files where they belong.
I think in this case in the "include" directory.

Let me know if you have any questions.


On Sat, Jul 20, 2019, 7:27 PM Michael Dickens <michael.dick...@ettus.com>
wrote:

> Here are the (current) key issues:
> {{{
> -- Python checking for click - found
> -- Python checking for click-plugins - not found
> }}}
>
> These are Python packages. If you get them installed hopefully the "cmake"
> command will finish & you can get on with building from source! - MLD
>
> On Sat, Jul 20, 2019, at 6:56 PM, Barry Duggan wrote:
> > I used """cmake -DENABLE_GR_UHD=OFF -DCMAKE_INSTALL_PREFIX="/usr/local"
> > -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../ >
> > cmake_out.txt 2>&1""". The file is attached.
> >
> > There are several 'missing' packages, but I don't know which ones are
> > important.
> > ---
> > Barry Duggan
> >
> > Attachments:
> > * cmake_out.txt
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to