summary refs log tree commit diff stats
path: root/results/classifier/mode-deepseek-r1:32b/output/user/1024
blob: c10dd15d45d1078634382e1903ab27d6397e574a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Unable to build QEMU with dbus display support on Windows
Description of problem:
When building QEMU on Windows with `./configure --enable-dbus-display --enable-modules`, the following error appears:

`ERROR: Modules are not available for Windows`
Steps to reproduce:
1. Attempt to build QEMU on Windows (MSYS2 MinGW) with dbus display support
Additional information:
Attempting to build with only `--enable-dbus-display` does not work either, as it requires `--enable-modules`, which does not work on Windows:
`../meson.build:1598:0: ERROR: Feature dbus_display cannot be enabled: -display dbus requires --enable-modules`