Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-07 Thread Richard Bown
Hi

PROGRESS 
its not deleting the ~/jtsdk/wsjtx/gar/  that allows the build

its purging QT5 then re-installing libqt5serialport5-dev, qtmultimedia5-dev
the dependencies for those load everything else on Ubuntu 16.04

purging :  sudo apt-get purge libqt5*  & sudo apt-get purge qt5*

It would suggest that regular updating , ( apt-get update && apt-get upgrade ) 
over a period of
time breaks actual dependencies 
I can at the moment rebuild multiple times , just with the clean option set , 
without altering the
contents of ~/jtsdk/wsjtx/gar/
100% PITA


On Wed, 7 Dec 2016 10:05:27 +
Richard Bown  wrote:

> Hi Greg
> I dont doubt the rc3 builds are OK, I downloaded your build for armhf this 
> morning and it runs.
> 
> All I get reported on startup is unable to initialise openGLfor 
> RasterGLSurface, reverting to
> RasterSurface
> and buffer under runs.
> Back to my attempts to build on the beast from Korea
> It differs from the Raspbery Pi and clones with the hardware and
> the drivers are propriety , and I suspect this is where the problem lie.
> On the two errors on the build its throwing up 10+ opengl errors like
> 
> /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2138:5:
> error:‘::glVertexAttribPointer’ has not been declared 
> ::glVertexAttribPointer(indx, size, type,
> normalized, stride, ptr); Always where a ::glVertexAttribxx’ has not been 
> declared 
> this I've not seen before this round of trying to build rc3
> I would like to find the cause of this.
> I've gone past any of the thing which allowed to build previously as the 
> build directory
> jtsdk/wsjtx/ is deleted so each build is clean.
> 
> I'd be interested if anyone else has had problems with Hardkernel products 
> (odroid ) C1+ or XU4
> Maybe time to find another computer for the shack
> 
> 
> On Tue, 6 Dec 2016 22:36:04 -0700
> KI7MT  wrote:
> 
> > All of the Launchpad builds (i386, amd64, ppc64el, and ARM) were
> > successful. Here are the ARM build logs for Ubuntu 14.04.5:
> > 
> > ARMv8 arm64:
> > https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next/+build/11530957
> > 
> > ARMv7 armhf:
> > https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next/+build/11530958
> > 
> > The builds also passed on Xenial (16.04) and Yakkety (16.10)
> > 
> > 
> > 73's
> > Greg, KI7MT
> > 
> > 
> > On 12/06/2016 09:43 PM, Richard Shaw wrote:  
> > > As another data point, here's a successful build of rc3 on Fedora Rawhide
> > > (future f26) on the arm7vhl target which built...
> > > 
> > > http://koji.fedoraproject.org/koji/taskinfo?taskID=16780515
> > > 
> > > You can use that link to inspect the build logs.
> > > 
> > > Thanks,
> > > Richard
> > 
> > --
> > 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
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel  
> 
> 
> 



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-07 Thread Richard Bown
Hi Greg
I dont doubt the rc3 builds are OK, I downloaded your build for armhf this 
morning and it runs.

All I get reported on startup is unable to initialise openGLfor 
RasterGLSurface, reverting to
RasterSurface
and buffer under runs.
Back to my attempts to build on the beast from Korea
It differs from the Raspbery Pi and clones with the hardware and
the drivers are propriety , and I suspect this is where the problem lie.
On the two errors on the build its throwing up 10+ opengl errors like

/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2138:5: 
error:‘::glVertexAttribPointer’ has not been declared 
::glVertexAttribPointer(indx, size, type,
normalized, stride, ptr);
Always where a ::glVertexAttribxx’ has not been declared 
this I've not seen before this round of trying to build rc3
I would like to find the cause of this.
I've gone past any of the thing which allowed to build previously as the build 
directory
jtsdk/wsjtx/ is deleted so each build is clean.

I'd be interested if anyone else has had problems with Hardkernel products 
(odroid ) C1+ or XU4
Maybe time to find another computer for the shack


On Tue, 6 Dec 2016 22:36:04 -0700
KI7MT  wrote:

