On 07/09/2016 01:52 AM, Dave wrote:
> It looks like libfreetype6-dev,  ocl-icd-opencl-dev, and libqt4-opengl-dev 
> are already installed.  I can't find libghc-glfw-dev in my package manager.

Okay, try

  apt-get install libglfw3-dev

If its not already installed, install it and blow away the build
directory and build it again.

Note, when cmake finishes running, it should print out

-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
--   * Python
--   * GLFW
--   * QT
--   * WX

There should be no components under

-- ######################################################
-- # Gnuradio disabled components
-- ######################################################


The GLFW component - or libglfw3-dev - is the OpenGL package.

If GLFW is disabled it will still successfully install but you wont have
OpenGL support.

-- Cinaed


> 
> Pybombs says the install of gr-fosphor was successful however I can't find an 
> executable on my system.  Where would it be located.  It does not seem to be 
> anywhere in my pybombs prefix directory or anywhere else on the system that I 
> can find.   I see the gr-fosphor folder in my src directory but I don't see 
> any executables.
> 
> Thanks, Dave
> 
> -----Original Message-----
> From: Cinaed Simson [mailto:cinaed.sim...@gmail.com] 
> Sent: Saturday, July 09, 2016 1:24 AM
> To: Sylvain Munaut; Dave
> Cc: GNURadio Discussion List
> Subject: Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs
> 
> On 07/08/2016 10:55 PM, Sylvain Munaut wrote:
>> Hi,
>>
>>> Your suggestion helped.  I got past the x11 error.
>>> Now it fails with this line:
>>> -- Could NOT find OpenCL (missing: OpenCL_LIBRARY OpenCL_INCLUDE_DIR) 
>>> I don't see either one of those entries explicitly in the Ubuntu 
>>> package manager so I'm not sure what I should load next.
>>
>> Try installing ocl-icd-opencl-dev package
>>
>>
>> Cheers,
>>
>>     Sylvain
>> .
>>
> 
> After Sylvain's suggestion - which should work - try
> 
>   apt-get install libqt4-opengl-dev libghc-glfw-dev
> 
> If that works, blow away the build directory and then try building it again.
> 
> 
> -- Cinaed
> 
> 
> .
> 


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

Reply via email to