当前位置: 首页 > 工具软件 > pluma > 使用案例 >

编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found

邵星光
2023-12-01

  具体错误:

configure.ac:229: error: required file 'pluma/mate-submodules/Makefile.in' not found
configure.ac:229: error: required file 'pluma/mate-submodules/libegg/Makefile.in' not found

  出错原因是因为这个目录是一个链接,压缩包中不存在。

  解决办法有两个:

1, 使用git方式下载源码。

2, 单独下载并复制pluma/mate-submodules下的文件。

pluma/pluma at master · mate-desktop/pluma · GitHub

  再次进行编译。

 类似资料: