Hi Bill
I was building with jtsdk
I suspect the problem may be with opengl
comparing between the two machine, on the ARM I get many jopengl errors:-
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib1f(GLuint, GLfloat)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2050:5: error:
‘::glVertexAttrib1f’ has not been declared
::glVertexAttrib1f(indx, x);
^
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib1fv(GLuint, const GLfloat*)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2061:5: error:
‘::glVertexAttrib1fv’ has not been declared
::glVertexAttrib1fv(indx, values);
^
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib2f(GLuint, GLfloat, GLfloat)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2072:5: error:
‘::glVertexAttrib2f’ has not been declared
::glVertexAttrib2f(indx, x, y);
^
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib2fv(GLuint, const GLfloat*)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2083:5: error:
‘::glVertexAttrib2fv’ has not been declared
::glVertexAttrib2fv(indx, values);
^
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib3f(GLuint, GLfloat, GLfloat,
GLfloat)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2094:5: error:
‘::glVertexAttrib3f’ has not been declared
::glVertexAttrib3f(indx, x, y, z);
^
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib3fv(GLuint, const GLfloat*)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2105:5: error:
‘::glVertexAttrib3fv’ has not been declared
::glVertexAttrib3fv(indx, values);
^
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h: In member
function ‘void QOpenGLFunctions::glVertexAttrib4f(GLuint, GLfloat, GLfloat,
GLfloat, GLfloat)’:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2116:5: error:
‘::glVertexAttrib4f’ has not been declared
::glVertexAttrib4f(indx, x, y, z, w);
^
/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:2127: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:2138:5: error:
‘::glVertexAttribPointer’ has not been declared
::glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
^
CMakeFiles/wsjt_qt.dir/build.make:842: recipe for target
'CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o' failed
make[2]: *** [CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o] Error 1
CMakeFiles/Makefile2:292: recipe for target 'CMakeFiles/wsjt_qt.dir/all' failed
make[1]: *** [CMakeFiles/wsjt_qt.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
make run in ~/jtsdk/wsjtx/gar/wsjtx-1.7.0-rc3/build/Release$
HTH
Thanks
On Tue, 6 Dec 2016 21:01:51 +0000
Bill Somerville <[email protected]> wrote:
> On 06/12/2016 16:28, Richard Bown wrote:
> > Yes, that got me past that stage but I've hit problems further on
> > when building UDPEamples
> >
> > [ 78%] Linking CXX executable udp_daemon
> > CMakeFiles/message_aggregator.dir/build.make:163: recipe for target
> > 'CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o' failed
> > make[2]: ***
> > [CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o] Error 1
> > CMakeFiles/Makefile2:599: recipe for target
> > 'CMakeFiles/message_aggregator.dir/all' failed
> > make[1]: *** [CMakeFiles/message_aggregator.dir/all] Error 2 [ 78%] Built
> > target udp_daemon
> > Makefile:149: recipe for target 'all' failed
> > make: *** [all] Error 2
>
> Hi Richard,
>
> it looks like you are giving a -j option to your build command, that is
> fine for fast builds but does not help with getting sequential output
> with the error at the end. Try the build command again without any -j or
> -k options and report back the last few tens of lines of output.
>
> 73
> Bill
> G4WJS.
>
>
> ------------------------------------------------------------------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> _______________________________________________
> wsjt-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
--
Best wishes /73
Richard Bown
Email : [email protected]
HTTP : http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 18 x86_64 on a Dell Inspiron N5030 laptop
##################################################################################
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel