-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi can we have a full isit of dependencies and versions?
I'm on Ubuntu 20.04, GNR 3.10, I managed to run the cmake command ok to completion after modifying the cmake command to be python 3.8 not 3.9, installing missing dependencies and repeating until it finished but when i try to make it fails on an open gl texture error in the screen file with notes that 7 arguments expected 9 provided, you mention in the MD file gl headers and runtimes, other than qt5 and building opengl what am I missing?
[ 10%] Building CXX object lib/CMakeFiles/gnuradio-ofdmradar.dir/gui/ofdmradar_screen.cc.o
/home/raidfire/gr-ofdmradar/lib/gui/ofdmradar_screen.cc: In member function ‘virtual void OFDMRadarScreen::initializeGL()’:
/home/raidfire/gr-ofdmradar/lib/gui/ofdmradar_screen.cc:95:45: error: no matching function for call to ‘QOpenGLTexture::setData(int, int, int, unsigned int, unsigned int, int, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, std::complex*)’
95 | d_front_buffer.data());
| ^