On 09/28/2015 01:37 PM, Richard Heck wrote: > Yes, just compiled with fresh build directory, and it was fine. Thanks.
I can confirm this, but! when I compile for qt5 the binary only gets core dumped. These are the settings in run_cmake.sh
cmake ../lyx \ -G"Unix Makefiles" \ -DLYX_CPACK=OFF \ -DLYX_LOCALVERSIONING=OFF \ -DLYX_INSTALL=OFF \ -DLYX_NLS=ON \ -DLYX_REQUIRE_SPELLCHECK=OFF \ -DLYX_ASPELL=OFF \ -DLYX_ENCHANT=OFF \ -DLYX_HUNSPELL=OFF \ -DLYX_DEVEL_VERSION=OFF \ >>>doesn't matter if it's on or off -DLYX_RELEASE=ON \ >>>doesn't matter if it's on or off -DLYX_DEBUG=OFF \ >>>doesn't matter if it's on or off -DLYX_NO_OPTIMIZE=OFF \ -DLYX_PACKAGE_SUFFIX=ON \ -DLYX_PCH=OFF \ -DLYX_MERGE_FILES=OFF \ -DLYX_MERGE_REBUILD=OFF \ -DLYX_QUIET=OFF \ -DLYX_INSTALL_PREFIX=OFF \ -DLYX_BUNDLE=OFF \ -DLYX_ENABLE_URLTESTS=OFF \ -DLYX_ENABLE_EXPORT_TESTS=OFF \ -DLYX_ASAN=OFF \ -DLYX_PROFILE=OFF \ -DLYX_EXTERNAL_BOOST=OFF \ -DLYX_PROGRAM_SUFFIX=ON \ -DLYX_DEBUG_GLIBC=OFF \ -DLYX_DEBUG_GLIBC_PEDANTIC=OFF \ -DLYX_STDLIB_DEBUG=OFF \ -DLYX_PROFILE=OFF \ -DLYX_ENABLE_CXX11=OFF \ >>>doesn't matter if it's on or off -DLYX_USE_QT=QT5 \ It works well with DLYX_USE_QT=QT4 though.