> All of the Launchpad builds (i386, amd64, ppc64el, and ARM) were
> successful. Here are the ARM build logs for Ubuntu 14.04.5:
> 
> ARMv8 arm64:
> https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next/+build/11530957
> 
> ARMv7 armhf:
> https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next/+build/11530958
> 
> The builds also passed on Xenial (16.04) and Yakkety (16.10)
> 
> 
> 73's
> Greg, KI7MT
> 
> 
> On 12/06/2016 09:43 PM, Richard Shaw wrote:
> > As another data point, here's a successful build of rc3 on Fedora Rawhide
> > (future f26) on the arm7vhl target which built...
> > 
> > http://koji.fedoraproject.org/koji/taskinfo?taskID=16780515
> > 
> > You can use that link to inspect the build logs.
> > 
> > Thanks,
> > Richard  
> 
> --
> 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
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread KI7MT
All of the Launchpad builds (i386, amd64, ppc64el, and ARM) were
successful. Here are the ARM build logs for Ubuntu 14.04.5:

ARMv8 arm64:
https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next/+build/11530957

ARMv7 armhf:
https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next/+build/11530958

The builds also passed on Xenial (16.04) and Yakkety (16.10)


73's
Greg, KI7MT


On 12/06/2016 09:43 PM, Richard Shaw wrote:
> As another data point, here's a successful build of rc3 on Fedora Rawhide
> (future f26) on the arm7vhl target which built...
> 
> http://koji.fedoraproject.org/koji/taskinfo?taskID=16780515
> 
> You can use that link to inspect the build logs.
> 
> Thanks,
> Richard

--
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread KI7MT
Hi Richard,

I've no doubt the builds are working properly. I'm running RC3 on Ubuntu
14.04.5 right now. I sent the package to Launchpad and it's building
there properly also. There hasn't been a build failure in over 360+
builds, so I am confident things are OK with the package.

The ARM builds (v8 amd64, v7 armhf and armel) are still building, when
they are done I'll post the build log links (for what its worth), but, I
don't think there will be any issues.

73's
Greg, KI7MT


On 12/06/2016 09:43 PM, Richard Shaw wrote:
> As another data point, here's a successful build of rc3 on Fedora Rawhide
> (future f26) on the arm7vhl target which built...
> 
> http://koji.fedoraproject.org/koji/taskinfo?taskID=16780515
> 
> You can use that link to inspect the build logs.
> 
> Thanks,
> Richard
> 

--
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Richard Shaw
As another data point, here's a successful build of rc3 on Fedora Rawhide
(future f26) on the arm7vhl target which built...

http://koji.fedoraproject.org/koji/taskinfo?taskID=16780515

You can use that link to inspect the build logs.

Thanks,
Richard
--
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Greg Beam
Hi Richard,

I agree with Bill on this. The problem appears to the same as you had 
before. I have the Lanchpad version of RC3 ready to posted, but that is 
not solving the problem at hand.

Are you sure you followed the steps / process posted in:

https://sourceforge.net/p/wsjt/mailman/message/35014724/

I have added all the required build dependencies to all the JTSDK Meta 
Pakcages and the WSJTX-NEXT package on Launchpad. If the package builds 
properly on Launchpad, that clearly indicates a problem on the local 
build platform, e.g. your installation. As a side note, I've also built 
WSJT-X using Pbuilder (Debian / Ubuntu bootstrap image) on my Linux 
workstation without error.

To my knowledge, there has been no changes from RC2 to RC3 that would be 
casing this problem. I do not believe this to be a problem WSJT-X, nor 
with the JTSDK build scripts. You have to remember, the JTSDK bash 
scripts are nothing more than a "very thin layer" between the user and 
required Cmake commands to build WSJTX. If your package dependencies are 
correct, you could easily perform the same or similar build commands 
manually on the command line. JTSDK is not required, in any capacity, to 
build WSJT-X on any platform.

73's

Greg, KI7MT



