Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Greg Beam
Hi Dan, I can't speak to the rebase situation, however, one has to keep in mind the purpose of the MSYS environment as part of JTSDK. It is not a full MSYS image/environment instalaltion, it's the chain image, meaning, it's there to support for the use of GCC, C++, gfortran, and autotools, not

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Dan Malcolm
Bill, Got that and installed it. MIngw-get still failed but a search found the program under C:\JTSDK\mingw32\bin so I used the full path from the JTSDK MYS prompt. That ran and seemed to install a few pages. Closed all JTSDK windows and then found dash.exe right where you said it would be. It

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Bill Somerville
On 06/03/2017 02:43, Dan Malcolm wrote: > The very first step failed with 'bash.exe: mingw-get: command not found'. HI Dan, Ah, that's not helpful. Try this: https://sourceforge.net/projects/mingw/files/ you want the mingw-get-setup.exe installer offered at the top of the page. 73 Bill G4WJS.

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Dan Malcolm
The very first step failed with 'bash.exe: mingw-get: command not found'. _ Dan Malcolm CFI/II K4SHQ -Original Message- From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Sunday, March 05, 2017 6:00 PM To: wsjt-devel@lists.sourceforge.net Subject: Re:

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Bill Somerville
On 05/03/2017 23:31, Dan Malcolm wrote: > The build log is attached. Hi Dan, try the following:- Open a JTSDK MSYS prompt and type: mingw-get install msys-rebase Exit the MSYS window and any other MSYS window that might be open -- this step is important. In Windows open a File Explorer windo

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Dan Malcolm
Bill, Sorry but I used your earlier example as I thought that would also capture stderr. Attached is the 'tee' version. I don't see any difference. The '&' in the command line caused an error so it wasn't used. _ Dan Malcolm CFI/II K4SHQ -Original Message-

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Dan Malcolm
Bill, The build log is attached. _ Dan Malcolm CFI/II K4SHQ -Original Message- From: Dan Malcolm [mailto:dmalcol...@mchsi.com] Sent: Saturday, March 04, 2017 7:36 PM To: 'WSJT software development' Subject: Re: [wsjt-devel] Hamlib3 compile error Ok Bill, Th

Re: [wsjt-devel] Inquiry -End User Tech Question

2017-03-05 Thread Bill Somerville
On 05/03/2017 23:15, W9HGO wrote: > I realize this is the development list > I am in search of guidance in using the program Hi Harry, which program? If WSJT-X then there is User Guide including tutorials available from the help menu or from: https://physics.princeton.edu/pulsar/k1jt/wsjtx-doc

[wsjt-devel] Inquiry -End User Tech Question

2017-03-05 Thread W9HGO
I realize this is the development list I am in search of guidance in using the program Thanks Harry W9HGO -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.l

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Bill Somerville
On 06/03/2017 01:37, Greg Beam wrote: > build-hamlib3 |tee -a hamlib3-build.log > > That should scroll the build on the screen and create a build log for you. Hi Dan & all, better to use: build-hamlib3 |& tee hamlib3-build.log so that any error output sent to the stderr stream is also sent to t

Re: [wsjt-devel] Hamlib compile problem

2017-03-05 Thread Greg Beam
Hi Colin, I've hit the the resource unavailable problem in the past but not the heap issue. Try building Hamlib3 from MSYS directly and see if you get the same error. 73's Greg, KI7MT On 3/5/2017 12:31 PM, Colin99 Campbell wrote: > Hi all, > > I'm just going through the installation of JTSDK

[wsjt-devel] Hamlib compile problem

2017-03-05 Thread Colin99 Campbell
Hi all, I'm just going through the installation of JTSDK following the instructions at https://sourceforge.net/projects/jtsdk/files/win32/2.0.0/ but I can't get Hamlib to build. I tried with the default QT version 5.2 but when that failed I changed to version 5.5. The result was the same. At

Re: [wsjt-devel] PreAmp SDR settings

2017-03-05 Thread Clemens Heese
Dear Bill, Thanks for the tip. I will give that a try. --- 73 de Clemens / DL2ZZ / PA7T On 2017-03-03 19:48, Bill Somerville wrote: > On 03/03/2017 18:17, Clemens Heese wrote: >> Somehow I have a similar issue. Using an SDR (RedPitaya) with a >> variable >> gain amplifier as preamp (and a 30 MH

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Greg Beam
Hi Dan, The shell script for building Hamlib can be found at: C:\JTSDK\sctipts\msys-build-hamlib3.sh On or about line 254 is the make command, just add the V=1 after it: make V=1 if that is what Bill needs. Because it's a script doing the work, just tee the output to a file from within MSYS

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Dan Malcolm
Greg, Bill thinks adding V=1 to the make command line may show something. Neither of us know how to do that in JTSDK. Can you help with that? _ Dan Malcolm CFI/II K4SHQ -Original Message- From: Greg Beam [mailto:ki7m...@gmail.com] Sent: Sunday, March 05, 20

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Dan Malcolm
Actually I was surprised to see it was 64 bit also, but since there is a lot I don't know about JTSDK, I thought that was normal. At least until I read your email I did. This info is on a fresh install. When this problem started and rebooting didn't solve it, I uninstalled JTSDK, downloaded all

Re: [wsjt-devel] Hamlib3 compile error

2017-03-05 Thread Greg Beam
Hi Dan, I was mistaken on the msys-64int. I checked my version of Perl via different method that only yields the version number. Using --version on my installation also returns 64int in the name. I also checked the dll headers with dumpbin and it's definitely a 32 bit dll, so you can take that