Hi Bill, All, Makefile.jtsdk2 is broken. It looks have been edited to try and work with JRSDK v1, which should not have been done. There's a specific Makfile for V1 ( Makewfile.jtsdk ).
What I see right up front is this, in ( Makefile.jtsdk2 ): SDK = C:/JTSDK SRCD = $(SDK)/src/trunk/ ASCIIDOC = $(SDK)/asciidoc/asciidoc.py That should fix the build for JTSDK v2. If your building with JTSDK v1, use Makefile.jtsdk, but it will probably need allot of work to bring it up to date with Makewfile.jtsdk2 I would *highly recommend* everyone upgrade to JTSDK v2, especially for WSJT and WSPR builds as many things were updated / upgraded in the Python Tool-Chain for V2. 73's Greg, KI7MT On 8/6/2015 9:27 AM, Bill Ockert - ND0B wrote: > Jay, > > It should be but I will be the very first to admit that I am a blind user of > the development environment (not correctly > as it turns out) so I could have done something wrong. > > There is one new file FSKParameters.f90 that I added and that "appeared" to > check in OK. Is that the one it is > complaining about? It is an include file so the make file are currently > unaware it even exists. > > Thanks > > 73 de Bill ND0B > > > > > -----Original Message----- > From: Jay Hainline > Sent: Thursday, August 06, 2015 7:11 AM > To: WSJT software development > Subject: Re: [wsjt-devel] WSJT Experimental Release r5755 Available > > Is this new version of WSJT available through JTSDK-PY? When I try and > build, I get an error message that a file cannot be found. > > 73 Jay > > Jay Hainline KA9CFD > Colchester, IL EN40om > > -----Original Message----- > From: Bill Ockert - ND0B > Sent: Wednesday, August 05, 2015 20:45 > To: WSJT Developers ; [email protected] ; K1JT > Subject: [wsjt-devel] WSJT Experimental Release r5755 Available > > > Good Afternoon/Morning/Evening Everyone > > WSJT Experimental Release r5755 and associated manual are now available on > the shared google drive > > https://drive.google.com/folderview?id=0B42rF4Jby8-vfjd0dl9udXNTOVlOa1hnQldVeFg2c05LZkhIOUhONEprdExiYndwaFJCZkU&usp=sharing > > As has been the norm for these experimental versions this is a zip of the > directory not an installer. Most folks find it works well to replace > the bin directory in their current WSJT 10.0 installation with the bin > directory from this experimental release. Be sure to keep a copy of > your old bin directory in a safe place and always be sure to preserver your > call3.txt file. > > This version contains the following fixes / enhancements over r5639 the > previous experimental release: > > 1. A few minor ISCAT cosmetic changes. > 2. The ISCAT auto sequencer now looks for the strongest matching decode and > reports that instead of the first one it finds. > 3. ISCAT auto configuration now only occurs if the information block itself > is clicked on. Clicking on the call will only update To Radio > and not the system parameters. Clicking on the information block updates > everything. > 4. This version includes a variation of FSK441 called FSK315. FSK315 is > legal on 10m under the current FCC rules. > > If you have any questions or comments please contact me either on the lists > or directly at [email protected] > > 73 de Bill ND0B > > > > > > > ------------------------------------------------------------------------------ > > > > > > > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel > > > > ------------------------------------------------------------------------------ > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel > > > ------------------------------------------------------------------------------ > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel > ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
