Tom,
you are right. I'll use github.
I looked at the issue tracker but may be I'm blind. How to log in ?
-- Volker
Am 27.01.2014 14:59, schrieb Tom Rondeau:
On Mon, Jan 27, 2014 at 2:08 AM, Volker Schroer wrote:
Hi Michael,
just for clarification:
My CMAKE_INSTALL_PREFIX points to a non ex
On Mon, Jan 27, 2014 at 2:08 AM, Volker Schroer wrote:
> Hi Michael,
>
> just for clarification:
>
> My CMAKE_INSTALL_PREFIX points to a non existing directory at build and test
> time. The libraries used depend on the LD_LIBRARY_PATH settings that point
> to an existing installation.
>
> In my ca
Hi Michael,
just for clarification:
My CMAKE_INSTALL_PREFIX points to a non existing directory at build and
test time. The libraries used depend on the LD_LIBRARY_PATH settings
that point to an existing installation.
In my case, I can avoid the problems by unsetting the LD_LIBRARY_PATH.
It
On Jan 26, 2014, at 11:23 AM, Volker Schroer wrote:
> In brief: Depending on the settings make test does not always test what
> should test.
Hi Volker - If GNU Radio is already installed into the PREFIX provided to cmake
during configuration, then during "make test" some of the already-install
In brief: Depending on the settings make test does not always test what
should test.
In detail:
The following is based on gnuradio v3.7.2.1-159-g3fa56a46 though the
problems already exist with older versions.
If I run make test on a fresh build ( but not installed! ) version of
gnuradio I ge