|
From: Bill S. <g4...@cl...> - 2015-05-19 19:49:24
|
On 19/05/2015 20:39, Black Michael wrote: Hi Mike, > I installed JTSDK on a new computer and building wsjtx fails as it > can't find python. > > Turns out JTSDK now installs Python33 and not python27. Compiling on > my old computer works as it has both 27 and 33. I assume the 33 came > from a JTSDK update. Currently ^/branches/wsjtx requires Python >2.4 but <3.0. This is a requirement of Asciidoc which is used to build the user guide. One way or another the CMAKE_PREFIX_PATH need the path to a Python 2.x installation on it. I thought Greg had changed the JTSDK to provide both Asciidoc and a suitable Python version. Currently the CMake option WSJT_GENERATE_DOCS defaults to OFF which should stop this error. Have you turned this option ON? > > wsjtxexp compiles OK but doesn't appear to use python. > 73 > > Mike W9MDB > 73 Bill G4WJS. |