fluidd
第一次
报错信息
node: error while loading shared libraries: libicui18n.so.70: cannot open shared object file: No such file or directory
尝试
prepare()
加上sudo pacman -S <name>
,<name>
替换成icu
,libicu
,libicui18n
。失败。- 查询信息,可能是系统和
icu
库版本问题,prepare()
加上pacman -Syu
或pacman -Syyu
。失败。 - 同1.,位置在
makedepends
。失败。
附注
-
查询资料,
m4
宏定义位于configure.ac
。Stack Overflow
原文:You may want to add AC_CONFIG_MACRO_DIR to
configure.ac
to the directory where the macro is:AC_CONFIG_MACRO_DIR([path/to/macros])
You'll need to invoke the macro somewhere in this file also.