On Sat, Aug 15, 2015 at 12:58:31PM +0200, Kornel Benko wrote:
> Am Freitag, 14. August 2015 um 21:10:56, schrieb Scott Kostyshak 
> <skost...@lyx.org>

> Here QObject for QT4 is in /usr/include/qt4/QtCore.
> 
>       #egrep include/qt4/QtCore CMakeCache.txt
>       --> QT_QTCORE_INCLUDE_DIR:PATH=/usr/include/qt4/QtCore
> '/usr/include/qt4/QtCore/QObject' itself is part of package 'libqt4-dev'
> 

> Maybe your cache is wrong?

If I do a fresh build (i.e. remove build dir, then create empty build
dir) then cache should not be wrong right?

> > I'm guessing this is a problem in configuration on my side. Does
> > anyone have a suggestion for how I can fix this? Note that 2.1.x
> > before this commit compiles fine, and master branch compiles fine for
> > me.
> 
> You compile master with QT5?

Yes.

Attached is my CMakeCache.txt file of the failed (fresh) compilation of
565b4e9 and the diff with the successful (fresh) compilation of 4c92d96.

There are two differences between the two. Any ideas?

Scott
# This is the CMakeCache file.
# For build in directory: /home/scott/lyxbuilds/master-DELETE/CMakeBuild
# It was generated by CMake: /usr/bin/cmake
# 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=/usr/bin/ar

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

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

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//STRING
CMAKE_CXX_FLAGS:STRING='-Wall -Wunused-parameter --std=gnu++11 
-fno-strict-aliasing '

//STRING
CMAKE_CXX_FLAGS_DEBUG:STRING=-Wall -Wunused-parameter --std=gnu++11 
-fno-strict-aliasing -O0 -g3 -D_DEBUG

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

//STRING
CMAKE_CXX_FLAGS_RELEASE:STRING=-Wall -Wunused-parameter --std=gnu++11 -O3 
-DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//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 builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//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=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local/lyx-master

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//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=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=LyX

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//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=/usr/bin/strip

//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 Debian packages
CPACK_BINARY_DEB:BOOL=ON

//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF

//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF

//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=OFF

//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=OFF

//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=OFF

//Enable to build TZ packages
CPACK_BINARY_TZ:BOOL=OFF

//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=OFF

//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON

//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=OFF

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

//Path to a program.
DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen

//Path to a program.
DPKG_ARCHITECTURE_EXECUTABLE:FILEPATH=/usr/bin/dpkg-architecture

//Path to a file.
ENCHANT_INCLUDE_DIR:PATH=/usr/include/enchant

//Path to a library.
ENCHANT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libenchant.so

//Path to a program.
GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt

//Path to a program.
GETTEXT_MSGMERGE_EXECUTABLE:FILEPATH=/usr/bin/msgmerge

//Path to a program.
GETTEXT_MSGUNIQ_EXECUTABLE:FILEPATH=/usr/bin/msguniq

//Path to a program.
GETTEXT_XGETTEXT_EXECUTABLE:FILEPATH=/usr/bin/xgettext

//Path to a file.
HUNSPELL_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
HUNSPELL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libhunspell.so

//Path to a file.
ICONV_HEADER:FILEPATH=/usr/include/iconv.h

//Path to a file.
ICONV_INCLUDE_DIR:PATH=/usr/include

//STRING
ICONV_LIBRARY:STRING=

//Require aspell
LYX_ASPELL:BOOL=OFF

//Build bundle  (experimental) 
LYX_BUNDLE:BOOL=OFF

//Enable concept-checks
LYX_CONCEPT_CHECKS:BOOL=OFF

//Use the CPack management (Implies LYX_INSTALL option)
LYX_CPACK:BOOL=ON

//Desired semicolon separated list of extra cxx compile flags,
// like '-Werror'
LYX_CXX_FLAGS_EXTRA:STRING=

//Subdirectory for all lyx-system-data
LYX_DATA_SUBDIR:STRING=

//Enforce debug build
LYX_DEBUG:BOOL=ON

//Enable libstdc++ debug mode
LYX_DEBUG_GLIBC:BOOL=OFF

//Enable libstdc++ pedantic debug mode
LYX_DEBUG_GLIBC_PEDANTIC:BOOL=OFF

