アーチにgeeqieをビルド中:lua_settopの忍者エラー未定義リファレンス

アーチにgeeqieをビルド中:lua_settopの忍者エラー未定義リファレンス

geeqieを作成しようとしています。https://github.com/BestImageViewer/geeqie.git

README.mdの指示に従います。

`meson setup build`  
`ninja -C build install`

Mesonはエラーなしで実行されますが、Ninjaは終了します。

usr/bin/ld: src/geeqie.p/lua.cc.o: in function `luaL_typerror(lua_State*, int, char const*)':
/hd2/projects/external/geeqie/build/../src/lua.cc:61: undefined reference to `luaL_argerror(lua_State*, int, char const*)'
/usr/bin/ld: src/geeqie.p/lua.cc.o: in function `lua_init()':
/hd2/projects/external/geeqie/build/../src/lua.cc:353: undefined reference to `lua_settop(lua_State*, int)'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

私はソースから構築された経験がほとんどないので、これがどこかで私の間違いだと思います。

ベストアンサー1

おすすめ記事