[wsjt-devel] JTSDK builds

2016-05-02 Thread Joe Taylor
Hi all, On my Win7 machine, SVN revision 6662 on the development branch builds the Debug target correctly (with JTSDK version 2.0.4-1), but the Release ate Package targets fail with a message "verify_app failed". The last few lines from the build procedure are appended below. Does anyone

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread KI7MT
Hi Bill, Joe, You can do this a couple ways: enable-separate or enable-clean enable-rcfg The first separates the build by svn revision, the second two will perform < $(MAKE) clean e.g. --clean-first > before build and / re-run the configure step in the build tree. You may be able to enable

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 17:01, Bill Somerville wrote: > Is your version of wsprd different from the current WSJT-X sources? Hi again Joe, it may be as simple as that something has moved and the build tree needs to be reconfigured, easiest way to do that is scrap it and start again with a fresh configure

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 14:26, Joe Taylor wrote: > the Release > ate Package targets fail with a message "verify_app failed". The last > few lines from the build procedure are appended below. Does anyone know > what has gone awry? > > -- Joe, K1JT > > -- executable file 8: >

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Joe Taylor
Hi Bill, Yes, the same error messages occur if I build the install target in a release configuration? ("build-wsjtx rinstall" in JTSDK). -- Joe On 5/2/2016 1:22 PM, Bill Somerville wrote: > Hi Joe, > > comments in line below. > > On 02/05/2016 18:12, Joe Taylor wrote: >> Nothing

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 18:28, Joe Taylor wrote: > Yes, the same error messages occur if I build the install target in a > release configuration? ("build-wsjtx rinstall" in JTSDK). Hi Joe, here is the last part of my release configuration install target output. There will be a clue as to what is going

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
Hi Joe, comments in line below. On 02/05/2016 18:12, Joe Taylor wrote: > Nothing special about the wsprd.exe built for this test. The code is > that in the devel branch. There were issues reported with other executables, I only mentioned wsprd because it was the first. > > I tried deleting the

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Joe Taylor
Hi Bill, Greg, and all, Well, I'm not much wiser. I tried a clean build tree, and I tried switching over to Qt5.5 for the first time. All JTSDK builds of the Release/install or Package target fail, apparently because of missing pre-requisites. For what it's worth, I'm attaching the portion

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 20:27, Bill Somerville wrote: > I have seen this before and it is related to the use of objdump or the > microsoft dumpbin tool to find dependent libraries. The CMake > GetPrerequisites module can use either tool with dumpbin being preferred > since it takes a fraction of the time

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Joe Taylor
Hi Bill, Greg, and all, Sorry to have been wasting your time -- I have solved my problem. A long time ago, probably in 2014 or even earlier, I made my life easier (or so I thought) by putting copies of the following libraries in directory C:\Windows\System32, on this machine:

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Joe Taylor
Hi Bill (and Greg), I did a clean install of Greg's latest JTSDK, with all updates to the v2.0.4-1 release. Building the WSJT-X release target still fails to recognize the need for libgfortran-3.dll and libquadmath-0.dll. > I need to see the output of these commands on your system to try and

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 21:29, Joe Taylor wrote: > OK. Note that I'm back on the qt52 branch now. > (JTSDK-QT 5.2 ) C:\JTSDK\src\wsjtx)objdump -p > C:\JTSDK\wsjtx\devel\qt52\1.7.0\Re > lease\install\bin\wsjtx.exe | grep "DLL Name" > DLL Name: Qt5Core.dll > DLL Name: Qt5Gui.dll >

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 19:31, Joe Taylor wrote: > I tried a clean build tree, and I tried switching over to Qt5.5 for > the first time. All JTSDK builds of the Release/install or Package > target fail, apparently because of missing pre-requisites. > > For what it's worth, I'm attaching the portion of

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Joe Taylor
Hi Bill, One more question, while I think of it. What's your present advice on building with Qt 5.2 vs Qt 5.5? -- Joe -- Find and fix application performance issues faster with Applications Manager

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill Somerville
On 02/05/2016 21:41, Joe Taylor wrote: > One more question, while I think of it. What's your present advice on > building with Qt 5.2 vs Qt 5.5? Hi Joe, we are still supporting Qt v5.2.1 as that is the Qt version in the repositories for the current Ubuntu LTS release 14.04. Qt v5.6 is

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread KI7MT
Hi Joe, It was probably a good idea at the time :-). In any case, I'm glad it's all sorted out. 73's Greg, KI7MT On 05/02/2016 02:39 PM, Joe Taylor wrote: > Hi Bill, Greg, and all, > > Sorry to have been wasting your time -- I have solved my problem. > > A long time ago, probably in 2014 or

[wsjt-devel] r662 Building Cleanly

2016-05-02 Thread Josh Rovero
r6662 is now building cleanly on windows 10 (JTSDK) and Fedora Core linux (non-JTSDK). -- P.J. "Josh" Rovero http://www.roveroresearch.org Ham Radio: KK1D http://www.roveroresearch. net http://www.roveroresearch.info

Re: [wsjt-devel] r662 Building Cleanly

2016-05-02 Thread Bill Somerville
On 02/05/2016 23:03, Josh Rovero wrote: > r6662 is now building cleanly on windows 10 (JTSDK) and > Fedora Core linux (non-JTSDK). Hi Josh, thanks for the update, glad you have it all sorted out. 73 Bill G4WJS. --

Re: [wsjt-devel] JTSDK builds

2016-05-02 Thread Bill
On my Win7 machine, SVN revision 6662 on the development branch builds the Debug target correctly (with JTSDK version 2.0.4-1), but the Release ate Package targets fail with a message "verify_app failed".  The last few lines from the build procedure are appended below.  Does anyone

[wsjt-devel] Fwd: Re: f2py

2016-05-02 Thread Michael Durkin
Got an error that I did see a fix for ... but couldn't exactly find the correct location to force the fix ... but on that later ... I tried to build 6650 and got this error ... might be an easy fix by using a diferent version of fortan. .. -- Forwarded message -- From: "Michael

Re: [wsjt-devel] Fwd: Re: f2py

2016-05-02 Thread KI7MT
Hi Michel, Do you have the python3 development package(s) installed? This would indicated not: "Python.h: No such file or directory" For Debian bsed distros, the package is named: python3-dev 73's Greg, KI7MT On 05/02/2016 06:01 PM, Michael Durkin wrote: > Got an error that I did see a fix