Am Do., 16. Mai 2024 um 21:57 Uhr schrieb Kornel Benko:

> Am Thu, 16 May 2024 21:08:55 +0200
> schrieb Yu Jin:
>
> > > I don't see it in linux though.
> > >
> > > You could check the value at CMakeLists.txt:575 (after being set on
> line 573).
> > >         message(STATUS "CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}")
> > >
> > This is the output
> > CMAKE_INSTALL_PREFIX=LYX_INSTALLED
> > looks fine I guess.
>
> For me it looks wrong. (Should be full path).
>
> I am interested of the output when run the first time compared to run on
> second time.
>
Attached. Both runs in one file one after another.

> Also are you compiling as bundle (I hope not)?
>
No.
-- 
  Eugene
C:\lyx>"C:\Program Files\CMake\bin\cmake.exe" -S master -G "Visual Studio 17 
2022" -A x64 -DLYX_EXTERNAL_DTL=0 -DLYX_USE_QT=QT6 -DLYX_INSTALL=1 
-DGNUWIN32_DIR=C:\lyx\lyx-windows-deps-msvc2023_64 -DCMAKE_PREFIX_
PATH=C:\Qt\6.7.0\msvc2019_64 -B "C:\lyx\stablebuild64"
CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- TOP_SRC_DIR = C:/lyx/master
--
-- Building out-of-source
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The C compiler identification is MSVC 19.39.33523.0
-- The CXX compiler identification is MSVC 19.39.33523.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual 
Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual 
Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Selecting build type defaults from configure.ac
-- Found GNUWIN32: C:\lyx\lyx-windows-deps-msvc2023_64
--
-- CXX11_FLAG_DETECTED = "/std:c++20"
-- Compiler supports std_regex
-- Found CXX11Compiler: /std:c++20
-- CMAKE_INSTALL_PREFIX=LYX_INSTALLED
-- CMAKE_CXX_STANDARD set to 20
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Found Qt-Version 6.7.0
-- Looking for magic_file
-- Looking for magic_file - not found
-- Function magic_file not found
-- Looking for magic_open
-- Looking for magic_open - not found
-- Function magic_open not found
-- Looking for magic_load
-- Looking for magic_load - not found
-- Function magic_load not found
-- Looking for magic_close
-- Looking for magic_close - not found
-- Function magic_close not found
-- Looking for magic_error
-- Looking for magic_error - not found
-- Function magic_error not found
-- Could NOT find Magic (missing: Magic_INCLUDE_DIR Magic_LIBRARY 
HAS_MAGIC_FUNCTIONS)
CMake Deprecation Warning at 3rdparty/mythes/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at 3rdparty/hunspell/CMakeLists.txt:2 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


