From: Bill S. <g4...@cl...> - 2016-04-14 22:38:12
|
On 14/04/2016 23:30, Richard Bown wrote: > What does jtsdk look for when there is already an earlier version of wsjtx built ????? > maybe something which will give more problems in the future Greg. Hi Richard, The underlying CMake build script is designed to detect source file changes and rebuild just what needs rebuilding to bring the build artefacts up to date. Like most (all?) build systems, it will not cope with changes to the tool chain or external libraries. In that case it is always wise to at least do a make clean (or pass --clean-first to cmake --build) after such major changes to the environment, reconfiguring is also wise so that tool chain detection can be redone. In general this is not something that can be reliably detected by a build script or any script that wraps it, it is just one of those things that developer need to be aware of. 73 Bill G4WJS. |