# This is the CMakeCache file. # For build in directory: c:/JTSDK-QT/wsjtx/build/Release # 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=Release //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/gfortra n.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/Release //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-mak e.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/Qt5AxContai ner //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/Qt5Multimedi a //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 //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.dll.a //Path to a library. hamlib_STATIC_LIBRARY:FILEPATH=hamlib_STATIC_LIBRARY-NOTFOUND //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/Release //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/Release //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.dl l][/JTSDK-QT/fftw3f][v()] //Details about finding PkgConfig FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[C:/JTSDK-QT/tools/pkg-confi g.exe][v0.28()] //Details about finding hamlib FIND_PACKAGE_MESSAGE_DETAILS_hamlib:INTERNAL=[/JTSDK-QT/hamlib3/mingw32/incl ude][/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.dll.a][/JTSDK-QT/hamlib3/mingw3 2/lib/libhamlib.dll.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 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 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 -----Original Message----- From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Thursday, September 11, 2014 4:48 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Back in town On 11/09/2014 22:42, Michael Black wrote: Hi Mike, > Nope...removed the whole JTSDK-QT\wsjtx directory and rebuilt "build > wsjtx rinstall" > I had a copy of libhamlib-2.dll in my C:\Windows\System32 directory. > Removed it. Same problem. > Then I found it in appsupport\runtime and renamed that one to > libhamlib-2.bak. Same problem. > The I found it in hamlib3\mingw32\bin -- I renamed that one to > libhamlib-2.bak...but shouldn't that be hamlib-3 in there???? > It's picking it up from there and wsjtx wouldn't run without it. > But the exe's in there depend on it and they won't run without it. > And I get all sorts of libhamlib-2.dll errors too once I renamed that > hamlib3 one. LoL, it's just because of this sort of "DLL Hell" that I decided to statically link Hamlib-3 in WSJT-X in the first place! OK, send me your latest CMakeCache.txt and I'll try and find out why Hamlib-2 is being referenced. 73 Bill G4WJS. > > > -----Original Message----- > From: Bill Somerville [mailto:g4...@classdesign.com] > Sent: Thursday, September 11, 2014 4:09 PM > To: wsjt-devel@lists.sourceforge.net > Subject: Re: [wsjt-devel] Back in town > > On 11/09/2014 22:05, Bill Somerville wrote: >> No Hamlib DLLs which is what you have below - all is OK now. > Oops, no it's not. That libhamlib-2.dll should not be there. I suspect > it is old and not put there by the build you have just done. > > Try nuking the install directory and running the build again. >>> And it STILL puts hamlib-2.dll in the Release\bin directory >>> Directory of C:\JTSDK-QT\wsjtx\install\Release\bin >>> >>> 09/11/2014 03:56 PM <DIR> . >>> 09/11/2014 03:56 PM <DIR> .. >>> 09/11/2014 03:56 PM 22,378,434 icudt51.dll >>> 09/11/2014 03:56 PM 3,369,922 icuin51.dll >>> 09/11/2014 03:56 PM 1,978,690 icuuc51.dll >>> 09/11/2014 03:50 PM 680,298 jt65code.exe >>> 09/11/2014 03:50 PM 861,842 jt9.exe >>> 09/11/2014 03:50 PM 678,068 jt9code.exe >>> 09/11/2014 03:51 PM 185,344 kvasd.exe >>> 09/11/2014 03:56 PM 2,446,144 libfftw3f-3.dll >>> 09/11/2014 03:56 PM 544,817 libgcc_s_dw2-1.dll >>> 09/11/2014 03:56 PM 1,098,392 libgfortran-3.dll >>> 09/11/2014 03:56 PM 7,089,621 libhamlib-2.dll >>> 09/11/2014 03:56 PM 487,816 libquadmath-0.dll >>> 09/11/2014 03:56 PM 989,805 libstdc++-6.dll >>> 09/11/2014 03:56 PM 73,901 libwinpthread-1.dll >>> 09/11/2014 03:53 PM 35 qt.conf >>> 09/11/2014 03:56 PM 4,607,488 Qt5Core.dll >>> 09/11/2014 03:56 PM 4,624,896 Qt5Gui.dll >>> 09/11/2014 03:56 PM 824,320 Qt5Multimedia.dll >>> 09/11/2014 03:56 PM 1,393,152 Qt5Network.dll >>> 09/11/2014 03:56 PM 6,282,752 Qt5Widgets.dll >>> 03/27/2014 11:36 AM 322,872 rigctld.exe >>> 09/11/2014 03:53 PM 5,879,472 wsjtx.exe >>> 22 File(s) 66,798,081 bytes >>> >>> >>> But it does run now at least. >> 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 wsjt-devel@lists.sourceforge.net 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 wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel