kyleneideck / BackgroundMusic

Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
GNU General Public License v2.0
15.97k stars 676 forks source link

There's a compilation error when installing #728

Open Isra6178 opened 6 months ago

Isra6178 commented 6 months ago

At the beginning I installed and opened Xcode, then I runned the code but there's a compilation error:

Description of the bug Cleaning

[1/3] Installing the virtual audio device Background Music Device.driver to /Library/Audio/Plug-Ins/HAL [2/3] Installing BGMXPCHelper.xpc to /usr/local/libexec [3/3] Installing Background Music.app to /Applications ERROR: Install failed at line 233 with the message: A build command failed. Probably a compilation error.

Feel free to report this. If you do, you'll probably want to include the build_and_install.log file from this directory (/var/folders/x5/lb2577b93dx6q57kd_h6y_0w0000gn/T/tmp.tNbs3E0tTD/BackgroundMusic-master). But quickly skim through it first to check that it doesn't include any personal information. It shouldn't, but this is alpha software so you never know.

To try building and installing without this build script, see MANUAL-INSTALL.md.

You can also try ignoring compiler warnings with: BackgroundMusic-master/build_and_install.sh -w

Error details: Line 233. The last command was (probably) sudo /usr/bin/xcodebuild -scheme Background Music -configuration Release -enableAddressSanitizer NO BUILD_DIR=./build RUN_CLANG_STATIC_ANALYZER=0 DSTROOT=/Volumes/Macintosh HD OTHER_CFLAGS="-Wno-error" install which exited with status 65.