-
Notifications
You must be signed in to change notification settings - Fork 237
Description
编译条件已满足!
开始编译源码...
make all-recursive
make[1]: 进入目录“/root/xrdp”
Making all in common
make[2]: 进入目录“/root/xrdp/common”
CC base64.lo
CC fifo.lo
CC file.lo
CC guid.lo
guid.c: In function 'guid_new':
guid.c:36:12: error: missing braces around initializer [-Werror=missing-braces]
struct guid guid = {0};
^
guid.c:36:12: error: (near initialization for 'guid.g') [-Werror=missing-braces]
cc1: all warnings being treated as errors
make[2]: *** [guid.lo] 错误 1
make[2]: 离开目录“/root/xrdp/common”
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录“/root/xrdp”
make: *** [all] 错误 2
Making install in common
make[1]: 进入目录“/root/xrdp/common”
CC guid.lo
guid.c: In function 'guid_new':
guid.c:36:12: error: missing braces around initializer [-Werror=missing-braces]
struct guid guid = {0};
^
guid.c:36:12: error: (near initialization for 'guid.g') [-Werror=missing-braces]
cc1: all warnings being treated as errors
make[1]: *** [guid.lo] 错误 1
make[1]: 离开目录“/root/xrdp/common”
make: *** [install-recursive] 错误 1
Failed to start xrdp.service: Unit not found.