Package requirements (pthread-stubs xau >= 0.99.2) were not met:

编译xcb时出现的错误:

configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met:

No package 'pthread-stubs' found
No package 'xau' found

解决办法:

sudo apt install libxau-dev libpthread-stubs0-dev
发布了2538 篇原创文章 · 获赞 308 · 访问量 186万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/104683012