Hello all, for my experiments I'd like to include the libharfbzz-subset.a in my build. Can anybody help me?
I download LuaTeX from https://gitlab.lisn.upsaclay.fr/texlive/luatex and then I run Then I run ./build.sh --nojit --luahb in the luatex directory which builds build/texk/web2c/luahbtex. Actually, my current goal is to change luaharfbuzz to include subsetting API. But when I compile LuaTeX, I get the following errors: Undefined symbols for architecture arm64: "_register_set", referenced from: _luaopen_luaharfbuzz in libluaharfbuzz.a[10](libluaharfbuzz_a-luaharfbuzz.o) "_register_subset", referenced from: _luaopen_luaharfbuzz in libluaharfbuzz.a[10](libluaharfbuzz_a-luaharfbuzz.o) ld: symbol(s) not found for architecture arm64 clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [luahbtex] Error 1 Patrick _______________________________________________ dev-luatex mailing list -- [email protected] To unsubscribe send an email to [email protected]