On 12/6/2016 5:48 PM, Richard Bown wrote:
> more info
>
> I'm getting many errors like this on building:-
> /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2138:5: error: 
> ‘::glVertexAttribPointer’ has not been declared
>   ::glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
>
> I've loaded all qt5 libs, all fitting vertex* all *libgl* all *gles* , about 
> 800 MB , its not
> playing !!
> before each build jtsdk/wsjtx is deleted so its a clean build.
> Guess I'll have to wait until Greg builds an ARMhf rc3
> This is not going to build on the odroid xu4 without some magic applied
>
>
>
> On Tue, 6 Dec 2016 23:26:36 +
> Richard Bown  wrote:
>
>> this is not responding to deleting all previous builds and gar/
>>
>> tried that several times :(
>>
>>
>> On Tue, 6 Dec 2016 21:49:32 +
>> Bill Somerville  wrote:
>>
>>> On 06/12/2016 21:29, Richard Bown wrote:
 I suspect the problem may be with opengl
 comparing between the two machine, on the ARM I get many jopengl errors
>>> Hi Richard,
>>>
>>> this seems to be a re-run of this thread:
>>>
>>> https://sourceforge.net/p/wsjt/mailman/wsjt-devel/thread/20160414184913.209df085.richard%40g8jvm.com/#msg35014162
>>>
>>> that seemed to be cleared up by some clean up and re-building.
>>>
>>> 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
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>>
>
>


--
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Richard Bown
more info

I'm getting many errors like this on building:-
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:2138:5: error: 
‘::glVertexAttribPointer’ has not been declared
 ::glVertexAttribPointer(indx, size, type, normalized, stride, ptr);

I've loaded all qt5 libs, all fitting vertex* all *libgl* all *gles* , about 
800 MB , its not
playing !!
before each build jtsdk/wsjtx is deleted so its a clean build.
Guess I'll have to wait until Greg builds an ARMhf rc3 
This is not going to build on the odroid xu4 without some magic applied 



On Tue, 6 Dec 2016 23:26:36 +
Richard Bown  wrote:

> this is not responding to deleting all previous builds and gar/
> 
> tried that several times :(
> 
> 
> On Tue, 6 Dec 2016 21:49:32 +
> Bill Somerville  wrote:
> 
> > On 06/12/2016 21:29, Richard Bown wrote:  
> > > I suspect the problem may be with opengl
> > > comparing between the two machine, on the ARM I get many jopengl errors   
> > >  
> > 
> > Hi Richard,
> > 
> > this seems to be a re-run of this thread:
> > 
> > https://sourceforge.net/p/wsjt/mailman/wsjt-devel/thread/20160414184913.209df085.richard%40g8jvm.com/#msg35014162
> > 
> > that seemed to be cleared up by some clean up and re-building.
> > 
> > 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
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel  
> 
> 
> 



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Richard Bown
this is not responding to deleting all previous builds and gar/

tried that several times :(


On Tue, 6 Dec 2016 21:49:32 +
Bill Somerville  wrote:

> On 06/12/2016 21:29, Richard Bown wrote:
> > I suspect the problem may be with opengl
> > comparing between the two machine, on the ARM I get many jopengl errors  
> 
> Hi Richard,
> 
> this seems to be a re-run of this thread:
> 
> https://sourceforge.net/p/wsjt/mailman/wsjt-devel/thread/20160414184913.209df085.richard%40g8jvm.com/#msg35014162
> 
> that seemed to be cleared up by some clean up and re-building.
> 
> 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
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Bill Somerville
On 06/12/2016 21:29, Richard Bown wrote:
> I suspect the problem may be with opengl
> comparing between the two machine, on the ARM I get many jopengl errors

Hi Richard,

this seems to be a re-run of this thread:

https://sourceforge.net/p/wsjt/mailman/wsjt-devel/thread/20160414184913.209df085.richard%40g8jvm.com/#msg35014162

that seemed to be cleared up by some clean up and re-building.

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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Richard Bown
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 +
Bill Somerville  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 

Re: [wsjt-devel] problem compiling 1.7.0 rc 3 on ARM

2016-12-06 Thread Richard Bown
Hi that line is 

   @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green
   
--progress-dir=/home/odroid/jtsdk/wsjtx/gar/wsjtx-1.7.0-rc3/build/Release/CMakeFiles

   --progres /usr/bin/c++   $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS)  
-include
   wsjtx_config.h -o CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o -c 
/home/odroid/jtsdk/src

Unfortunately none the wiser from that :(




On Tue, 6 Dec 2016 13:43:10 -0600
Richard Shaw  wrote:

> On Tue, Dec 6, 2016 at 1:19 PM, Richard Bown  wrote:
> 
> > Hi Richard
> > I tried that and just got a no rule to make error
> > I ran make -d , but not a lot of use, and I found nothing in the CMake log
> > , so stuck with this error
> >
> > Reaping losing child 0x165c98 PID 27847
> > 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
> 
> 
> Ok, it may be a makefile error rather than a compile error then, you'll
> have to follow the rabbit trail into CMakeFiles/wsjt_qt.dir/build.make and
> look on line 842 and see if you can figure out what's going wrong.
> 
> Thanks,
> Richard



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel