Well, I'm an RF guy, not a programmer, sorry :) But maybe even a dumb script 
could check the path and modify the file accordingly? Would also be an ugly 
hack, but at least almost no one would notice :)

Ralph.

> -----Original Message-----
> From: discuss-gnuradio-bounces+ralph=schmid....@gnu.org 
> [mailto:discuss-gnuradio-bounces+ralph=schmid....@gnu.org] On Behalf Of
> Johannes Demel
> Sent: Wednesday, 4 December, 2013 08:28
> To: discuss-gnuradio@gnu.org
> Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte


> 
> Hi Ralph,
> 
> If you come up with a sane solution for this, let me know. This hack is a 
> result of getting stuck in CMake hell while being in a hurry.
> 
> Johannes
> 
> On 03.12.2013 20:25, Ralph A. Schmid, dk5ras wrote:
> > Hi,
> >
> >> the library path to libfftw3f is actually hardcoded in the makefile.
> >> search for
> >>   SET(FFTW3f /usr/lib/x86_64-linux-gnu/libfftw3f.so)
> >> in gr37-lte/lib/CMakeLists.txt
> >> and replace it with the the proper library location for your system.
> >> for example:
> >>   SET(FFTW3f /usr/lib64/libfftw3f.so)
> >
> > Ah, I see, the comment for this tells something about an ugly hack,
> > and it seems I fell for it :)
> >
> >> best regards,
> >> Martin
> >
> > Thanks!
> >
> > Ralph.
> >
> >
> >
> > _______________________________________________
> > 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


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

Reply via email to