--   * Hunspell:
--      - include: 
C:/lyx/master/3rdparty/hunspell/1.7.0/src/hunspell;C:/lyx/master/3rdparty/hunspell/1.7.0/src
--      - library: hunspell
-- Could NOT find ASPELL (missing: ASPELL_LIBRARY ASPELL_INCLUDE_DIR)
-- ASPELL not found, building without ASPELL support
-- Could NOT find ENCHANT (missing: ENCHANT_LIBRARY ENCHANT_INCLUDE_DIR)
-- ENCHANT not found, building without ENCHANT support
-- Building with USE_HUNSPELL
-- Could NOT find LYX_PY_polib (missing: LYX_PY_POLIB)
-- You will be unable to update layouttranslations file
CMake Deprecation Warning at 3rdparty/libiconv/CMakeLists.txt:8 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of ptrdiff_t
-- Check size of ptrdiff_t - done
-- Check size of sig_atomic_t
-- Check size of sig_atomic_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wint_t
-- Check size of wint_t - done
-- Check size of long long int
-- Check size of long long int - done
-- Check size of unsigned long long int
-- Check size of unsigned long long int - done
-- Check size of _Bool
-- Check size of _Bool - done
-- Looking for include file alloca.h
-- Looking for include file alloca.h - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file mach-o/dyld.h
-- Looking for include file mach-o/dyld.h - not found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file search.h
-- Looking for include file search.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - not found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file sys/bitypes.h
-- Looking for include file sys/bitypes.h - not found
-- Looking for include file sys/inttypes.h
-- Looking for include file sys/inttypes.h - not found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - not found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - not found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - not found
-- Looking for include file wchar.h
-- Looking for include file wchar.h - found
-- Looking for include file winsock2.h
-- Looking for include file winsock2.h - found
-- Looking for canonicalize_file_name
-- Looking for canonicalize_file_name - not found
-- Looking for dcgettext
-- Looking for dcgettext - not found
-- Looking for gettext
-- Looking for gettext - not found
-- Looking for iconv
-- Looking for iconv - not found
-- Looking for lstat
-- Looking for lstat - not found
-- Looking for mbrtowc
-- Looking for mbrtowc - found
-- Looking for mbsinit
-- Looking for mbsinit - not found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for chown
-- Looking for chown - not found
-- Looking for dprintf
-- Looking for dprintf - not found
-- Looking for dup2
-- Looking for dup2 - found
-- Looking for dup3
-- Looking for dup3 - not found
-- Looking for endusershell
-- Looking for endusershell - not found
-- Looking for environ
-- Looking for environ - not found
-- Looking for euidaccess
-- Looking for euidaccess - not found
-- Looking for faccessat
-- Looking for faccessat - not found
-- Looking for fchdir
-- Looking for fchdir - not found
-- Looking for fchmodat
-- Looking for fchmodat - not found
-- Looking for fchownat
-- Looking for fchownat - not found
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for ffsl
-- Looking for ffsl - not found
-- Looking for ffsll
-- Looking for ffsll - not found
-- Looking for fpurge
-- Looking for fpurge - not found
-- Looking for fseeko
-- Looking for fseeko - not found
-- Looking for fstatat
-- Looking for fstatat - not found
-- Looking for fsync
-- Looking for fsync - not found
-- Looking for ftello
-- Looking for ftello - not found
-- Looking for ftruncate
-- Looking for ftruncate - not found
-- Looking for futimens
-- Looking for futimens - not found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for getdelim
-- Looking for getdelim - not found
-- Looking for getdomainname
-- Looking for getdomainname - not found
-- Looking for canonicalize_file_name
-- Looking for canonicalize_file_name - not found
-- Looking for getdtablesize
-- Looking for getdtablesize - not found
-- Looking for getgroups
-- Looking for getgroups - not found
-- Looking for gethostname
-- Looking for gethostname - not found
-- Looking for getline
-- Looking for getline - not found
-- Looking for getloadavg
-- Looking for getloadavg - not found
-- Looking for getlogin
-- Looking for getlogin - not found
-- Looking for getlogin_r
-- Looking for getlogin_r - not found
-- Looking for getpagesize
-- Looking for getpagesize - not found
-- Looking for getsubopt
-- Looking for getsubopt - not found
-- Looking for getusershell
-- Looking for getusershell - not found
-- Looking for grantpt
-- Looking for grantpt - not found
-- Looking for group_member
-- Looking for group_member - not found
-- Looking for initstat_r
-- Looking for initstat_r - not found
-- Looking for lchmod
-- Looking for lchmod - not found
-- Looking for lchown
-- Looking for lchown - not found
-- Looking for link
-- Looking for link - not found
-- Looking for linkat
-- Looking for linkat - not found
-- Looking for lseek
-- Looking for lseek - found
-- Looking for lstat
-- Looking for lstat - not found
-- Looking for memmem
-- Looking for memmem - not found
-- Looking for mempcpy
-- Looking for mempcpy - not found
-- Looking for memrchr
-- Looking for memrchr - not found
-- Looking for mkdirat
-- Looking for mkdirat - not found
-- Looking for mkdtemp
-- Looking for mkdtemp - not found
-- Looking for mkfifo
-- Looking for mkfifo - not found
-- Looking for mkfifoat
-- Looking for mkfifoat - not found
-- Looking for mknod
-- Looking for mknod - not found
-- Looking for mknodat
-- Looking for mknodat - not found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Looking for mkostemps
-- Looking for mkostemps - not found
-- Looking for openat
-- Looking for openat - not found
-- Looking for pipe
-- Looking for pipe - not found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for popen
-- Looking for popen - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - not found
-- Looking for ptsname
-- Looking for ptsname - not found
-- Looking for pwrite
-- Looking for pwrite - not found
-- Looking for random_r
-- Looking for random_r - not found
-- Looking for rawmemchr
-- Looking for rawmemchr - not found
-- Looking for readlink
-- Looking for readlink - not found
-- Looking for readlinkat
-- Looking for readlinkat - not found
-- Looking for realpath
-- Looking for realpath - not found
-- Looking for renameat
-- Looking for renameat - not found
-- Looking for rmdir
-- Looking for rmdir - found
-- Looking for rpmatch
-- Looking for rpmatch - not found
-- Looking for setenv
-- Looking for setenv - not found
-- Looking for setstate_r
-- Looking for setstate_r - not found
-- Looking for setusershell
-- Looking for setusershell - not found
-- Looking for sigaction
-- Looking for sigaction - not found
-- Looking for sigaddset
-- Looking for sigaddset - not found
-- Looking for sigdelset
-- Looking for sigdelset - not found
-- Looking for sigemptyset
-- Looking for sigemptyset - not found
-- Looking for sigfillset
-- Looking for sigfillset - not found
-- Looking for sigismember
-- Looking for sigismember - not found
-- Looking for sigpending
-- Looking for sigpending - not found
-- Looking for sigprocmask
-- Looking for sigprocmask - not found
-- Looking for sleep
-- Looking for sleep - not found
-- Looking for snprintf
-- Looking for snprintf - not found
-- Looking for srandom_r
-- Looking for srandom_r - not found
-- Looking for stat
-- Looking for stat - found
-- Looking for stpcpy
-- Looking for stpcpy - not found
-- Looking for stpncpy
-- Looking for stpncpy - not found
-- Looking for strcasestr
-- Looking for strcasestr - not found
-- Looking for strchrnul
-- Looking for strchrnul - not found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strerror_r
-- Looking for strerror_r - not found
-- Looking for strncat
-- Looking for strncat - found
-- Looking for strndup
-- Looking for strndup - not found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for strpbrk
-- Looking for strpbrk - found
-- Looking for strsignal
-- Looking for strsignal - not found
-- Looking for strtod
-- Looking for strtod - found
-- Looking for strtok_r
-- Looking for strtok_r - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for strverscmp
-- Looking for strverscmp - not found
-- Looking for symlink
-- Looking for symlink - not found
-- Looking for symlinkat
-- Looking for symlinkat - not found
-- Looking for tmpfile
-- Looking for tmpfile - found
-- Looking for ttyname_r
-- Looking for ttyname_r - not found
-- Looking for unlink
-- Looking for unlink - found
-- Looking for unlinkat
-- Looking for unlinkat - not found
-- Looking for unlockpt
-- Looking for unlockpt - not found
-- Looking for unsetenv
-- Looking for unsetenv - not found
-- Looking for usleep
-- Looking for usleep - not found
-- Looking for utimensat
-- Looking for utimensat - not found
-- Looking for vdprintf
-- Looking for vdprintf - not found
-- Looking for vsnprintf
-- Looking for vsnprintf - not found
-- Looking for _Exit
-- Looking for _Exit - found
-- Looking for readlink
-- Looking for readlink - not found
-- Looking for readlinkat
-- Looking for readlinkat - not found
-- Looking for realpath
-- Looking for realpath - not found
-- Looking for setenv
-- Looking for setenv - not found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for strerror_r
-- Looking for strerror_r - not found
-- Looking for tsearch
-- Looking for tsearch - not found
-- Looking for wcrtomb
-- Looking for wcrtomb - found
-- Looking for _NSGetExecutablePath
-- Looking for _NSGetExecutablePath - not found
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for clearerr_unlocked
-- Looking for clearerr_unlocked - not found
-- Looking for feof_unlocked
-- Looking for feof_unlocked - not found
-- Looking for ferror_unlocked
-- Looking for ferror_unlocked - not found
-- Looking for fflush_unlocked
-- Looking for fflush_unlocked - not found
-- Looking for fgets_unlocked
-- Looking for fgets_unlocked - not found
-- Looking for fputc_unlocked
-- Looking for fputc_unlocked - not found
-- Looking for fputs_unlocked
-- Looking for fputs_unlocked - not found
-- Looking for fread_unlocked
-- Looking for fread_unlocked - not found
-- Looking for fwrite_unlocked
-- Looking for fwrite_unlocked - not found
-- Looking for getchar_unlocked
-- Looking for getchar_unlocked - not found
-- Looking for getc_unlocked
-- Looking for getc_unlocked - not found
-- Looking for program_invocation_name
-- Looking for program_invocation_name - not found
-- Looking for program_invocation_short_name
-- Looking for program_invocation_short_name - not found
-- Looking for putchar_unlocked
-- Looking for putchar_unlocked - not found
-- Looking for putc_unlocked
-- Looking for putc_unlocked - not found
-- Looking for setenv
-- Looking for setenv - not found
-- Looking for strerror_r
-- Looking for strerror_r - not found
-- Looking for environ
-- Looking for environ - not found
-- Looking for getcwd
-- Looking for getcwd - not found
-- Looking for getc_unlocked
-- Looking for getc_unlocked - not found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - not found
-- Looking for mbstate_t
-- Looking for mbstate_t - not found
CMake Deprecation Warning at 3rdparty/zlib/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Check size of off64_t
-- Check size of off64_t - failed
-- Looking for fseeko
-- Looking for fseeko - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
CMake Deprecation Warning at 3rdparty/dtl/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


