Re: [wsjt-devel] My problems while trying to get the audio samples

2016-12-12 Thread Claude Frantz
On 12/13/2016 06:06 AM, Claude Frantz wrote: Hi Mike, Bill & all, > What can I do to help you to find the bug ? I have switched to "DEBUG" configuration in cmake now. Please see the important part of the output of the run with gdb. I hope that this will help a little bit. Best 88 de Claude

Re: [wsjt-devel] My problems while trying to get the audio samples

2016-12-12 Thread Claude Frantz
Hi Mike, Bill & all, I'm on r7380 now. The crash is still present. I have tried "make clean" before "make", but nothing has changed. What can I do to help you to find the bug ? Best 88 de Claude (DJ0OT) -- Check out

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Dan Malcolm
Yep. That fixed my problem too. Thanks Greg. _ Dan Malcolm CFI/II K4SHQ -Original Message- From: Greg Beam [mailto:ki7m...@gmail.com] Sent: Monday, December 12, 2016 3:55 PM To: WSJT software development Subject: Re:

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Greg Beam
Hi Bill, Everything is back to normal, thanks. 73's Greg, KI7MT On 12/12/2016 11:27 AM, Bill Somerville wrote: > On 12/12/2016 12:50, Jay Hainline wrote: >> Attached is an error message I received this morning when trying to >> build to the latest version of WSJT-x 1.7.0-rc3. > Hi Jay, > >

[wsjt-devel] Build error on RC3

2016-12-12 Thread Dan Malcolm
I have been building the v1.7.0 threat for many months now, refreshing my build environment at least every couple of weeks. I did that this afternoon and received the following error list: CMakeFiles\wsjt_qt.dir\build.make:92: recipe for target 'CMakeFiles/wsjt_qt.dir/MessageBox.cpp.obj'

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Jay Hainline
I switched to qt55 and r7380 built just fine. If I remember right, I had a problem with qt55 when you guys first made it available and I went back to qt52 and had no problems building from there. I suspect the issue I had previously with qt55 has been fixed and will start using it now. 73 Jay

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Jay Hainline
Bill should I be using a more newer version of Qt? 73 Jay KA9CFD Sent from my U.S. Cellular® Smartphone Original message From: Bill Somerville Date: 12/12/16 12:27 (GMT-06:00) To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] error on

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Bill Somerville
On 12/12/2016 18:58, Jay Hainline wrote: > Bill should I be using a more newer version of Qt? Hi Jay, not necessarily, I should be checking on more than one version before I commit changes :( 73 Bill G4WJS. -- Check

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Bill Somerville
On 12/12/2016 12:50, Jay Hainline wrote: > Attached is an error message I received this morning when trying to > build to the latest version of WSJT-x 1.7.0-rc3. Hi Jay, sorry about that, a small issue compatibility with older versions of Qt. Should be ok as of r7380. 73 Bill G4WJS.

Re: [wsjt-devel] My problems while trying to get the audio samples

2016-12-12 Thread Claude Frantz
On 12/12/2016 04:35 PM, Black Michael wrote: Hi Mike, I have applied this patch but the crash occurs again. Best 88 de Claude (DJ0OT) > Try this: > > Index: RemoteFile.cpp > === > --- RemoteFile.cpp (revision 7379) > +++

Re: [wsjt-devel] My problems while trying to get the audio samples

2016-12-12 Thread Black Michael
Try this: Index: RemoteFile.cpp===--- RemoteFile.cpp      (revision 7379)+++ RemoteFile.cpp      (working copy)@@ -15,6 +15,7 @@   , listener_ {listener}   , network_manager_ {network_manager}   , local_file_ {local_file_path}+  ,

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Black Michael
Looks like this change may have caused problemstry backing it out with this: Index: RemoteFile.hpp===--- RemoteFile.hpp      (revision 7379)+++ RemoteFile.hpp      (working copy)@@ -75,7 +75,7 @@   QFileInfo local_file_;   

Re: [wsjt-devel] My problems while trying to get the audio samples

2016-12-12 Thread Black Michael
Can you describe the steps you doing to get it to crash? de Mike W9MDB From: Claude Frantz To: WSJT software development Sent: Monday, December 12, 2016 4:00 AM Subject: Re: [wsjt-devel] My problems while trying to get

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Chuck Yahrling
FWIW I just built 7379 OK on windows 7 with jtsdk. HTH On Mon, Dec 12, 2016 at 7:50 AM, Jay Hainline wrote: > Attached is an error message I received this morning when trying to build > to the latest version of WSJT-x 1.7.0-rc3. Currently using revision r7376 > on a Windows

Re: [wsjt-devel] error on building WSJT-x with JTSDK

2016-12-12 Thread Greg Beam
Hi Jay, I hit the same error on Linux last night. I am not sure what the root cause is. Maybe Bill can shed some light on is what happening. 73's Greg, KI7MT On 12/12/2016 5:50 AM, Jay Hainline wrote: Attached is an error message I received this morning when trying to build to the

Re: [wsjt-devel] My problems while trying to get the audio samples

2016-12-12 Thread Claude Frantz
On 12/11/2016 10:34 PM, Bill Somerville wrote: Hi Bill, Mike and all, > thanks for the patch Mike. I have submitted a change based on the patch, > I made a few other changes to fix some related problems. > > Revision r7379 fixes the message box that was intended to allow the user > to override