Hi Bill, Mike,

Just FYI

I just built both Debug and Release install targets, and the only thing
Hamlib related in the Build Tree are the .cpp.obj and .cpp files, which
should be there I would expect.

The install directories are clear of any Hamlib files. I verified the
Debug wsjtx.bat in the Debug\install directory, it is pointing to:

c:\JTSDK-QT\hamlib3\bin

Which it should be.

However!!, I did find an error in the Debug batch file creation. It's
calling "wsjtx.exe" rather than the "wsjtx.bat" file which sets the
paths to Hamlib3 and FFTW and the other QT runtime libs.

This would only be an issue is running from the Debug Install directory:

C:\JTSDK-QT\wsjtx\install\Debug\bin

But, I would expect the user would get runtime gcc lib missing errors
before they made it to the UI.

I'll send a fix shortly to correct the batch file generation.

73's
Greg, KI7MT



On 9/11/2014 19:27, Bill Somerville wrote:
> On 11/09/2014 20:04, Michael Black wrote:
> Hi Mike,
>> When is hamlib-3 used?  At least for my build on Windows 7 hamlib2 is what
>> is used and ends up in the install.
> If you are using the latest JTSDK on you should be linking in Hamlib-3 
> built from my fork of the Hamlib development repo.
> 
> There was an issue with the PkgConfig tool not being included in the 
> JTSDK which could case the wrong Hamlib version to be picked up. That 
> issue has recently been fixed by Greg.
> 
> If you are getting ANY Hamlib libraries in the install 'bin' directory 
> then something is not correct in your build setup.
> 
> The easiest way for me to check what you have is for you to send me the 
> file CMakeCache.txt from your build directory.
>> Mike W9MDB
> 73
> Bill
> G4WJS.
>>
>> -----Original Message-----
>> From: Bill Somerville [mailto:[email protected]]
>> Sent: Thursday, September 11, 2014 2:00 PM
>> To: [email protected]
>> Subject: Re: [wsjt-devel] Back in town
>>
>> On 11/09/2014 19:40, John Nelson wrote:
>>> Hi Bill and Joe,
>> Hi John,
>>> 1)   What version of Qt are you compiling against?    Qt5.2.1?    I
>> compiled a local version of Qt5.2.1 from source following your suggestion to
>> be able to get full c++11 support.    But qt-project now has 5.3.1
>> available.   Have you (or anyone)  used this and should we incorporate 5.3.1
>> in the beta version?    Will it be necessary to compile from source again?
>> I tried Qt 5.3.1 on Windows and everything compiled and linked OK. No
>> changes required. I did hit a problem with building the install target on
>> Windows with a Fortran secondary library not being pulled in by the
>> fixup_bundle CMake script. For now I would suggest sticking with Qt
>> 5.2.1 until I can get to the bottom of why that isn't working.
>>> 2)   Your new hamlib is "imminent".   I'll wait for this before testing a
>> Mac version on OSX 10.9.4.
>> OK, I will keep the list updated with pushes to the public repo of my
>> Hamlib-3 fork.
>>> --- John G4KLA
>>>
>> 73
>> Bill
>> G4WJS.
>>
>> ----------------------------------------------------------------------------
>> --
>> Want excitement?
>> Manually upgrade your production database.
>> When you want reliability, choose Perforce Perforce version control.
>> Predictably reliable.
>> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
>> _______________________________________________
>> wsjt-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Want excitement?
>> Manually upgrade your production database.
>> When you want reliability, choose Perforce
>> Perforce version control. Predictably reliable.
>> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
>> _______________________________________________
>> wsjt-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> 
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> wsjt-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

-- 
73's
Greg, KI7MT
# This is the CMakeCache file.
# For build in directory: c:/JTSDK-QT/wsjtx/build/Debug
# It was generated by CMake: C:/JTSDK-QT/cmake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a program.
CMAKE_AR:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/ar.exe

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Debug

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/g++.exe

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Libraries linked by defalut with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool 
-lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

//C compiler.
CMAKE_C_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gcc.exe

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Libraries linked by defalut with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool 
-lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Fortran compiler.
CMAKE_Fortran_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gfortran.exe

//Flags for Fortran compiler.
CMAKE_Fortran_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_Fortran_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_Fortran_FLAGS_RELEASE:STRING=-O3

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Convert GNU import libraries to MS format (requires Visual Studio)
CMAKE_GNUtoMS:BOOL=OFF

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/JTSDK-QT/wsjtx/install/Debug

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/ld.exe

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/mingw32-make.exe

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/nm.exe

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/objcopy.exe

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/objdump.exe

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=wsjtx

//Path to a program.
CMAKE_RANLIB:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/ranlib.exe

//RC compiler.
CMAKE_RC_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/windres.exe

//Flags for Fortran compiler.
CMAKE_RC_FLAGS:STRING=' '

//Path to a program.
CMAKE_SH:FILEPATH=CMAKE_SH-NOTFOUND

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/strip.exe

//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/JTSDK-QT/jtsdk-toolchain.cmake

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=ON

