I didn't build LyX for a long time and got now into this problem:
I use CMake and XCode (on an M3 iMac with MacOS15.3).
The problem is with ImageMagick-6 (provided by macports), the header
file <magic.h> not being found.
CMake does not complain but unfortunately also not when I mangle the
include path, proving it does not really check.
I tried already the find_package(ImageMagick COMPONENTS MagickCore)
command instead of the current find_package(Magic) but with the same result.
The file magic.h, is there of course but some levels deep. When I try to
include the folder containing the magic.h file I get a bunch of
additional errors.
Any suggestions are welcome.
Patrick
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel