---------- Forwarded message ----------
From: Mark Napier <napierdm...@gmail.com>
Date: Mon, Jul 4, 2016 at 8:13 PM
Subject: Re: Broken Pybombs install, stuck again
To: Marcus Müller <marcus.muel...@ettus.com>


Hello Marcus,

Thank you for the reply.

Yes, I sourced the script before the compile by typing ". ./setup_env.sh".

No, I haven't installed *anything* in that virtual machine since I got that
one clean PyBOMBS install to run.  Again, I can restore the virtual machine
to where it was two days ago and the PyBOMBS install works correctly.

So I need to recompile GNU Radio against the UHD that was compiled with
PyBOMBS in the first place?  It doesn't seem likely but I'm sure willing to
try it.

How?  I mean, what do I type to do the recompile?

Thank you much,

Mark Napier


Message: 9
Date: Mon, 4 Jul 2016 17:28:50 +0200
From: Marcus M?ller <marcus.muel...@ettus.com>
To: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Broken Pybombs install, stuck again.
Message-ID: <577a80b2.1090...@ettus.com>
Content-Type: text/plain; charset="windows-1252"

Hi Mark,
as far as I can tell, you've recompiled UHD, but you did not recompile
GNU Radio to link against that UHD (I don't know if you've updated UHD
since your last compilation of GNU Radio, so this might pose a problem).

>And yes, I have run the ~/gnuradio/src/prefix/setup_env.sh first.

Does that mean you've /run/ it, or did you /source/ it? The first
wouldn't have an effect, because it would set up the correct paths for
the duration of the script running ? and that script immediately exits.
Sourcing the file, however, would make the changes permanent to your shell.

Also, it's important that you did the sourcing before compiling UHD ?
otherwise, the build process might use system libraries that it
shouldn't use.

Best regards,
Marcus
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to