Re: [Discuss-gnuradio] Some problems with library path when running test and proposed fix

2014-01-27 Thread Volker Schroer
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

Re: [Discuss-gnuradio] Some problems with library path when running test and proposed fix

2014-01-27 Thread 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 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

Re: [Discuss-gnuradio] Some problems with library path when running test and proposed fix

2014-01-26 Thread Volker Schroer
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

Re: [Discuss-gnuradio] Some problems with library path when running test and proposed fix

2014-01-26 Thread Michael Dickens
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

[Discuss-gnuradio] Some problems with library path when running test and proposed fix

2014-01-26 Thread Volker Schroer
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