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 <[email protected]> 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 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 exactly sure. All it is > doing is checking the existence of three packages. > > It is strange that the problem only manifests in Win7. I suppose the > solution is, those using Win7 should use JTSDK-MSYS to build Hamlib > rather than calling it from JTSDK-QT. > > 73's > Greg, KI7MT > > > On 03/09/2016 11:54 AM, Michael Black wrote: >> 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. >> >> Builds fine now on Win 7 64-bit. >> >> RRR >> Mike W9MDB >> >> On Wed, Mar 9, 2016 at 12:05 PM, KI7MT <[email protected]> wrote: >>> Hi Guy, >>> >>> See below >>> >>> On 03/09/2016 10:08 AM, Guy G4DWV/4X1LT wrote: >>>> KI7MT <ki7mt01@...> 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 not know what resolved your problem as you did no >>>>> comment on the questions asked. Are you now able to build Hamlib3 with >>>>> both JTSDK-MSYS and JTSDK-QT or just JTSDK-MSYS? >>>> >>>> Greg, >>>> >>>> I am *really* sorry if I missed any requests for further information. It is >>>> being a VERY busy day here email-wise with several tech support issues >>>> flying around at once. >>>> >>>> On one PC (Tardis), I can only build hamlib3 on JTSDK-MSYS. I can then >>>> successfully build a QT 5.5 version of WSJT-X. >>>> >>>> On the other PC (Acer) I can also build hamlib3 on JTSDK-MSYS only. The >>>> error page displayed in both cases is >>>> http://g4dwv.co.uk/wsjtx/2016-03-09_12h35_10.png. On both Tardis and Acer I >>>> can build WSJT-X QT 5.5 FB. >>> >>> 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. >>> >>> I don't have a Win-7 box to test with, so this may be what Mike was / is >>> seeing also; Hamlib3 builds via JTSDK-QT on Win7 fail but pass with >>> JTSDK-MSYS, whereas both Hamlib3 build methods pass on Win10. >>> >>> >>> [1] Are both your machines running Win7? >>> >>>> >>>> If you want any further info, please ask again and I'll see if I can answer >>>> it. At this stage, the only issue is that I cannot build hamlib3 on >>>> JTSDK-QT >>>> 5.5. >>>> >>>> 73 de Guy G4DWV/4X1LT >>> >>> 73's >>> Greg, KI7MT >>> >>> ------------------------------------------------------------------------------ >>> Transform Data into Opportunity. >>> Accelerate data analysis in your applications with >>> Intel Data Analytics Acceleration Library. >>> Click to learn more. >>> http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 >>> _______________________________________________ >>> wsjt-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel >> >> ------------------------------------------------------------------------------ >> Transform Data into Opportunity. >> Accelerate data analysis in your applications with >> Intel Data Analytics Acceleration Library. >> Click to learn more. >> http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 >> _______________________________________________ >> wsjt-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel >> > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
