odd dependency with newly compiled lcms2

Issue #233 invalid
Gaaned92 created an issue

Hi Alberto

W10/MSYS2

Wanting to use the last lcms2 version lcms2.13rc2-1 dated 22/01/22, I first tried to compile it with the old-fashioned ./configure method. As usual on MSYS2, for an obscure error it fails on MSYS2

So to be modern, I used Meson. The compilation succeeded, and it was much, much faster.

After rebuilding ART, starting it, I got a message saying that LCMS2.DLL was missing. After renaming liblcms2-2.dll to LCMS2.DLL, it works.

When rebuilding RT, it doesn’t happen.

Do you have an idea why ART ask for LCMS2.DLL?

Thanks

André

Comments (2)

  1. Todd Prior

    I cant seem to build in either windows with MSYS2 or in linux….

    There were never any instructions I could find other than use rawpedia.

    I cobbled this together after cloning the repo and it used to work but doesn’t seem to any more….

    I don’t have a clue about Meson but any quick instructions to do a windows build would be appreciated

    cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/art ../.

    cmake --build .

    cmake --build . --target install

  2. Log in to comment