//Build developer version
LYX_DEVEL_VERSION:BOOL=OFF

//Build with options for c++11-mode
LYX_ENABLE_CXX11:BOOL=ON

//No help, variable specified on the command line.
LYX_ENABLE_EXPORT_TESTS:UNINITIALIZED=ON

//Enable for URL tests
LYX_ENABLE_URLTESTS:BOOL=ON

//Require Enchant
LYX_ENCHANT:BOOL=ON

//Use external boost
LYX_EXTERNAL_BOOST:BOOL=OFF

//Path to a program.
LYX_GITVERSION:FILEPATH=/usr/bin/git

//Require Hunspell
LYX_HUNSPELL:BOOL=ON

//Build install projects/rules (implies a bunch of other options)
LYX_INSTALL:BOOL=OFF

//LyX user's choice install prefix
LYX_INSTALL_PREFIX:PATH=OFF

//Add version info to created package name (only used if LYX_CPACK
// option set)
LYX_LOCALVERSIONING:BOOL=ON

//Install location for man pages.
LYX_MAN_DIR:STRING=/usr/local/man

//Merge source files into one compilation unit
LYX_MERGE_FILES:BOOL=OFF

//Rebuild generated files from merged files build
LYX_MERGE_REBUILD:BOOL=OFF

//Enable Native Language Support (NLS)
LYX_NLS:BOOL=ON

//Don't use any optimization/debug flags
LYX_NO_OPTIMIZE:BOOL=OFF

//Use version suffix for packaging
LYX_PACKAGE_SUFFIX:BOOL=ON

//Use precompiled headers
LYX_PCH:BOOL=OFF

//Build with options for gprof
LYX_PROFILE:BOOL=OFF

//Append version suffix to binaries
LYX_PROGRAM_SUFFIX:BOOL=ON

//Path to a program.
LYX_PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2

//Don't generate verbose makefiles
LYX_QUIET:BOOL=OFF

//Build release version, build debug when disabled
LYX_RELEASE:BOOL=OFF

//Use debug stdlib
LYX_STDLIB_DEBUG:BOOL=OFF

//Use Qt version as frontend
LYX_USE_QT:STRING=QT5

//Value Computed by CMake
LyX_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild

//Value Computed by CMake
LyX_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo

//Path to a file.
Magic_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
Magic_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libmagic.so

//Path to a program.
PERL_EXECUTABLE:FILEPATH=/usr/bin/perl

//The directory containing a CMake configuration file for Qt5Concurrent.
Qt5Concurrent_DIR:PATH=/usr/BUILD/BuildQt5-dev/qtbase/lib/cmake/Qt5Concurrent

//The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/usr/BUILD/BuildQt5-dev/qtbase/lib/cmake/Qt5Core

//The directory containing a CMake configuration file for Qt5Gui.
Qt5Gui_DIR:PATH=/usr/BUILD/BuildQt5-dev/qtbase/lib/cmake/Qt5Gui

//The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=/usr/BUILD/BuildQt5-dev/qtbase/lib/cmake/Qt5Widgets

//The directory containing a CMake configuration file for Qt5X11Extras.
Qt5X11Extras_DIR:PATH=/usr/BUILD/BuildQt5-dev/qtbase/lib/cmake/Qt5X11Extras

//Path to a file.
ZLIB_HEADER:FILEPATH=/usr/include/zlib.h

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
ZLIB_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so

//Value Computed by CMake
boost_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/boost/libs

//Value Computed by CMake
boost_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/boost/libs

//Value Computed by CMake
boost_regex_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/boost/libs/regex

//Dependencies for target
boost_regex_LIB_DEPENDS:STATIC=

//Value Computed by CMake
boost_regex_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/boost/libs/regex

//Value Computed by CMake
boost_signals_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/boost/libs/signals

//Dependencies for target
boost_signals_LIB_DEPENDS:STATIC=

//Value Computed by CMake
boost_signals_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/boost/libs/signals

//Value Computed by CMake
doc_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/doc

//Value Computed by CMake
doc_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/development/cmake/doc

//Value Computed by CMake
doxydoc_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/sourcedoc

//Value Computed by CMake
doxydoc_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/sourcedoc

//Value Computed by CMake
frontend_qt4_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/frontends/qt4

//Dependencies for the target
frontend_qt4_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Gui;general;Qt5::Widgets;general;Qt5::Concurrent;general;frontends;

//Value Computed by CMake
frontend_qt4_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/frontends/qt4

//Value Computed by CMake
frontends_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/frontends

//Dependencies for the target
frontends_LIB_DEPENDS:STATIC=general;boost_signals;general;boost_regex;

//Value Computed by CMake
frontends_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/frontends

//Value Computed by CMake
graphics_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/graphics

//Dependencies for the target
graphics_LIB_DEPENDS:STATIC=general;Qt5::Core;

//Value Computed by CMake
graphics_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/graphics

//Value Computed by CMake
insets_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/insets

//Dependencies for target
insets_LIB_DEPENDS:STATIC=

//Value Computed by CMake
insets_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/insets

//Value Computed by CMake
lyx2.1_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src

//Value Computed by CMake
lyx2.1_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src

//Value Computed by CMake
lyxclient2.1_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/client

//Value Computed by CMake
lyxclient2.1_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/client

//Value Computed by CMake
man_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/man

//Value Computed by CMake
man_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/development/cmake/man

//Value Computed by CMake
mathed_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/mathed

//Dependencies for the target
mathed_LIB_DEPENDS:STATIC=general;Qt5::Core;

//Value Computed by CMake
mathed_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/mathed

//Value Computed by CMake
po_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/po

//Value Computed by CMake
po_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/po

//Value Computed by CMake
support_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/support

//Dependencies for the target
support_LIB_DEPENDS:STATIC=general;Qt5::Core;general;boost_signals;general;boost_regex;general;/usr/lib/x86_64-linux-gnu/libz.so;

//Value Computed by CMake
support_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/support

//Value Computed by CMake
supporttest_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/support/tests

//Value Computed by CMake
supporttest_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/support/tests

//Value Computed by CMake
test_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/lib/examples

//Value Computed by CMake
test_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/lib/examples

//Value Computed by CMake
tex2lyx2.1_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/tex2lyx

//Value Computed by CMake
tex2lyx2.1_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/tex2lyx


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

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/scott/lyxbuilds/master-DELETE/CMakeBuild
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=0
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//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_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
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//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_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix 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=/home/scott/lyxbuilds/master-DELETE/repo
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//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=27
//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
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.0
//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
//CHECK_TYPE_SIZE: sizeof(unsigned short)
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
//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
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//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_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TZ
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//Test CXX11_FLAG_DETECTED
CXX11_FLAG_DETECTED:INTERNAL=1
//ADVANCED property for variable: ENCHANT_INCLUDE_DIR
ENCHANT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ENCHANT_LIBRARY
ENCHANT_LIBRARY-ADVANCED:INTERNAL=1
//Details about finding CXX11Compiler
FIND_PACKAGE_MESSAGE_DETAILS_CXX11Compiler:INTERNAL=[--std=gnu++11][v()]
//Details about finding ENCHANT
FIND_PACKAGE_MESSAGE_DETAILS_ENCHANT:INTERNAL=[/usr/lib/x86_64-linux-gnu/libenchant.so][/usr/include/enchant][v()]
//Details about finding HUNSPELL
FIND_PACKAGE_MESSAGE_DETAILS_HUNSPELL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libhunspell.so][/usr/include][v()]
//Details about finding Perl
FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl][v5.20.2()]
//ADVANCED property for variable: GETTEXT_MSGFMT_EXECUTABLE
GETTEXT_MSGFMT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GETTEXT_MSGMERGE_EXECUTABLE
GETTEXT_MSGMERGE_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GETTEXT_MSGUNIQ_EXECUTABLE
GETTEXT_MSGUNIQ_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GETTEXT_XGETTEXT_EXECUTABLE
GETTEXT_XGETTEXT_EXECUTABLE-ADVANCED:INTERNAL=1
//Have function magic_close
HAS_function_magic_close:INTERNAL=1
//Have function magic_error
HAS_function_magic_error:INTERNAL=1
//Have function magic_file
HAS_function_magic_file:INTERNAL=1
//Have function magic_load
HAS_function_magic_load:INTERNAL=1
//Have function magic_open
HAS_function_magic_open:INTERNAL=1
//Have function alloca
HAVE_ALLOCA:INTERNAL=
//Have include argz.h
HAVE_ARGZ_H:INTERNAL=1
//Have includes aspell/aspell.h
HAVE_ASPELL_ASPELL_H:INTERNAL=
//Have includes aspell.h
HAVE_ASPELL_H:INTERNAL=
//Have symbol asprintf
HAVE_ASPRINTF:INTERNAL=
//Have function chmod
HAVE_CHMOD:INTERNAL=1
//Have function close
HAVE_CLOSE:INTERNAL=1
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
//Have function dcgettext
HAVE_DCGETTEXT:INTERNAL=1
//Have function fcntl
HAVE_FCNTL:INTERNAL=1
//Have function fork
HAVE_FORK:INTERNAL=1
//Have function getcwd
HAVE_GETCWD:INTERNAL=1
//Have function getegid
HAVE_GETEGID:INTERNAL=1
//Have function getgid
HAVE_GETGID:INTERNAL=1
//Have function getpid
HAVE_GETPID:INTERNAL=1
//Have function gettext
HAVE_GETTEXT:INTERNAL=1
//Have function getuid
HAVE_GETUID:INTERNAL=1
//Result of TRY_COMPILE
HAVE_HAVE_INTMAX_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_HAVE_LONG_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_HAVE_LONG_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_HAVE_WCHAR_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_HAVE_WINT_T:INTERNAL=FALSE
//Test HAVE_ICONV_CONST
HAVE_ICONV_CONST:INTERNAL=
//Have function iconv
HAVE_ICONV_IN_LIBC:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(intmax_t)
HAVE_INTMAX_T:INTERNAL=8
//Have include inttypes.h
HAVE_INTTYPES_H:INTERNAL=1
//Have symbol intmax_t
HAVE_INTTYPES_H_WITH_UINTMAX:INTERNAL=
//Have symbol LC_MESSAGES
HAVE_LC_MESSAGES:INTERNAL=1
//Have include limits.h
HAVE_LIMITS_H:INTERNAL=1
//Have include locale.h
HAVE_LOCALE_H:INTERNAL=1
//Have function lockf
HAVE_LOCKF:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(long double)
HAVE_LONG_DOUBLE:INTERNAL=16
//CHECK_TYPE_SIZE: sizeof(long long)
HAVE_LONG_LONG:INTERNAL=8
//Have function lstat
HAVE_LSTAT:INTERNAL=1
//Have function mempcpy
HAVE_MEMPCPY:INTERNAL=1
//Have function mkdir
HAVE_MKDIR:INTERNAL=1
//Have function mkfifo
HAVE_MKFIFO:INTERNAL=1
//Have function open
HAVE_OPEN:INTERNAL=1
//Have function pclose
HAVE_PCLOSE:INTERNAL=1
//Have symbol pid_t
HAVE_PID_T:INTERNAL=
//Have function popen
HAVE_POPEN:INTERNAL=1
//Have symbol printf
HAVE_POSIX_PRINTF:INTERNAL=1
//Have function putenv
HAVE_PUTENV:INTERNAL=1
//Have function readlink
HAVE_READLINK:INTERNAL=1
//Have function setenv
HAVE_SETENV:INTERNAL=1
//Have function setlocale
HAVE_SETLOCALE:INTERNAL=1
//Have symbol snprintf
HAVE_SNPRINTF:INTERNAL=1
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have symbol uintmax_t
HAVE_STDINT_H_WITH_UINTMAX:INTERNAL=
//Have include stdlib.h
HAVE_STDLIB_H:INTERNAL=1
//Have function stpcpy
HAVE_STPCPY:INTERNAL=1
//Have function strcasecmp
HAVE_STRCASECMP:INTERNAL=1
//Have function strdup
HAVE_STRDUP:INTERNAL=1
//Have function strerror
HAVE_STRERROR:INTERNAL=1
//Have include string.h
HAVE_STRING_H:INTERNAL=1
//Have function strtoul
HAVE_STRTOUL:INTERNAL=1
//Have symbol alloca
HAVE_SYMBOL_ALLOCA:INTERNAL=
//Have include sys/socket.h
HAVE_SYS_SOCKET_H:INTERNAL=1
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have includes sys/utime.h
HAVE_SYS_UTIME_H:INTERNAL=
//Have function tsearch
HAVE_TSEARCH:INTERNAL=1
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Have function unsetenv
HAVE_UNSETENV:INTERNAL=1
//Have include utime.h
HAVE_UTIME_H:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(wchar_t)
HAVE_WCHAR_T:INTERNAL=4
//Have function wcslen
HAVE_WCSLEN:INTERNAL=1
//CHECK_TYPE_SIZE: wint_t unknown
HAVE_WINT_T:INTERNAL=
//Result of TRY_COMPILE
HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Have symbol wprintf
HAVE_WPRINTF:INTERNAL=
//Have function _close
HAVE__CLOSE:INTERNAL=
//Have function _getpid
HAVE__GETPID:INTERNAL=
//Have function _mkdir
HAVE__MKDIR:INTERNAL=
//Have function _open
HAVE__OPEN:INTERNAL=
//Have function _pclose
HAVE__PCLOSE:INTERNAL=
//Have function _popen
HAVE__POPEN:INTERNAL=
//Have function __argz_count
HAVE___ARGZ_COUNT:INTERNAL=1
//Have function __argz_next
HAVE___ARGZ_NEXT:INTERNAL=1
//Have function __argz_stringify
HAVE___ARGZ_STRINGIFY:INTERNAL=1
//Have function __fsetlocking
HAVE___FSETLOCKING:INTERNAL=1
//ADVANCED property for variable: HUNSPELL_INCLUDE_DIR
HUNSPELL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: HUNSPELL_LIBRARY
HUNSPELL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ICONV_INCLUDE_DIR
ICONV_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ICONV_LIBRARY
ICONV_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LYX_CXX_FLAGS_EXTRA
LYX_CXX_FLAGS_EXTRA-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LYX_MAN_DIR
LYX_MAN_DIR-ADVANCED:INTERNAL=1
//STRINGS property for variable: LYX_USE_QT
LYX_USE_QT-STRINGS:INTERNAL=QT4;QT5
//ADVANCED property for variable: Magic_INCLUDE_DIR
Magic_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Magic_LIBRARY
Magic_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PERL_EXECUTABLE
PERL_EXECUTABLE-ADVANCED:INTERNAL=1
//Test SIZEOF_WCHAR_T_IS_2
SIZEOF_WCHAR_T_IS_2:INTERNAL=
//Test SIZEOF_WCHAR_T_IS_4
SIZEOF_WCHAR_T_IS_4:INTERNAL=1
//Test USE_GLIBCXX_CXX11_ABI
USE_GLIBCXX_CXX11_ABI:INTERNAL=
//Result of TEST_BIG_ENDIAN
WORDS_BIGENDIAN:INTERNAL=0
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1
//Test lyx_cv_lib_stdcxx
lyx_cv_lib_stdcxx:INTERNAL=1
//Test lyx_cv_prog_clang
lyx_cv_prog_clang:INTERNAL=

--- CMakeCache_4c92d96_succeeded.txt    2015-08-15 14:39:19.178596413 -0400
+++ CMakeCache_565b4e9f_failed.txt      2015-08-15 14:38:20.904076593 -0400
@@ -440,8 +440,8 @@
 //Value Computed by CMake
 
graphics_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/graphics
 
-//Dependencies for target
-graphics_LIB_DEPENDS:STATIC=
+//Dependencies for the target
+graphics_LIB_DEPENDS:STATIC=general;Qt5::Core;
 
 //Value Computed by CMake
 
graphics_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/graphics
@@ -476,8 +476,8 @@
 //Value Computed by CMake
 
mathed_BINARY_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/CMakeBuild/src/mathed
 
-//Dependencies for target
-mathed_LIB_DEPENDS:STATIC=
+//Dependencies for the target
+mathed_LIB_DEPENDS:STATIC=general;Qt5::Core;
 
 //Value Computed by CMake
 mathed_SOURCE_DIR:STATIC=/home/scott/lyxbuilds/master-DELETE/repo/src/mathed

Reply via email to