Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos7安装错误,提示如下 #40

Open
mysoft999 opened this issue Sep 9, 2022 · 3 comments
Open

centos7安装错误,提示如下 #40

mysoft999 opened this issue Sep 9, 2022 · 3 comments

Comments

@mysoft999
Copy link

编译条件已满足!
开始编译源码...

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.

@mysoft999 mysoft999 changed the title 安装错误,提示如下 centos7安装错误,提示如下 Sep 9, 2022
@corey-wu
Copy link

Centos7 ,同样的报错,有解决办法吗?

@mysoft999
Copy link
Author

我直接换成乌班图系统了

@wssc555
Copy link

wssc555 commented May 7, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants