Hi Greg & Bill,

on JTSDK V2 all work with a couple of trivial patch.

The first revert the Makefile.jtsdk2.

**************
(JTSDK-PY) C:\JTSDK\src\trunk)svn diff -r HEAD Makefile.jtsdk2
Index: Makefile.jtsdk2
===================================================================
--- Makefile.jtsdk2     (revision 5755)
+++ Makefile.jtsdk2     (working copy)
@@ -7,7 +7,7 @@
  NAME = WSJT
  VER = 10.0
  OS = Win32
-SDK = C:/JTSDK-PY
+SDK = C:/JTSDK

  # Tool Chain
  AR = $(SDK)/mingw32/bin/ar.exe
@@ -31,7 +31,7 @@
  DOCSRC = $(SRCD)/doc/user_guide
  DOCCONF = $(SRCD)/doc/wsjt-jtsdk2.conf
  THEMEDIR = $(SRCD)/doc/theme
-ASCIIDOC = $(SDK)/doc/asciidoc/asciidoc.py
+ASCIIDOC = $(SDK)/asciidoc/asciidoc.py

  # Output Paths
  INSTALLDIR = $(SDK)/wsjt/install
******************

The other is on path of asciidoc include.
With this patch the html is compiled correctly

******************
(JTSDK-PY) C:\JTSDK\src\trunk\doc\user_guide)svn diff -r HEAD
Index: wsjt-main.adoc
===================================================================
--- wsjt-main.adoc      (revision 5755)
+++ wsjt-main.adoc      (working copy)
@@ -15,7 +15,7 @@
  :samples_tar: 
http://physics.princeton.edu/pulsar/K1JT/Samples_WSJT.tgz[tar]

  // use global link file
-include::../../global/links.adoc[]
+include::../common/links.adoc[]

  [[INTRO]]
  == Introduction
@@ -95,4 +95,4 @@
  include::acknowledgments.adoc[]

  == License
-include::../../global/license.adoc[]
+include::../common/license.adoc[]
********************

73
Sandro
IW3RAB



Il 06/08/2015 00:21, KI7MT ha scritto:
> Hi Sandro,
>
> I understand the situation with Bill's current setup. That will be
> addressed in due course. I'm already working with Bill off-line to get
> those items sorted out.
>
> My question to you was / is, did you find something else in the
> user-guide that needs to be addressed?
>
>
> 73's
> Greg, KI7MT
>
>
> On 08/05/2015 04:07 PM, Alessandro Gorobey wrote:
>> Hi Bill & Greg,
>>
>> the base problem is that Bill is using JTSDK V1, that is removed from
>> SF, as Greg write in
>> http://sourceforge.net/projects/jtsdk/files/win32/README.txt/download
>>
>> JTSDK v1.0.0 has been removed, All development efforts are focused on
>> v2.0.0. Users are advised to use the latest beta or release installers
>> from the 2.0.0 folder.
>>
>> As in JTSDK V2 the software for compiling WSJT is the some, but some
>> path is changed, my request is simple to use ONLY JTSDK V2
>>
>> 73
>> Sandro
>> IW3RAB
>>
>>
>> Il 05/08/2015 23:37, KI7MT ha scritto:
>>> Hi Sandro,
>>>
>>>
>>> Bill may be using a different dev-setup than you or I.
>>>
>>> What exactly is the documentation issue that you think needs fixing?
>>>
>>> 73's
>>> Greg, KI7MT
>>>
>>>
>>>
>>> On 08/05/2015 03:29 PM, Alessandro Gorobey wrote:
>>>> Hi Bill,
>>>> but see this page
>>>> http://sourceforge.net/projects/jtsdk/files/win32/
>>>>
>>>> The C:\JTSDK-PY in Makefile.jtsdk2 refer to a not existing directory.
>>>>
>>>> 73
>>>> Sandro
>>>> IW3RAB
>>>>
>>>> Il 05/08/2015 23:13, Bill Ockert - ND0B ha scritto:
>>>>> Sandro,
>>>>>
>>>>> I had some issued getting the doc to compile so there likely are some
>>>>> errors.   I will update
>>>>> in the future.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> 73 de Bill ND0B
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: Alessandro Gorobey
>>>>> Sent: Wednesday, August 05, 2015 4:07 PM
>>>>> To: [email protected]
>>>>> Subject: Re: [wsjt-devel] WSJT Experimental Release r5755 Available
>>>>>
>>>>> Hi Bill,
>>>>>
>>>>> the Makefile.jtsdk2 is modified to work in C:/JTSDK-PY that refer to old
>>>>> jtsdk.
>>>>>
>>>>> --- a/trunk/Makefile.jtsdk2
>>>>> +++ b/trunk/Makefile.jtsdk2
>>>>> @@ -7,7 +7,7 @@
>>>>>      NAME = WSJT
>>>>>      VER = 10.0
>>>>>      OS = Win32
>>>>> -SDK = C:/JTSDK
>>>>> +SDK = C:/JTSDK-PY
>>>>> .
>>>>> .
>>>>> With JTSDK2 the program is compiled, but there is an error in doc, that
>>>>> in JTSD2 whose relocated.
>>>>>
>>>>> Can you verify ?
>>>>>
>>>>> 73
>>>>> Sandro
>>>>> IW3RAB
>>>>>
>>>>>
>>>>> Il 05/08/2015 22:45, Bill Ockert - ND0B ha scritto:
>>>>>> 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] <mailto:[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
>>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> 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

Reply via email to