On 29/04/2016 04:21, Ross T61AA wrote:
> 6659 does not compile on either of my Windows machines either, indeed, 
> earlier visions did.
>
> It comes up with a cmake error
>
> ming32-make.exe[1]: ***[Cmakefiles/wsjt_qt.rir/all] Error 2
> makefile:136: recipe for target “all” failed
> ming32-make.exe: *** [all] Error 2

Hi Ross,

that message is CMake saying that the build has failed because of 
previous errors. The important error message will be further back in the 
build output. If you are using parallel and/or non-stop builds (-j 
and/or -k) then the errors can get lost in the output but you can always 
run a sequential build that stops on the first error by not providing 
either of the -k or -j arguments. Something like:

$ cmake --build <build-tree-root>

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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to