discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block fo


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration
Date: Wed, 30 Oct 2013 09:19:19 +0100

Hi,

> ImportError: libgnuradio-fosphor-3.7.0git.so.0.0.0: cannot open shared
> object file: No such file or directory

Did you install it in the same prefix as gnuradio was installed in ?

Not sure where your GR install comes from ...


> I passed the GLFW directories to cmake, and edited line 26
> of glfw_sink_c_impl.cc to remove the directory name preceding the header
> file, the but then it errs at complile with:
>
> /usr/local/src/gr-fosphor/lib/glfw_sink_c_impl.cc:51:48: error:
> ‘glfwGetFramebufferSize’ was not declared in this scope
> glfwGetFramebufferSize(this->d_window, &w, &h);
>
> Just strange that cmake is not picking up the libraries.  My editing
> probably messed something up.

Are you sure you compiled GLFW3 (and not the 2.x series) ?
And compiled it as a shared library ?

And for opencl, is /usr/lib64/nvidia in the LD_LIBRARY_PATH or in
/etc/ld.so.conf (or similar for your distro).
Maybe it's not meant to be used directly and you should call it
through the ICD ?  Fedora seems to have an opencl-icd package, is that
installed ?

Cheers,

   Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]