Re: [wsjt-devel] Debug in package

2015-03-03 Thread KI7MT
>>> So I was installing a slightly older version without the debug. >>>> >>> OK. A successful CMake build of a package target does end by displaying >>> the path of the resulting installer package. >>>> Life is good again (and logical since I cou

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Michael Black
3, 2015 11:25 AM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Debug in package On 03/03/2015 17:21, KI7MT wrote: > Hi Bill, Mike, Hi Greg, > > An optional build method would be too add the desired Debug options to > the qtenv-build-wsjtx.cmd script, between lines

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Bill Somerville
ckage target does end by displaying >> the path of the resulting installer package. >>> Life is good again (and logical since I couldn't find the smaller >>> executable anywhere before)…. >>> >>> Thanks Bill >>> >>> 73 >>> &

Re: [wsjt-devel] Debug in package

2015-03-03 Thread KI7MT
;> executable anywhere before)…. >> >> Thanks Bill >> >> 73 >> >> Mike W9MDB >> > 73 > Bill > G4WJS. >> >> *From:*Bill Somerville [mailto:g4...@classdesign.com] >> *Sent:* Tuesday, March 03, 2015 10:34 AM >> *To:* wsj

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Michael Black
uldn't find the smaller executable anywhere before).. Thanks Bill 73 Mike W9MDB From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Tuesday, March 03, 2015 10:34 AM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Debug in package On 03/03/2015 16:28, Bill Some

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Michael Black
to:g4...@classdesign.com] Sent: Tuesday, March 03, 2015 10:46 AM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Debug in package On 03/03/2015 16:40, Michael Black wrote: Hi Mike, OK.figured it out.the installer stays in the Release directory doing it this way and not the &qu

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Bill Somerville
Bill G4WJS. *From:*Bill Somerville [mailto:g4...@classdesign.com] *Sent:* Tuesday, March 03, 2015 10:34 AM *To:* wsjt-devel@lists.sourceforge.net *Subject:* Re: [wsjt-devel] Debug in package On 03/03/2015 16:28, Bill Somerville wrote: On 03/03/2015 16:16, Michael Black wrote: Hi Mike, Also I

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Bill Somerville
9,149,611 wsjtx.exe 1 File(s) 9,149,611 bytes Mike W9MDB 73 Bill G4WJS. *From:*Bill Somerville [mailto:g4...@classdesign.com] *Sent:* Tuesday, March 03, 2015 8:57 AM *To:* wsjt-devel@lists.sourceforge.net *Subject:* Re: [wsjt-devel] Debug in package On 03/03/2015 14:45, Micha

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Bill Somerville
ctory of C:\JTSDK\wsjtx\install\Release\bin 03/03/2015 09:52 AM 9,149,611 wsjtx.exe 1 File(s) 9,149,611 bytes Mike W9MDB 73 Bill G4WJS. *From:*Bill Somerville [mailto:g4...@classdesign.com] *Sent:* Tuesday, March 03, 2015 8:57 AM *To:* wsjt-devel@lists.sourceforge.net *Subject:* Re

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Michael Black
2015 8:57 AM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Debug in package On 03/03/2015 14:45, Michael Black wrote: Hi Mike, Assuming WSJT-X. I'm trying to build either a debug package or a release-with-debug package. Trying to enable the WSJT-X_trace.log. I can

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Michael Black
AM To: WSJT software development Subject: Re: [wsjt-devel] Debug in package Mike, On your cmake line do you specify: --target package ? --- John G4KLA -- Dive into the World of Parallel Programming The Go Parallel We

Re: [wsjt-devel] Debug in package

2015-03-03 Thread Bill Somerville
On 03/03/2015 14:45, Michael Black wrote: Hi Mike, Assuming WSJT-X. I'm trying to build either a debug package or a release-with-debug package. Trying to enable the WSJT-X_trace.log. I can build the debug or release targets with debug info no problem. Just can't figure out how to make a p

Re: [wsjt-devel] Debug in package

2015-03-03 Thread John Nelson
Mike, On your cmake line do you specify: --target package ? --- John G4KLA -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media,

[wsjt-devel] Debug in package

2015-03-03 Thread Michael Black
I'm trying to build either a debug package or a release-with-debug package. Trying to enable the WSJT-X_trace.log. I can build the debug or release targets with debug info no problem. Just can't figure out how to make a package. Can someone elighten me as to the magic to make that happen?