blob: e5500d9eea4e34ff1c83fea3b4178ebe97d989bd (
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
|
id = 2138
title = "Build failure on macOS when using --disable-cocoa"
state = "closed"
created_at = "2024-01-31T06:35:34.883Z"
closed_at = "2024-03-12T16:28:31.980Z"
labels = ["Build System", "hostos: macOS", "kind::Bug", "workflow::Patch available"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2138"
host-os = "macOS"
host-arch = "x86_64 (but irrelevant)"
qemu-version = "8.2.1"
guest-os = "n/a"
guest-arch = "n/a"
description = """Build fails:
```
../qemu-8.2.1/meson.build:3741:13: ERROR: No host machine compiler for 'audio/coreaudio.m'
```"""
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 = """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"""
|