Solved by building first and then adding the path to LIBRARY_PATH
:
export LIBRARY_PATH=$LIBRARY_PATH:$PWD/lix-doc/target/release/
Thanks for the fast reply. Is there any flag I can set to skip the lix-doc part when building with meson?
No. It is a required part of the program that is necessary for proper repl…
this is poor documentation, but what you're actually experiencing here is that we punted on the issue of compiling lix-doc/ with meson for the sake of time. this will be fixed in the in-developme…
Thanks for the fast reply. Is there any flag I can set to skip the lix-doc part when building with meson?
I tried some crude hacks before building, which at least starts the compilation process:
sed -i "/^coreutils/a id = find_program('id', native: true)" meson.build
sed -i "/^coreutils/a id…
Hmm, I can't close this issue. Could someone close it, please?
Thanks for checking @lilyinstarlight,
I can confirm that the lix package finds the pegtl library with your changes.
I'll submit them upstream and see what the openSUSE folks say.
OK, I tried with a modified version of the pegtl package. Actually two, one with the cmake modules in _libdir
and one completely without them.
Both tries failed.
So I daresay the…
Actually is line 66 correct in the rpmspec for pegtl at https://build.opensuse.org/projects/openSUSE:Factory/packages/pegtl/files/pegtl.spec?expand=1? I think it maybe should be going to…
For what it's worth, it looks like openSUSE does include the necessary CMake files that we use to find pegtl at
/usr/share/cmake/Modules/pegtl-config{,-version}.cmake
and those definitely do…