//Path to a program.
DUMPCPP:FILEPATH=C:/JTSDK-QT/qt5/5.2.1/mingw48_32/bin/dumpcpp.exe

//Path to a program.
DUMPCPP_Executable:FILEPATH=C:/JTSDK-QT/qt5/5.2.1/mingw48_32/bin/dumpcpp.exe

//Path to a library.
FFTW3F_LIBRARY:FILEPATH=/JTSDK-QT/fftw3f/libfftw3f-3.dll

//Path to a file.
FFTW3_INCLUDE_DIR:PATH=/JTSDK-QT/fftw3f

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=C:/JTSDK-QT/tools/pkg-config.exe

//The directory containing a CMake configuration file for Qt5AxBase.
Qt5AxBase_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5AxBase

//The directory containing a CMake configuration file for Qt5AxContainer.
Qt5AxContainer_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5AxContainer

//The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Core

//The directory containing a CMake configuration file for Qt5Gui.
Qt5Gui_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Gui

//The directory containing a CMake configuration file for Qt5Multimedia.
Qt5Multimedia_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Multimedia

//The directory containing a CMake configuration file for Qt5Network.
Qt5Network_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Network

//The directory containing a CMake configuration file for Qt5OpenGL.
Qt5OpenGL_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5OpenGL

//The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Widgets

//Path to a program.
RIGCTLD_EXE:FILEPATH=C:/JTSDK-QT/hamlib3/mingw32/bin/rigctld.exe

//Update source translation translations/*.ts
//\nfiles (WARNING: make clean will delete the source .ts files!
// Danger!)
UPDATE_TRANSLATIONS:BOOL=OFF

//Enable features not fully ready for public releases.
WSJT_ENABLE_EXPERIMENTAL_FEATURES:BOOL=ON

//Debugging option that turns on full Hamlib internal diagnostics.
WSJT_HAMLIB_TRACE:BOOL=OFF

//Leave Qt debugging statements in Release configuration.
WSJT_QDEBUG_IN_RELEASE:BOOL=OFF

//Redirect Qt debuging messages to a trace file.
WSJT_QDEBUG_TO_FILE:BOOL=OFF

//Debugging option that allows running from a shared Cloud directory.
WSJT_SHARED_RUNTIME:BOOL=OFF

//Skip *nix manpage generation
WSJT_SKIP_MANPAGES:BOOL=OFF

//Apply a ramp to CW keying envelope to reduce transients.
WSJT_SOFT_KEYING:BOOL=ON

//All non-installation files located in "Standard" platfom specific
// locations.
WSJT_STANDARD_FILE_LOCATIONS:BOOL=ON

//Debugging option that turns on CAT diagnostics.
WSJT_TRACE_CAT:BOOL=OFF

//Debugging option that turns on CAT diagnostics during polling.
WSJT_TRACE_CAT_POLLS:BOOL=OFF

//Path to a file.
hamlib_INCLUDE_DIR:PATH=/JTSDK-QT/hamlib3/mingw32/include

//Path to a library.
hamlib_LIBRARY:FILEPATH=/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a

//Path to a library.
hamlib_STATIC_LIBRARY:FILEPATH=/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a

//Dependencies for target
wsjt_LIB_DEPENDS:STATIC=

//Dependencies for the target
wsjt_qt_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::OpenGL;general;Qt5::Network;general;Qt5::AxContainer;general;Qt5::AxBase;

//Value Computed by CMake
wsjtx_BINARY_DIR:STATIC=C:/JTSDK-QT/wsjtx/build/Debug