--
-- ----- PACKAGE                     : LyX2.4
-- ----- PACKAGE_VERSION             : 2.4.0
-- ----- PROGRAM_SUFFIX              :
-- ----- LYX_VERSION                 : 2.4
-- ----- LYX_DIR_VER                 : LYX_DIR_24x
-- ----- LYX_USERDIR_VER             : LYX_USERDIR_24x
-- ----- LYX_ABS_TOP_SRCDIR          : C:/lyx/master
-- ----- LYX_ABS_INSTALLED_DATADIR   : LYX_INSTALLED/Resources/
-- ----- LYX_ABS_INSTALLED_LOCALEDIR : LYX_INSTALLED/Resources/locale
-- ----- LYX_INSTALL_SUFFIX          : 2.4
--
-- ----- Warning level      : 3
-- ----- Warnings as errors : /we4101 /we4189
-- ----- Warnings disabled  : /wd4288 /wd4355 /wd4800 /wd4996 /wd4267 /wd4180 
/wd4231
--
-- Looking for include file aspell.h
-- Looking for include file aspell.h - not found
-- Looking for include file aspell/aspell.h
-- Looking for include file aspell/aspell.h - not found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file sys/utime.h
-- Looking for include file sys/utime.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - not found
-- Looking for include file argz.h
-- Looking for include file argz.h - not found
-- Looking for C++ include regex
-- Looking for C++ include regex - found
-- Looking for __argz_count
-- Looking for __argz_count - not found
-- Looking for __argz_next
-- Looking for __argz_next - not found
-- Looking for __argz_stringify
-- Looking for __argz_stringify - not found
-- Looking for chmod
-- Looking for chmod - found
-- Looking for close
-- Looking for close - found
-- Looking for _close
-- Looking for _close - found
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for fork
-- Looking for fork - not found
-- Looking for __fsetlocking
-- Looking for __fsetlocking - not found
-- Looking for getegid
-- Looking for getegid - not found
-- Looking for getgid
-- Looking for getgid - not found
-- Looking for getpid
-- Looking for getpid - found
-- Looking for _getpid
-- Looking for _getpid - found
-- Looking for getuid
-- Looking for getuid - not found
-- Looking for lockf
-- Looking for lockf - not found
-- Looking for mempcpy
-- Looking for mempcpy - not found
-- Looking for mkdir
-- Looking for mkdir - found
-- Looking for _mkdir
-- Looking for _mkdir - found
-- Looking for mkfifo
-- Looking for mkfifo - not found
-- Looking for open
-- Looking for open - found
-- Looking for _open
-- Looking for _open - found
-- Looking for pclose
-- Looking for pclose - not found
-- Looking for _pclose
-- Looking for _pclose - found
-- Looking for popen
-- Looking for popen - not found
-- Looking for _popen
-- Looking for _popen - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for strcasecmp
-- Looking for strcasecmp - not found
-- Looking for stpcpy
-- Looking for stpcpy - not found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for unsetenv
-- Looking for unsetenv - not found
-- Looking for wcslen
-- Looking for wcslen - found
-- Looking for alloca
-- Looking for alloca - found
-- Looking for asprintf
-- Looking for asprintf - not found
-- Looking for wprintf
-- Looking for wprintf - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for printf
-- Looking for printf - found
-- Looking for pid_t
-- Looking for pid_t - not found
-- Looking for intmax_t
-- Looking for intmax_t - not found
-- Looking for uintmax_t
-- Looking for uintmax_t - not found
-- Looking for LC_MESSAGES
-- Looking for LC_MESSAGES - not found
-- Looking for PATH_MAX
-- Looking for PATH_MAX - not found
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of long double
-- Check size of long double - done
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wint_t
-- Check size of wint_t - done
-- HAVE_HUNSPELL_CXXABI = FALSE
-- Performing Test SIZEOF_WCHAR_T_IS_2
-- Performing Test SIZEOF_WCHAR_T_IS_2 - Success
-- Performing Test SIZEOF_WCHAR_T_IS_4
-- Performing Test SIZEOF_WCHAR_T_IS_4 - Failed
-- Performing Test SIZEOF_LONG_LONG_GREATER_THAN_SIZEOF_LONG
-- Performing Test SIZEOF_LONG_LONG_GREATER_THAN_SIZEOF_LONG - Success
-- Performing Test LYX_CALLSTACK_PRINTING
-- Performing Test LYX_CALLSTACK_PRINTING - Failed
-- Performing Test lyx_cv_lib_stdcxx
-- Performing Test lyx_cv_lib_stdcxx - Failed
-- Performing Test USE_GLIBCXX_CXX11_ABI
-- Performing Test USE_GLIBCXX_CXX11_ABI - Failed
-- Performing Test lyx_cv_prog_clang
-- Performing Test lyx_cv_prog_clang - Failed
-- Performing Test HAVE_DEF_MAKE_UNIQUE
-- Performing Test HAVE_DEF_MAKE_UNIQUE - Success
-- Performing Test LYX_USE_STD_CALL_ONCE
-- Performing Test LYX_USE_STD_CALL_ONCE - Success
-- Looking for C++ include QtGui/qtgui-config.h
-- Looking for C++ include QtGui/qtgui-config.h - found
-- Found Perl: C:/lyx/lyx-windows-deps-msvc2023_64/Perl/bin/perl.exe (found 
version "5.24.2")
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Using icon defined in resource file: C:/lyx/master/src/lyxwinres.rc
-- Using icon defined in resource file: C:/lyx/master/src/lyxwinres.rc
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- comparepdf (= "COMPAREPDF_EXECUTABLE-NOTFOUND") not found ==> no pdf 
comparision in test AMS-import
-- doxygen not found ==> no doxygen creation
--
-- Build params, switch LYX_* options by -DLYX_*=ON or OFF, LYX_* combos by 
-DLYX_*=value:
--
-- LYX_ENABLE_BUILD_TYPE:STRING       = AUTO   : Allows to tweak the compiled 
code (AUTO release prerelease development gprof)
-- LYX_CPACK:BOOL                     = OFF    : Use the CPack management 
(Implies LYX_INSTALL option)
-- LYX_LOCALVERSIONING:BOOL           = OFF    : Add version info to created 
package name (only used if LYX_CPACK option set)
-- LYX_INSTALL:BOOL                   = ON     : Build install projects/rules 
(implies a bunch of other options)
-- LYX_NLS:BOOL                       = ON     : Enable Native Language Support 
(NLS)
-- LYX_REQUIRE_SPELLCHECK:BOOL        = OFF    : Abort if no spellchecker 
available
-- LYX_ASPELL:BOOL                    = OFF    : Require aspell
-- LYX_ENCHANT:BOOL                   = OFF    : Require Enchant
-- LYX_HUNSPELL:BOOL                  = ON     : Require Hunspell
-- LYX_RELEASE:BOOL                   = ON     : Build release version, build 
debug when disabled
-- LYX_DEBUG:BOOL                     = OFF    : Enforce debug build
-- LYX_NO_OPTIMIZE:BOOL               = OFF    : Don't use any 
optimization/debug flags
-- LYX_ENABLE_ASSERTIONS:BOOL         = OFF    : Run sanity checks in the 
program
-- LYX_PACKAGE_SUFFIX:BOOL            = ON     : Use version suffix for 
packaging
-- LYX_SUFFIX_VALUE:STRING            =        : Use this string as suffix
-- LYX_PCH:BOOL                       = OFF    : Use precompiled headers
-- LYX_MERGE_FILES:BOOL               = OFF    : Merge source files into one 
compilation unit
-- LYX_MERGE_REBUILD:BOOL             = OFF    : Rebuild generated files from 
merged files build
-- LYX_QUIET:BOOL                     = OFF    : Don't generate verbose 
makefiles
-- LYX_INSTALL_PREFIX:BOOL            = OFF    : Install path for LyX
-- LYX_BUNDLE:BOOL                    = OFF    : Build bundle  (experimental)
-- LYX_ENABLE_URLTESTS:BOOL           = OFF    : Enable for URL tests
-- LYX_ENABLE_EXPORT_TESTS:BOOL       = OFF    : Enable for export tests
-- LYX_ENABLE_KEYTESTS:BOOL           = OFF    : Enable for keytests
-- LYX_ENABLE_VALGRIND_TESTS:BOOL     = OFF    : Enable for tests involving 
valgrind
-- LYX_DEBUG_SANITIZE:STRING          = NONE   : Use sanitize check (NONE 
ADDRESS UNSPECIFIED)
-- LYX_USE_QT:STRING                  = QT6    : Use Qt version as frontend 
(AUTO QT5 QT6)
-- LYX_USE_IPO:STRING                 = OFF    : Interprocedural optimization 
(OFF AUTO ON)
-- LYX_DISABLE_CALLSTACK_PRINTING:BOOL= OFF    : do not print a callstack when 
crashing
-- LYX_EXTERNAL_Z:BOOL                = OFF    : OFF := Build 3rdparty lib zlib
-- LYX_EXTERNAL_DTL:BOOL              = OFF    : OFF := Build 3rdparty commands 
dt2dv and dv2dt
-- LYX_EXTERNAL_ICONV:BOOL            = OFF    : OFF := Build 3rdparty lib 
iconvlib
-- LYX_EXTERNAL_HUNSPELL:BOOL         = OFF    : OFF := Build 3rdparty lib 
hunspelllib
-- LYX_EXTERNAL_MYTHES:STRING         = OFF    : OFF := Build 3rdparty lib 
mytheslib (AUTO OFF ON)
-- LYX_CONSOLE:BOOL                   = ON     : Show console on Windows
-- LYX_VLD:BOOL                       = OFF    : Use VLD with MSVC
-- LYX_WALL:BOOL                      = OFF    : Enable all warnings
-- LYX_DEPENDENCIES_DOWNLOAD:BOOL     = OFF    : Download dependencies for MSVC 
10
--
-- CMake command with options is available in shell script
--     'C:/lyx/stablebuild64/run_cmake.bat'
--
-- Building Native Language Support (LYX_NLS is set), used libraries:
--
--   * iconv
--      - include: C:/lyx/stablebuild64/libiconv/include
--      - library: iconv
--   * zlib
--      - include: C:/lyx/master/3rdparty/zlib/1.2.11
--      - library: zlibstatic
--
--
-- Configuring done (302.7s)
-- Generating done (0.4s)
-- Build files have been written to: C:/lyx/stablebuild64

