Cynthia_J 2019-02-26 23:10 采纳率: 0%
浏览 1031

ubuntu安装postpresql,make出错!!!救救孩子吧

gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -c -o copy_fetch.o copy_fetch.c
copy_fetch.c:159:1: error: conflicting types for ‘copy_file_range’
copy_file_range(const char path, off_t begin, off_t end, bool trunc)
^~~~~~~~~~~~~~~
In file included from copy_fetch.c:15:0:
/usr/include/unistd.h:1110:9: note: previous declaration of ‘copy_file_range’ was here
ssize_t copy_file_range (int infd, __off64_t *pinoff,
^~~~~~~~~~~~~~~
<内置>: recipe for target 'copy_fetch.o' failed
make[3]: *
* [copy_fetch.o] Error 1
make[3]: 离开目录“/home/coraop/postgresql-10.0/src/bin/pg_rewind”
Makefile:40: recipe for target 'all-pg_rewind-recurse' failed
make[2]: *** [all-pg_rewind-recurse] Error 2
make[2]: 离开目录“/home/coraop/postgresql-10.0/src/bin”
Makefile:37: recipe for target 'all-bin-recurse' failed
make[1]: *** [all-bin-recurse] Error 2
make[1]: 离开目录“/home/coraop/postgresql-10.0/src”
GNUmakefile:11: recipe for target 'all-src-recurse' failed
make: *** [all-src-recurse] Error 2
图片说明

  • 写回答

1条回答 默认 最新

  • 天上飞的小肥猪 2019-07-15 15:47
    关注

    把copy_fetch.c 所有的copy_file_range改成copy_file_chunk

    评论

报告相同问题?

悬赏问题

  • ¥30 STM32 INMP441无法读取数据
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗
  • ¥500 把面具戴到人脸上,请大家贡献智慧
  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥15 各位 帮我看看如何写代码,打出来的图形要和如下图呈现的一样,急
  • ¥30 c#打开word开启修订并实时显示批注
  • ¥15 如何解决ldsc的这条报错/index error
  • ¥15 VS2022+WDK驱动开发环境