On 07/04/2016 20:08, Richard Bown wrote:
> Hi
> WSJTX 1.5 & 1.6 no longer building on a ARMHF  32 bit plaform:-
>
> /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member 
> function 'void QOpenGLFunctions::glVertexAttrib4fv(GLuint, const GLfloat*)':
> /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2126:5: error: 
> '::glVertexAttrib4fv' has not been declared
>       ::glVertexAttrib4fv(indx, values);
>       ^
> /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member 
> function 'void QOpenGLFunctions::glVertexAttribPointer(GLuint, GLint, GLenum, 
> GLboolean, GLsizei, const void*)':
> /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2137:5: error: 
> '::glVertexAttribPointer' has not been declared
>       ::glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
>       ^
> Building CXX object CMakeFiles/wsjtx.dir/decodedtext.cpp.o
> CMakeFiles/wsjtx.dir/build.make:255: recipe for target 
> 'CMakeFiles/wsjtx.dir/Modulator.cpp.o' failed
> make[2]: *** [CMakeFiles/wsjtx.dir/Modulator.cpp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> CMakeFiles/wsjtx.dir/build.make:303: recipe for target 
> 'CMakeFiles/wsjtx.dir/logqso.cpp.o' failed
> make[2]: *** [CMakeFiles/wsjtx.dir/logqso.cpp.o] Error 1
> CMakeFiles/Makefile2:936: recipe for target 'CMakeFiles/wsjtx.dir/all' failed
> make[1]: *** [CMakeFiles/wsjtx.dir/all] Error 2
> Makefile:136: recipe for target 'all' failed
> make: *** [all] Error 2
> OS Ubuntu 15.03
> anything obvious ?????
> Hamlib builds OK
>
Hi Richard,

it's not a WSJT-X issue. Seems that something is broken between Qt and 
OpenGL. Looks like there are in-lined calls to OpenGL functions in the 
Qt header files which is causing errors because the version of the 
OpenGL development libraries is out of sync with the Qt headers. If both 
Qt5 and OpenGL are coming out of the standard repositories then the 
issue needs reporting to the o/s packagers i.e. Ubintu or Debian.

73
Bill
G4WJS.

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to