C:\lyx>"C:\Program Files\CMake\bin\cmake.exe" -S master -G "Visual Studio 17 
2022" -A x64 -DLYX_EXTERNAL_DTL=0 -DLYX_USE_QT=QT6 -DLYX_INSTALL=1 
-DGNUWIN32_DIR=C:\lyx\lyx-windows-deps-msvc2023_64 
-DCMAKE_PREFIX_PATH=C:\Qt\6.7.0\msvc2019_64 -B "C:\lyx\stablebuild64"
CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- TOP_SRC_DIR = C:/lyx/master
--
-- Building out-of-source
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- Selecting build type defaults from configure.ac
-- Found GNUWIN32: C:\lyx\lyx-windows-deps-msvc2023_64
--
-- CXX11_FLAG_DETECTED = "/std:c++20"
-- Compiler supports std_regex
-- CMAKE_INSTALL_PREFIX=LYX_INSTALLED
-- CMAKE_CXX_STANDARD set to 20
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Found Qt-Version 6.7.0
-- Function magic_file not found
-- Function magic_open not found
-- Function magic_load not found
-- Function magic_close not found
-- Function magic_error not found
-- Could NOT find Magic (missing: Magic_INCLUDE_DIR Magic_LIBRARY 
HAS_MAGIC_FUNCTIONS)
CMake Deprecation Warning at 3rdparty/mythes/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at 3rdparty/hunspell/CMakeLists.txt:2 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


