ERROR: Unknown command line option '-wayland-egl'
时间: 2023-09-12 12:07:55 浏览: 245
如果您在执行 `./configure` 时收到 `ERROR: Unknown command line option '-wayland-egl'` 的错误消息,则可能是您的 Qt 版本不支持 `-wayland-egl` 参数。在这种情况下,您可以尝试使用 `-feature-wayland-egl` 参数代替,如下所示:
```
./configure -static -prefix /your/install/path -feature-wayland-egl -qt-wayland-egl-streams
```
如果您的 Qt 版本不支持 `-feature-wayland-egl` 参数,则可能需要升级您的 Qt 版本,或者尝试删除对 QWaylandEglStreamBufferIntegrationPlugin 的依赖。
相关问题
ERROR: Unknown command line option '-qt-wayland-egl-streams'
如果您在执行 `./configure` 时收到 `ERROR: Unknown command line option '-qt-wayland-egl-streams'` 的错误消息,则可能是您的 Qt 版本不支持 `-qt-wayland-egl-streams` 参数。在这种情况下,您可以尝试使用 `-feature-wayland-eglstream-compositor` 参数代替,如下所示:
```
./configure -static -prefix /your/install/path -feature-wayland-eglstream-compositor
```
如果您的 Qt 版本不支持 `-feature-wayland-eglstream-compositor` 参数,则可能需要升级您的 Qt 版本,或者尝试删除对 QWaylandEglStreamBufferIntegrationPlugin 的依赖。
如何解决ERROR: chromium-ozone-wayland-111.0.5563.147-r0 do_compile: ExecutionError('/home/wu/3568/yocto/build/tmp/work/armv8a-poky-linux/chromium-ozone-wayland/111.0.5563.147-r0/temp/run.do_compile.87686', 1, None, None) ERROR: Logfile of failure stored in: /
这个错误是在使用 Yocto 构建 Chromium 时出现的。它可能是由于缺少依赖项、配置错误或其他原因导致的。您可以尝试以下几个步骤来解决此问题:
1. 确保您的构建环境已正确设置,并安装了所有必需的依赖项。
2. 尝试重新运行构建并查看详细的构建日志,以了解更多有关错误的信息。
3. 如果错误仍然存在,尝试从头开始重新构建 Chromium 并使用更严格的构建选项,例如使用 -j1 选项来限制并行构建。
4. 如果问题仍然存在,请尝试在 Yocto 社区或 Chromium 论坛上寻求帮助,以获得更多专业的支持。
阅读全文