summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/2138
blob: 65a885da7e2f9ef9cea4b17e2dde2e410d9bdb8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
graphic: 0.994
device: 0.961
PID: 0.872
files: 0.840
vnc: 0.826
debug: 0.802
semantic: 0.795
permissions: 0.701
boot: 0.699
performance: 0.652
socket: 0.547
other: 0.538
network: 0.524
KVM: 0.114

Build failure on macOS when using --disable-cocoa
Description of problem:
Build fails:

```
../qemu-8.2.1/meson.build:3741:13: ERROR: No host machine compiler for 'audio/coreaudio.m'
```
Steps to reproduce:
1. On macOS run `./configure --disable-cocoa`

Result:

```
Compiler for language objc skipped: feature cocoa disabled
```
```
../meson.build:3741:13: ERROR: No host machine compiler for 'audio/coreaudio.m'
```
Additional information:
It seems your build script contains the assumption that an Objective-C compiler is not needed when the Cocoa UI is disabled, but it still appears to be needed to compile the CoreAudio code regardless of UI.

This was originally reported to MacPorts here: https://trac.macports.org/ticket/67984