//Value Computed by CMake
wsjtx_SOURCE_DIR:STATIC=C:/JTSDK-QT/src/wsjtx


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/mingw32-make.exe
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/JTSDK-QT/wsjtx/build/Debug
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_COMPILER
CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS
CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG
CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL
CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO
CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=MinGW Makefiles
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/JTSDK-QT/src/wsjtx
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/JTSDK-QT/cmake/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SH
CMAKE_SH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FFTW3F_LIBRARY
FFTW3F_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FFTW3_INCLUDE_DIR
FFTW3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Details about finding FFTW3
FIND_PACKAGE_MESSAGE_DETAILS_FFTW3:INTERNAL=[/JTSDK-QT/fftw3f/libfftw3f-3.dll][/JTSDK-QT/fftw3f][v()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[C:/JTSDK-QT/tools/pkg-config.exe][v0.28()]
//Details about finding hamlib
FIND_PACKAGE_MESSAGE_DETAILS_hamlib:INTERNAL=[/JTSDK-QT/hamlib3/mingw32/include][/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a][/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a][v(3)]
//Fortran/CXX compatibility
FortranCInterface_VERIFIED_CXX:INTERNAL=1
PC_HAMLIB_CFLAGS:INTERNAL=-I/JTSDK-QT/hamlib3/mingw32/include
PC_HAMLIB_CFLAGS_I:INTERNAL=
PC_HAMLIB_CFLAGS_OTHER:INTERNAL=
PC_HAMLIB_FOUND:INTERNAL=1
PC_HAMLIB_INCLUDEDIR:INTERNAL=/JTSDK-QT/hamlib3/mingw32/include
PC_HAMLIB_INCLUDE_DIRS:INTERNAL=/JTSDK-QT/hamlib3/mingw32/include
PC_HAMLIB_LDFLAGS:INTERNAL=-L/JTSDK-QT/hamlib3/mingw32/lib;-lhamlib
PC_HAMLIB_LDFLAGS_OTHER:INTERNAL=
PC_HAMLIB_LIBDIR:INTERNAL=/JTSDK-QT/hamlib3/mingw32/lib
PC_HAMLIB_LIBRARIES:INTERNAL=hamlib
PC_HAMLIB_LIBRARY_DIRS:INTERNAL=/JTSDK-QT/hamlib3/mingw32/lib
PC_HAMLIB_LIBS:INTERNAL=
PC_HAMLIB_LIBS_L:INTERNAL=
PC_HAMLIB_LIBS_OTHER:INTERNAL=
PC_HAMLIB_LIBS_PATHS:INTERNAL=
PC_HAMLIB_PREFIX:INTERNAL=/JTSDK-QT/hamlib3/mingw32
PC_HAMLIB_STATIC_CFLAGS:INTERNAL=-I/JTSDK-QT/hamlib3/mingw32/include
PC_HAMLIB_STATIC_CFLAGS_I:INTERNAL=
PC_HAMLIB_STATIC_CFLAGS_OTHER:INTERNAL=
PC_HAMLIB_STATIC_INCLUDE_DIRS:INTERNAL=/JTSDK-QT/hamlib3/mingw32/include
PC_HAMLIB_STATIC_LDFLAGS:INTERNAL=-L/JTSDK-QT/hamlib3/mingw32/lib;-lhamlib;-lws2_32
PC_HAMLIB_STATIC_LDFLAGS_OTHER:INTERNAL=
PC_HAMLIB_STATIC_LIBDIR:INTERNAL=
//ADVANCED property for variable: PC_HAMLIB_STATIC_LIBRARIES
PC_HAMLIB_STATIC_LIBRARIES-ADVANCED:INTERNAL=1
PC_HAMLIB_STATIC_LIBRARIES:INTERNAL=hamlib;ws2_32
PC_HAMLIB_STATIC_LIBRARY_DIRS:INTERNAL=/JTSDK-QT/hamlib3/mingw32/lib
PC_HAMLIB_STATIC_LIBS:INTERNAL=
PC_HAMLIB_STATIC_LIBS_L:INTERNAL=
PC_HAMLIB_STATIC_LIBS_OTHER:INTERNAL=
PC_HAMLIB_STATIC_LIBS_PATHS:INTERNAL=
PC_HAMLIB_VERSION:INTERNAL=3.0~git
PC_HAMLIB_hamlib_INCLUDEDIR:INTERNAL=
PC_HAMLIB_hamlib_LIBDIR:INTERNAL=
PC_HAMLIB_hamlib_PREFIX:INTERNAL=
PC_HAMLIB_hamlib_VERSION:INTERNAL=
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
__pkg_config_checked_PC_HAMLIB:INTERNAL=1
//ADVANCED property for variable: hamlib_INCLUDE_DIR
hamlib_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: hamlib_LIBRARY
hamlib_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: hamlib_STATIC_LIBRARY
hamlib_STATIC_LIBRARY-ADVANCED:INTERNAL=1

-----------------------------------------------------------------
Building Debug Install Target For: ( wsjtx )
-----------------------------------------------------------------

.. Configuring Debug Build Tree

-- The C compiler identification is GNU 4.8.0
-- The CXX compiler identification is GNU 4.8.0
-- The Fortran compiler identification is GNU
-- Check for working C compiler: C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gcc.exe
-- Check for working C compiler: C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gcc.exe 
-- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/g++.exe
-- Check for working CXX compiler: C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/g++.exe 
-- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working Fortran compiler: 
C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gfortran.exe
-- Check for working Fortran compiler: 
C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gfortran.exe  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gfortran.exe supports 
Fortran 90
-- Checking whether C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gfortran.exe supports 
Fortran 90 -- yes
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- Found FFTW3: /JTSDK-QT/fftw3f/libfftw3f-3.dll
-- Found PkgConfig: C:/JTSDK-QT/tools/pkg-config.exe (found version "0.28")
-- checking for module 'hamlib'
--   found hamlib, version 3.0~git
-- Found hamlib
-- Found hamlib: /JTSDK-QT/hamlib3/mingw32/include (Required is at least 
version "3")
-- hamlib_INCLUDE_DIRS: /JTSDK-QT/hamlib3/mingw32/include
-- hamlib_LIBRARY: /JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a
-- hamlib_LIBRARIES: /JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a;ws2_32
-- hamlib_STATIC_LIBRARY: /JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a
-- hamlib_STATIC_LIBRARIES: /JTSDK-QT/hamlib3/mingw32/lib/libhamlib.a;ws2_32
-- Asking qmake for QT_PLUGINS_DIR and got 
C:/JTSDK-QT/qt5/5.2.1/mingw48_32/plugins
-- Asking qmake for QT_IMPORTS_DIR and got 
C:/JTSDK-QT/qt5/5.2.1/mingw48_32/imports
-- Asking qmake for QT_DATA_DIR and got C:/JTSDK-QT/qt5/5.2.1/mingw48_32
-- Configuring done
-- Generating done
-- Build files have been written to: C:/JTSDK-QT/wsjtx/build/Debug

.. Stating Install Target build for ( wsjtx )

Scanning dependencies of target jt65code_automoc
[  1%] Automoc for target jt65code
[  1%] Built target jt65code_automoc
Scanning dependencies of target wsjt_automoc
[  2%] Automoc for target wsjt
[  2%] Built target wsjt_automoc
Scanning dependencies of target wsjt
[  3%] Building Fortran object CMakeFiles/wsjt.dir/lib/prog_args.f90.obj
[  4%] Building Fortran object CMakeFiles/wsjt.dir/lib/options.f90.obj
[  5%] Building C object CMakeFiles/wsjt.dir/lib/decode_rs.c.obj
[  5%] Building C object CMakeFiles/wsjt.dir/lib/encode_rs.c.obj
[  6%] Building C object CMakeFiles/wsjt.dir/lib/gran.c.obj
[  6%] Building C object CMakeFiles/wsjt.dir/lib/igray.c.obj
[  7%] Building C object CMakeFiles/wsjt.dir/lib/init_rs.c.obj
[  7%] Building C object CMakeFiles/wsjt.dir/lib/tmoonsub.c.obj
[  8%] Building C object CMakeFiles/wsjt.dir/lib/usleep.c.obj
[  8%] Building C object CMakeFiles/wsjt.dir/lib/wrapkarn.c.obj
[  9%] Building CXX object CMakeFiles/wsjt.dir/killbyname.cpp.obj
[  9%] Building Fortran object CMakeFiles/wsjt.dir/lib/afc65b.f90.obj
[ 10%] Building Fortran object CMakeFiles/wsjt.dir/lib/afc9.f90.obj
[ 10%] Building Fortran object CMakeFiles/wsjt.dir/lib/analytic.f90.obj
[ 11%] Building Fortran object CMakeFiles/wsjt.dir/lib/astro.f90.obj
[ 11%] Building Fortran object CMakeFiles/wsjt.dir/lib/astrosub.f90.obj
[ 12%] Building Fortran object CMakeFiles/wsjt.dir/lib/astro0.f90.obj
[ 12%] Building Fortran object CMakeFiles/wsjt.dir/lib/azdist.f90.obj
[ 13%] Building Fortran object CMakeFiles/wsjt.dir/lib/baddata.f90.obj
[ 14%] Building Fortran object CMakeFiles/wsjt.dir/lib/ccf2.f90.obj
[ 14%] Building Fortran object CMakeFiles/wsjt.dir/lib/ccf65.f90.obj
[ 15%] Building Fortran object CMakeFiles/wsjt.dir/lib/chkhist.f90.obj
[ 15%] Building Fortran object CMakeFiles/wsjt.dir/lib/chkmsg.f90.obj
[ 16%] Building Fortran object CMakeFiles/wsjt.dir/lib/chkss2.f90.obj
[ 16%] Building Fortran object CMakeFiles/wsjt.dir/lib/coord.f90.obj
[ 17%] Building Fortran object CMakeFiles/wsjt.dir/lib/db.f90.obj
[ 17%] Building Fortran object CMakeFiles/wsjt.dir/lib/dcoord.f90.obj
[ 18%] Building Fortran object CMakeFiles/wsjt.dir/lib/decode65a.f90.obj
[ 18%] Building Fortran object CMakeFiles/wsjt.dir/lib/decode65b.f90.obj
[ 19%] Building Fortran object CMakeFiles/wsjt.dir/lib/decode9.f90.obj
[ 19%] Building Fortran object CMakeFiles/wsjt.dir/lib/decoder.f90.obj
[ 20%] Building Fortran object CMakeFiles/wsjt.dir/lib/deg2grid.f90.obj
[ 20%] Building Fortran object CMakeFiles/wsjt.dir/lib/demod64a.f90.obj
[ 21%] Building Fortran object CMakeFiles/wsjt.dir/lib/determ.f90.obj
[ 21%] Building Fortran object CMakeFiles/wsjt.dir/lib/dot.f90.obj
[ 22%] Building Fortran object CMakeFiles/wsjt.dir/lib/downsam9.f90.obj
[ 22%] Building Fortran object CMakeFiles/wsjt.dir/lib/encode232.f90.obj
[ 23%] Building Fortran object CMakeFiles/wsjt.dir/lib/entail.f90.obj
[ 23%] Building Fortran object CMakeFiles/wsjt.dir/lib/extract.F90.obj
[ 24%] Building Fortran object CMakeFiles/wsjt.dir/lib/geocentric.f90.obj
[ 24%] Building Fortran object CMakeFiles/wsjt.dir/lib/f77_wisdom.f90.obj
[ 25%] Building Fortran object CMakeFiles/wsjt.dir/lib/fano232.f90.obj
[ 25%] Building Fortran object CMakeFiles/wsjt.dir/lib/fchisq.f90.obj
[ 26%] Building Fortran object CMakeFiles/wsjt.dir/lib/fchisq65.f90.obj
[ 26%] Building Fortran object CMakeFiles/wsjt.dir/lib/fil3.f90.obj
[ 27%] Building Fortran object CMakeFiles/wsjt.dir/lib/fil4.f90.obj
[ 27%] Building Fortran object CMakeFiles/wsjt.dir/lib/fil6521.f90.obj
[ 28%] Building Fortran object CMakeFiles/wsjt.dir/lib/filbig.f90.obj
[ 28%] Building Fortran object CMakeFiles/wsjt.dir/lib/fillcom.f90.obj
[ 29%] Building Fortran object CMakeFiles/wsjt.dir/lib/flat1.f90.obj
[ 29%] Building Fortran object CMakeFiles/wsjt.dir/lib/flat2.f90.obj
[ 30%] Building Fortran object CMakeFiles/wsjt.dir/lib/flat3.f90.obj
[ 30%] Building Fortran object CMakeFiles/wsjt.dir/lib/flat65.f90.obj
[ 31%] Building Fortran object CMakeFiles/wsjt.dir/lib/four2a.f90.obj
[ 31%] Building Fortran object CMakeFiles/wsjt.dir/lib/gen65.f90.obj
[ 32%] Building Fortran object CMakeFiles/wsjt.dir/lib/genjt9.f90.obj
[ 32%] Building Fortran object CMakeFiles/wsjt.dir/lib/geodist.f90.obj
[ 33%] Building Fortran object CMakeFiles/wsjt.dir/lib/getlags.f90.obj
[ 34%] Building Fortran object CMakeFiles/wsjt.dir/lib/getpfx1.f90.obj
[ 34%] Building Fortran object CMakeFiles/wsjt.dir/lib/getpfx2.f90.obj
[ 35%] Building Fortran object CMakeFiles/wsjt.dir/lib/graycode.f90.obj
[ 35%] Building Fortran object CMakeFiles/wsjt.dir/lib/graycode65.f90.obj
[ 36%] Building Fortran object CMakeFiles/wsjt.dir/lib/grid2deg.f90.obj
[ 36%] Building Fortran object CMakeFiles/wsjt.dir/lib/grid2k.f90.obj
[ 37%] Building Fortran object CMakeFiles/wsjt.dir/lib/grid2n.f90.obj
[ 37%] Building Fortran object CMakeFiles/wsjt.dir/lib/indexx.f90.obj
[ 38%] Building Fortran object CMakeFiles/wsjt.dir/lib/interleave63.f90.obj
[ 38%] Building Fortran object CMakeFiles/wsjt.dir/lib/interleave9.f90.obj
[ 39%] Building Fortran object CMakeFiles/wsjt.dir/lib/jt65a.f90.obj
[ 39%] Building Fortran object CMakeFiles/wsjt.dir/lib/k2grid.f90.obj
[ 40%] Building Fortran object CMakeFiles/wsjt.dir/lib/moon2.f90.obj
[ 40%] Building Fortran object CMakeFiles/wsjt.dir/lib/moondop.f90.obj
[ 41%] Building Fortran object CMakeFiles/wsjt.dir/lib/morse.f90.obj
[ 41%] Building Fortran object CMakeFiles/wsjt.dir/lib/move.f90.obj
[ 42%] Building Fortran object CMakeFiles/wsjt.dir/lib/n2grid.f90.obj
[ 42%] Building Fortran object CMakeFiles/wsjt.dir/lib/nchar.f90.obj
[ 42%] Building Fortran object CMakeFiles/wsjt.dir/lib/packbits.f90.obj
[ 43%] Building Fortran object CMakeFiles/wsjt.dir/lib/packcall.f90.obj
[ 43%] Building Fortran object CMakeFiles/wsjt.dir/lib/packgrid.f90.obj
[ 44%] Building Fortran object CMakeFiles/wsjt.dir/lib/packmsg.f90.obj
[ 44%] Building Fortran object CMakeFiles/wsjt.dir/lib/packtext.f90.obj
[ 45%] Building Fortran object CMakeFiles/wsjt.dir/lib/pctile.f90.obj
[ 45%] Building Fortran object CMakeFiles/wsjt.dir/lib/peakdt9.f90.obj
[ 46%] Building Fortran object CMakeFiles/wsjt.dir/lib/pfxdump.f90.obj
[ 46%] Building Fortran object CMakeFiles/wsjt.dir/lib/polfit.f90.obj
[ 46%] Building Fortran object CMakeFiles/wsjt.dir/lib/sec_midn.f90.obj
[ 47%] Building Fortran object CMakeFiles/wsjt.dir/lib/setup65.f90.obj
[ 47%] Building Fortran object CMakeFiles/wsjt.dir/lib/sleep_msec.f90.obj
[ 48%] Building Fortran object CMakeFiles/wsjt.dir/lib/smo.f90.obj
[ 48%] Building Fortran object CMakeFiles/wsjt.dir/lib/smo121.f90.obj
[ 49%] Building Fortran object CMakeFiles/wsjt.dir/lib/softsym.f90.obj
[ 49%] Building Fortran object CMakeFiles/wsjt.dir/lib/sort.f90.obj
[ 50%] Building Fortran object CMakeFiles/wsjt.dir/lib/ssort.f90.obj
[ 50%] Building Fortran object CMakeFiles/wsjt.dir/lib/stdmsg.f90.obj
[ 51%] Building Fortran object CMakeFiles/wsjt.dir/lib/sun.f90.obj
[ 52%] Building Fortran object CMakeFiles/wsjt.dir/lib/symspec.f90.obj
[ 52%] Building Fortran object CMakeFiles/wsjt.dir/lib/symspec2.f90.obj
[ 53%] Building Fortran object CMakeFiles/wsjt.dir/lib/symspec65.f90.obj
[ 53%] Building Fortran object CMakeFiles/wsjt.dir/lib/sync9.f90.obj
[ 54%] Building Fortran object CMakeFiles/wsjt.dir/lib/timer.f90.obj
[ 54%] Building Fortran object CMakeFiles/wsjt.dir/lib/tm2.f90.obj
[ 55%] Building Fortran object CMakeFiles/wsjt.dir/lib/toxyz.f90.obj
[ 55%] Building Fortran object CMakeFiles/wsjt.dir/lib/twkfreq.f90.obj
[ 56%] Building Fortran object CMakeFiles/wsjt.dir/lib/twkfreq65.f90.obj
[ 56%] Building Fortran object CMakeFiles/wsjt.dir/lib/unpackbits.f90.obj
[ 57%] Building Fortran object CMakeFiles/wsjt.dir/lib/unpackcall.f90.obj
[ 57%] Building Fortran object CMakeFiles/wsjt.dir/lib/unpackgrid.f90.obj
[ 58%] Building Fortran object CMakeFiles/wsjt.dir/lib/unpackmsg.f90.obj
[ 58%] Building Fortran object CMakeFiles/wsjt.dir/lib/unpacktext.f90.obj
[ 59%] Building Fortran object CMakeFiles/wsjt.dir/lib/zplot9.f90.obj
[ 59%] Building CXX object CMakeFiles/wsjt.dir/wsjt_automoc.cpp.obj
Linking CXX static library libwsjt.a
[ 59%] Built target wsjt
Scanning dependencies of target jt65code
[ 59%] Building Fortran object CMakeFiles/jt65code.dir/lib/jt65code.f90.obj
[ 60%] Building RC object CMakeFiles/jt65code.dir/wsjtx.rc.obj
[ 60%] Building CXX object CMakeFiles/jt65code.dir/jt65code_automoc.cpp.obj
Linking CXX executable jt65code.exe
[ 60%] Built target jt65code
Scanning dependencies of target jt9_automoc
[ 61%] Automoc for target jt9
[ 61%] Built target jt9_automoc
Scanning dependencies of target jt9
[ 61%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9.f90.obj
[ 62%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9a.f90.obj
[ 62%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9b.f90.obj
[ 63%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9c.f90.obj
[ 63%] Building CXX object CMakeFiles/jt9.dir/lib/ipcomm.cpp.obj
[ 64%] Building RC object CMakeFiles/jt9.dir/wsjtx.rc.obj
[ 64%] Building CXX object CMakeFiles/jt9.dir/jt9_automoc.cpp.obj
Linking CXX executable jt9.exe
[ 64%] Built target jt9
Scanning dependencies of target jt9code_automoc
[ 65%] Automoc for target jt9code
[ 65%] Built target jt9code_automoc
Scanning dependencies of target jt9code
[ 65%] Building Fortran object CMakeFiles/jt9code.dir/lib/jt9code.f90.obj
[ 66%] Building RC object CMakeFiles/jt9code.dir/wsjtx.rc.obj
[ 66%] Building CXX object CMakeFiles/jt9code.dir/jt9code_automoc.cpp.obj
Linking CXX executable jt9code.exe
[ 66%] Built target jt9code
Scanning dependencies of target jt9sim_automoc
[ 67%] Automoc for target jt9sim
[ 67%] Built target jt9sim_automoc
Scanning dependencies of target jt9sim
[ 67%] Building Fortran object CMakeFiles/jt9sim.dir/lib/jt9sim.f90.obj
[ 68%] Building RC object CMakeFiles/jt9sim.dir/wsjtx.rc.obj
[ 68%] Building CXX object CMakeFiles/jt9sim.dir/jt9sim_automoc.cpp.obj
Linking CXX executable jt9sim.exe
[ 68%] Built target jt9sim
Scanning dependencies of target wsjt_qt_automoc
[ 68%] Automoc for target wsjt_qt
Generating moc_DXLabSuiteCommanderTransceiver.cpp
Generating moc_FrequencyLineEdit.cpp
Generating GetUserId.moc
Generating moc_HamlibTransceiver.cpp
Generating moc_LiveFrequencyValidator.cpp
Generating moc_OmniRigTransceiver.cpp
Generating PollingTransceiver.moc
Generating moc_PollingTransceiver.cpp
Generating moc_Transceiver.cpp
Generating moc_TransceiverFactory.cpp
Generating WFPalette.moc
[ 68%] Built target wsjt_qt_automoc
Scanning dependencies of target revisiontag
[ 68%] Generating Subversion revision information
-- Found Subversion: C:/JTSDK-QT/subversion/bin/svn.exe (found version "1.8.5")
Path: C:\JTSDK-QT\src\wsjtx
Working Copy Root Path: C:\JTSDK-QT\src\wsjtx
URL: https://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx
Relative URL: ^/branches/wsjtx
Repository Root: https://svn.code.sf.net/p/wsjt/wsjt
Repository UUID: ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Revision: 4305
Node Kind: directory
Schedule: normal
Last Changed Author: k1jt
Last Changed Rev: 4305
Last Changed Date: 2014-09-11 15:32:22 +0000 (Thu, 11 Sep 2014)
-- C:/JTSDK-QT/src/wsjtx contains a .svn and is revision 4305
[ 68%] Built target revisiontag
[ 69%] Generating OmniRig.h, OmniRig.cpp
[ 69%] Generating ui_wf_palette_design_dialog.h
Scanning dependencies of target wsjt_qt
[ 69%] Building CXX object CMakeFiles/wsjt_qt.dir/NetworkServerLookup.cpp.obj
[ 70%] Building CXX object CMakeFiles/wsjt_qt.dir/revision_utils.cpp.obj
[ 70%] Building CXX object CMakeFiles/wsjt_qt.dir/WFPalette.cpp.obj
[ 71%] Building CXX object CMakeFiles/wsjt_qt.dir/Radio.cpp.obj
[ 71%] Building CXX object CMakeFiles/wsjt_qt.dir/Bands.cpp.obj
[ 72%] Building CXX object CMakeFiles/wsjt_qt.dir/FrequencyList.cpp.obj
[ 72%] Building CXX object CMakeFiles/wsjt_qt.dir/StationList.cpp.obj
[ 73%] Building CXX object CMakeFiles/wsjt_qt.dir/FrequencyLineEdit.cpp.obj
[ 73%] Building CXX object CMakeFiles/wsjt_qt.dir/FrequencyItemDelegate.cpp.obj
[ 74%] Building CXX object CMakeFiles/wsjt_qt.dir/ForeignKeyDelegate.cpp.obj
[ 74%] Building CXX object CMakeFiles/wsjt_qt.dir/LiveFrequencyValidator.cpp.obj
[ 75%] Building CXX object CMakeFiles/wsjt_qt.dir/GetUserId.cpp.obj
[ 75%] Building CXX object CMakeFiles/wsjt_qt.dir/TraceFile.cpp.obj
[ 76%] Building CXX object CMakeFiles/wsjt_qt.dir/AudioDevice.cpp.obj
[ 76%] Building CXX object CMakeFiles/wsjt_qt.dir/Transceiver.cpp.obj
[ 77%] Building CXX object CMakeFiles/wsjt_qt.dir/TransceiverBase.cpp.obj
[ 77%] Building CXX object 
CMakeFiles/wsjt_qt.dir/EmulateSplitTransceiver.cpp.obj
[ 78%] Building CXX object CMakeFiles/wsjt_qt.dir/TransceiverFactory.cpp.obj
[ 78%] Building CXX object CMakeFiles/wsjt_qt.dir/PollingTransceiver.cpp.obj
[ 79%] Building CXX object CMakeFiles/wsjt_qt.dir/HamlibTransceiver.cpp.obj
[ 80%] Building CXX object CMakeFiles/wsjt_qt.dir/HRDTransceiver.cpp.obj
[ 80%] Building CXX object 
CMakeFiles/wsjt_qt.dir/DXLabSuiteCommanderTransceiver.cpp.obj
[ 81%] Building CXX object CMakeFiles/wsjt_qt.dir/OmniRigTransceiver.cpp.obj
[ 81%] Building CXX object CMakeFiles/wsjt_qt.dir/OmniRig.cpp.obj
[ 82%] Building CXX object CMakeFiles/wsjt_qt.dir/wsjt_qt_automoc.cpp.obj
Linking CXX static library libwsjt_qt.a
[ 82%] Built target wsjt_qt
Scanning dependencies of target wsjtx_automoc
[ 83%] Automoc for target wsjtx
Generating Configuration.moc
Generating moc_Configuration.cpp
Generating moc_Detector.cpp
Generating moc_Modulator.cpp
Generating moc_about.cpp
Generating moc_astro.cpp
Generating moc_displaytext.cpp
Generating moc_logqso.cpp
Generating moc_mainwindow.cpp
Generating moc_meterwidget.cpp
Generating moc_plotter.cpp

Generating moc_psk_reporter.cpp
Generating moc_signalmeter.cpp
Generating moc_soundin.cpp
Generating moc_soundout.cpp
Generating moc_widegraph.cpp
[ 83%] Built target wsjtx_automoc
[ 83%] Downloading kvasd for Windows
-- file: 
https://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Windows/kvasd.exe
-- [download 0% complete]
-- [download 27% complete]
-- [download 100% complete]
[ 84%] Generating ui_mainwindow.h
[ 84%] Generating ui_about.h
[ 85%] Generating ui_astro.h
[ 85%] Generating ui_widegraph.h
[ 86%] Generating ui_logqso.h
[ 86%] Generating ui_Configuration.h
[ 87%] Generating qrc_wsjtx.cpp
Scanning dependencies of target wsjtx
[ 88%] Building CXX object CMakeFiles/wsjtx.dir/logbook/adif.cpp.obj
[ 88%] Building CXX object CMakeFiles/wsjtx.dir/logbook/countrydat.cpp.obj
[ 89%] Building CXX object CMakeFiles/wsjtx.dir/logbook/countriesworked.cpp.obj
[ 89%] Building CXX object CMakeFiles/wsjtx.dir/logbook/logbook.cpp.obj
[ 90%] Building CXX object CMakeFiles/wsjtx.dir/psk_reporter.cpp.obj
[ 90%] Building CXX object CMakeFiles/wsjtx.dir/Modulator.cpp.obj
[ 91%] Building CXX object CMakeFiles/wsjtx.dir/Detector.cpp.obj
[ 91%] Building CXX object CMakeFiles/wsjtx.dir/logqso.cpp.obj
[ 92%] Building CXX object CMakeFiles/wsjtx.dir/displaytext.cpp.obj
[ 92%] Building CXX object CMakeFiles/wsjtx.dir/decodedtext.cpp.obj
[ 93%] Building CXX object CMakeFiles/wsjtx.dir/getfile.cpp.obj
[ 93%] Building CXX object CMakeFiles/wsjtx.dir/soundout.cpp.obj
[ 94%] Building CXX object CMakeFiles/wsjtx.dir/soundin.cpp.obj
[ 94%] Building CXX object CMakeFiles/wsjtx.dir/meterwidget.cpp.obj
[ 95%] Building CXX object CMakeFiles/wsjtx.dir/signalmeter.cpp.obj
[ 95%] Building CXX object CMakeFiles/wsjtx.dir/plotter.cpp.obj
[ 96%] Building CXX object CMakeFiles/wsjtx.dir/widegraph.cpp.obj
[ 96%] Building CXX object CMakeFiles/wsjtx.dir/about.cpp.obj
[ 97%] Building CXX object CMakeFiles/wsjtx.dir/astro.cpp.obj
[ 97%] Building CXX object CMakeFiles/wsjtx.dir/mainwindow.cpp.obj
[ 98%] Building CXX object CMakeFiles/wsjtx.dir/Configuration.cpp.obj
[ 98%] Building CXX object CMakeFiles/wsjtx.dir/main.cpp.obj
[ 99%] Building RC object CMakeFiles/wsjtx.dir/wsjtx.rc.obj
[ 99%] Building CXX object CMakeFiles/wsjtx.dir/qrc_wsjtx.cpp.obj
[100%] Building CXX object CMakeFiles/wsjtx.dir/wsjtx_automoc.cpp.obj
Linking CXX executable wsjtx.exe
[100%] Built target wsjtx
Install the project...
-- Install configuration: "Debug"
-- Installing: C:/JTSDK-QT/wsjtx/install/Debug/bin/wsjtx.exe
-- Installing: C:/JTSDK-QT/wsjtx/install/Debug/bin/jt9.exe
-- Installing: C:/JTSDK-QT/wsjtx/install/Debug/bin/jt65code.exe
-- Installing: C:/JTSDK-QT/wsjtx/install/Debug/bin/jt9code.exe
-- Installing: C:/JTSDK-QT/wsjtx/install/Debug/bin/kvasd.exe
-- Installing: C:/JTSDK-QT/wsjtx/install/Debug/bin/rigctld.exe

-----------------------------------------------------------------
Finished Debug Install Target For: ( wsjtx )
-----------------------------------------------------------------

BUILD SUMMARY
  Build Tree Location .. C:\JTSDK-QT\wsjtx\build\Debug
  Install Location ..... C:\JTSDK-QT\wsjtx\install\Debug\bin\wsjtx.bat

NOTE: When Running ( wsjtx ) Debug versions, please use
      the provided  ( wsjtx.bat ) file as this sets up
      environment variables and support file paths.

Press any key to continue . . .

 Would You Like To Run wsjtx Now? ( y/n )

Type Response: n


C:\JTSDK-QT>
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to