apteryks
apteryks
It seems autotrace cannot be built with the latest pstoedit library, at version 4.0.0. This is the errors I'm seeing: https://github.com/reviczky/pstoedit/issues/2 Downgrading to 3.78 resolves the issue.
@mrx23dot I think that's fixed by https://github.com/autotrace/autotrace/pull/128/commits/8d7c8085c63df41f73f0e4c2c3893d33d03f5755
> @Apteryks I've added test for building with pstoedit 4.00, see PR #127. We have a fixed pstoedit in Fedora - see build logs. I advise you to ask your...
I'm investigating why CMake prints the following as part of the Inkscape build, following this change: ``` -- Checking for module 'autotrace' -- Found autotrace, version 0.40.0 Package pstoedit was...
That's probably expected and non-fatal; CMake invokes both pkg-config with and without `--static`, to gather its data.
Funny, the freedesktop `pkg-config` when called with --static fails: ``` -- Checking for modules 'autotrace;2geom;harfbuzz;pangocairo>=1.44;pangoft2;fontconfig;gsl;gmodule-2.0;libsoup-2.4>=2.42;bdw-gc;lcms2' -- Package 'pstoedit', required by 'autotrace', not found CMake Error at /gnu/store/1fzd3ak386lgv7zl28j7zqkviv8wkz8d-cmake-minimal-3.24.2/share/cmake-3.24/Modules/FindPkgConfig.cmake:607 (message): A required...
Here's the report I've sent to CMake: https://gitlab.kitware.com/cmake/cmake/-/issues/25692
> @Apteryks doesn't pass the tests. Could you please take a look? Hi! Weird, since it works on my Guix system. Perhaps the ld wrapper used in Guix that adds...
> We have had the same discussions for the conda package. You are trading disk space for correctness and that’s something we should not do. Do you have a link...
> I think I am lost. Are you building cling as a standalone project and you rely on the llvm-config rather than integrating it properly as an external project to...