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. ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
