FYI...hamlib has been patched and so has Bill's repository to remove
the i/o input redirect.
73
Mike W9MDB
On Fri, Mar 11, 2016 at 10:07 AM, KI7MT wrote:
> Hi Mike,
>
> Thanks for chasing this down.
>
> The autogen.sh script is part of Hamlib so there's not much I can do
> about the null input ot
Hi Mike,
Thanks for chasing this down.
The autogen.sh script is part of Hamlib so there's not much I can do
about the null input other than maybe use sed to change the lines, but I
really don't want to do that if I can help it. I'm sure Nate has a
reason for including it, what that is I am not ex
KI7MT writes:
> OK, so on both boxes (if I am reading this right), you are able to build
> Hamlib3 (via JTSDK-MSYS) then WSJT-X, but neither can build Hamlib3 via
> JTSDK-QT.
That is correct.
> I don't have a Win-7 box to test with, so this may be what Mike was / is
> seeing also; Hamlib3 bui
I chased it down. In autogen.sh change the three --version check
lines to get rid of the input redirect e.g.
("$AUTORECONF" --version) < /dev/null > /dev/null 2>&1 || {
to
("$AUTORECONF" --version) > /dev/null 2>&1 || {
The < /dev/null was making it crash and shouldn't be necessary anyways.
Buil
Hi Guy,
See below
On 03/09/2016 10:08 AM, Guy G4DWV/4X1LT wrote:
> KI7MT writes:
>
>>
>> Hi Guy,
>>
>> The user built version of Hamlib3 via JTSDK is just for WSJT-X, however,
>> many folks use the toolchain( JTSDK-QT / JTSDK-MSYS ) to build other
>> variations of Hamlib3 for different purposes
KI7MT writes:
>
> Hi Guy,
>
> The user built version of Hamlib3 via JTSDK is just for WSJT-X, however,
> many folks use the toolchain( JTSDK-QT / JTSDK-MSYS ) to build other
> variations of Hamlib3 for different purposes (testing code, new radios,
> bug fixers, etc).
>
> At this point, I do no
Hmmm...I have JTSDK on two computers, one Windows 7 64-bit and one
Windows 10 64-bit.
hamlib3 builds find on Windows 10 from JTSTK-QT.
But...the Windows 7 box crashses with an appcrash on conhost.exe right
after the ".. Build Type: static" line.
It dies on the ../src/autogen.sh
Don't know if the
Hi Guy,
The user built version of Hamlib3 via JTSDK is just for WSJT-X, however,
many folks use the toolchain( JTSDK-QT / JTSDK-MSYS ) to build other
variations of Hamlib3 for different purposes (testing code, new radios,
bug fixers, etc).
At this point, I do not know what resolved your problem a
On 09/03/2016 16:09, Guy G4DWV/4X1LT wrote:
> Is this version of
> Hamlib3 fit for use instead of the official Hamlib release?
Hi Guy,
you have it the wrong way around. The official release of Hamlib until
recently has many issues that preclude its use with WSJT-X, we have been
using a fork of t
KI7MT writes:
>
> Hi Mike, Guy,
>
> When using v2.0.4 or later he can use either JTSDK-QT or JTSDK-MSYS,
> however, JTSDK-QT is just a wrapper that calls the MSYS shell script.
>
Hi Mike and Greg,
Working FB since I used JTSDK-MSYS to build Hamlib3. Is this version of
Hamlib3 fit for use ins
Hi Mike, Guy,
When using v2.0.4 or later he can use either JTSDK-QT or JTSDK-MSYS,
however, JTSDK-QT is just a wrapper that calls the MSYS shell script.
Guy,
Have you tried to build Hamlib3 with JTSDK-MSYS or hav you used
JTSDK-MSYS since instllation? If not you should do so and report the
error
You need to build with JTSDK-MSYSnot JTSDK-QT
RRR
Mike W9MDB
On Wed, Mar 9, 2016 at 6:55 AM, Guy G4DWV/4X1LT wrote:
> Greg Beam writes:
>
>>
>> Hello All,
>>
>> Minor update fixing a typo in the Hamlib3 cmd build script.
>
> The upgrade went okay, but on both installs of JTSDK (on two separ
Greg Beam writes:
>
> Hello All,
>
> Minor update fixing a typo in the Hamlib3 cmd build script.
The upgrade went okay, but on both installs of JTSDK (on two separate PCs)
got the same error screen that is here
http://g4dwv.co.uk/wsjtx/2016-03-09_12h35_10.png. There was not other error
informa
Hello All,
Minor update fixing a typo in the Hamlib3 cmd build script.
*CHANGE-LOG*
* Fixed call to BUILD-ERROR message
* Updated Changelog
* Updated version.jtsdk file
*TO-UPGRADE*
- Close All JTSDK Windows
- Open JTSDK-Maint, then type:
update
upgrade
- Close and re-open JTSDK-Maint, type: v
14 matches
Mail list logo