--   * Hunspell:
--      - include: 
C:/lyx/master/3rdparty/hunspell/1.7.0/src/hunspell;C:/lyx/master/3rdparty/hunspell/1.7.0/src
--      - library: hunspell
-- Could NOT find ASPELL (missing: ASPELL_LIBRARY ASPELL_INCLUDE_DIR)
-- ASPELL not found, building without ASPELL support
-- Could NOT find ENCHANT (missing: ENCHANT_LIBRARY ENCHANT_INCLUDE_DIR)
-- ENCHANT not found, building without ENCHANT support
-- Building with USE_HUNSPELL
-- Could NOT find LYX_PY_polib (missing: LYX_PY_POLIB)
-- You will be unable to update layouttranslations file
CMake Deprecation Warning at 3rdparty/libiconv/CMakeLists.txt:8 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at 3rdparty/zlib/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at 3rdparty/dtl/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


--
-- ----- PACKAGE                     : LyX2.4
-- ----- PACKAGE_VERSION             : 2.4.0
-- ----- PROGRAM_SUFFIX              :
-- ----- LYX_VERSION                 : 2.4
-- ----- LYX_DIR_VER                 : LYX_DIR_24x
-- ----- LYX_USERDIR_VER             : LYX_USERDIR_24x
-- ----- LYX_ABS_TOP_SRCDIR          : C:/lyx/master
-- ----- LYX_ABS_INSTALLED_DATADIR   : LYX_INSTALLED/Resources/
-- ----- LYX_ABS_INSTALLED_LOCALEDIR : LYX_INSTALLED/Resources/locale
-- ----- LYX_INSTALL_SUFFIX          : 2.4
--
-- ----- Warning level      : 3
-- ----- Warnings as errors : /we4101 /we4189
-- ----- Warnings disabled  : /wd4288 /wd4355 /wd4800 /wd4996 /wd4267 /wd4180 
/wd4231
--
-- HAVE_HUNSPELL_CXXABI = FALSE
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Using icon defined in resource file: C:/lyx/master/src/lyxwinres.rc
-- Using icon defined in resource file: C:/lyx/master/src/lyxwinres.rc
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- comparepdf (= "COMPAREPDF_EXECUTABLE-NOTFOUND") not found ==> no pdf 
comparision in test AMS-import
-- doxygen not found ==> no doxygen creation
--
-- Build params, switch LYX_* options by -DLYX_*=ON or OFF, LYX_* combos by 
-DLYX_*=value:
--
-- LYX_ENABLE_BUILD_TYPE:STRING       = AUTO   : Allows to tweak the compiled 
code (AUTO release prerelease development gprof)
-- LYX_CPACK:BOOL                     = OFF    : Use the CPack management 
(Implies LYX_INSTALL option)
-- LYX_LOCALVERSIONING:BOOL           = OFF    : Add version info to created 
package name (only used if LYX_CPACK option set)
-- LYX_INSTALL:BOOL                   = ON     : Build install projects/rules 
(implies a bunch of other options)
-- LYX_NLS:BOOL                       = ON     : Enable Native Language Support 
(NLS)
-- LYX_REQUIRE_SPELLCHECK:BOOL        = OFF    : Abort if no spellchecker 
available
-- LYX_ASPELL:BOOL                    = OFF    : Require aspell
-- LYX_ENCHANT:BOOL                   = OFF    : Require Enchant
-- LYX_HUNSPELL:BOOL                  = ON     : Require Hunspell
-- LYX_RELEASE:BOOL                   = ON     : Build release version, build 
debug when disabled
-- LYX_DEBUG:BOOL                     = OFF    : Enforce debug build
-- LYX_NO_OPTIMIZE:BOOL               = OFF    : Don't use any 
optimization/debug flags
-- LYX_ENABLE_ASSERTIONS:BOOL         = OFF    : Run sanity checks in the 
program
-- LYX_PACKAGE_SUFFIX:BOOL            = ON     : Use version suffix for 
packaging
-- LYX_SUFFIX_VALUE:STRING            =        : Use this string as suffix
-- LYX_PCH:BOOL                       = OFF    : Use precompiled headers
-- LYX_MERGE_FILES:BOOL               = OFF    : Merge source files into one 
compilation unit
-- LYX_MERGE_REBUILD:BOOL             = OFF    : Rebuild generated files from 
merged files build
-- LYX_QUIET:BOOL                     = OFF    : Don't generate verbose 
makefiles
-- LYX_INSTALL_PREFIX:BOOL            = OFF    : Install path for LyX
-- LYX_BUNDLE:BOOL                    = OFF    : Build bundle  (experimental)
-- LYX_ENABLE_URLTESTS:BOOL           = OFF    : Enable for URL tests
-- LYX_ENABLE_EXPORT_TESTS:BOOL       = OFF    : Enable for export tests
-- LYX_ENABLE_KEYTESTS:BOOL           = OFF    : Enable for keytests
-- LYX_ENABLE_VALGRIND_TESTS:BOOL     = OFF    : Enable for tests involving 
valgrind
-- LYX_DEBUG_SANITIZE:STRING          = NONE   : Use sanitize check (NONE 
ADDRESS UNSPECIFIED)
-- LYX_USE_QT:STRING                  = QT6    : Use Qt version as frontend 
(AUTO QT5 QT6)
-- LYX_USE_IPO:STRING                 = OFF    : Interprocedural optimization 
(OFF AUTO ON)
-- LYX_DISABLE_CALLSTACK_PRINTING:BOOL= OFF    : do not print a callstack when 
crashing
-- LYX_EXTERNAL_Z:BOOL                = OFF    : OFF := Build 3rdparty lib zlib
-- LYX_EXTERNAL_DTL:BOOL              = OFF    : OFF := Build 3rdparty commands 
dt2dv and dv2dt
-- LYX_EXTERNAL_ICONV:BOOL            = OFF    : OFF := Build 3rdparty lib 
iconvlib
-- LYX_EXTERNAL_HUNSPELL:BOOL         = OFF    : OFF := Build 3rdparty lib 
hunspelllib
-- LYX_EXTERNAL_MYTHES:STRING         = OFF    : OFF := Build 3rdparty lib 
mytheslib (AUTO OFF ON)
-- LYX_CONSOLE:BOOL                   = ON     : Show console on Windows
-- LYX_VLD:BOOL                       = OFF    : Use VLD with MSVC
-- LYX_WALL:BOOL                      = OFF    : Enable all warnings
-- LYX_DEPENDENCIES_DOWNLOAD:BOOL     = OFF    : Download dependencies for MSVC 
10
--
-- CMake command with options is available in shell script
--     'C:/lyx/stablebuild64/run_cmake.bat'
--
-- Building Native Language Support (LYX_NLS is set), used libraries:
--
--   * iconv
--      - include: C:/lyx/stablebuild64/libiconv/include
--      - library: iconv
--   * zlib
--      - include: C:/lyx/master/3rdparty/zlib/1.2.11
--      - library: zlibstatic
--
--
-- Configuring done (3.5s)
-- Generating done (1.9s)
-- Build files have been written to: C:/lyx/stablebuild64
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to