On 28/07/2015 18:33, KI7MT wrote: > Hi Bill, > ... >> Thanks for running that. Related to this, I am intrigued to know how you >> are managing to build an install target for a Release configuration >> build on Windows. If you have dumpbin.exe installed it should not be >> working and if you don't have it installed your install fixup must be >> taking many minutes because of the problem I am currently discussing >> with the CMake developers. > I did not time the build, but it is taking *a long time* during the > fix-up portion, just a guess but, >= 7 or 8 minutes? The time span is > similar to what transpires when using the Qt5.2 version. I have not > specifically installed dumpbin.exe ( I dont know where that .exe comes > from ) unless it was part of the new QT5.5 tool-chain. I can certainly > go look for it if that would help. OK, so it looks like you have never had dumpbin.exe available. It is part of the MS Visual Studio tools and the CMake BundleUtilities module makes use of it if it is there, it speeds up the install fixup on Windows by orders of magnitude. The problem is that the latest MinGW support libraries crash dumpbin.exe which is an MS issue as far as I can tell. I am in discussion with the CMake developers about how to improve the performance of the code that uses objdump instead of dumpbin.exe, that will speed things up a lot. I am surprised that you have been putting up with the time taken to complete a Release install target! I assume that everyone who uses the JTSDK-QT is suffering too unless they have MS VC++ installed, ouch!
... 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
