I noticed when installing LyX2.5.app that most of the files to be installed in .../Resources on MacOS are instead installed in a separate "share" folder next to the app.

In the topmost CMakeLists.txt LYX_DATA_SUBDIR is properly set in line 506 but subsequently overwritten in line 590, resulting into

----- LYX_ABS_INSTALLED_DATADIR : .../lyx-qt6-cmake-xcode-build/LyX/share/LyX2.5/ ----- LYX_ABS_INSTALLED_LOCALEDIR : .../lyx-qt6-cmake-xcode-build/LyX/share/LyX2.5/locale

causing this behavior.

Probably APPLE must be excluded in this if(WIN32) ... else() ...endif().

pdv

--
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to