Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failure #6259

Open
pluto-bell opened this issue Apr 21, 2024 · 0 comments
Open

build failure #6259

pluto-bell opened this issue Apr 21, 2024 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@pluto-bell
Copy link

Environment

  • SuperCollider version: 3.13.0
  • Operating system: macOS 14.4.1
  • Other details (Qt version, audio driver, etc.):

Steps to reproduce

cd SuperCollider
mkdir -p build
cd build
cmake -G Xcode -DCMAKE_PREFIX_PATH=`brew --prefix qt5`  ..
cmake --build . --target install --config RelWithDebInfo

spot of failure

plutobell@plutos-computer build % cmake --build . --target install --config RelWithDebInfo

Expected vs. actual behavior

expected: sc build
actual: build failure

Error Messages:

The following build commands failed:
	PhaseScriptExecution CMake\ PostBuild\ Rules /Users/plutobell/SuperCollider/build/build/UnpackFFTUGens.build/RelWithDebInfo/Script-957DED8BEED535BDE11472B3.sh (in target 'UnpackFFTUGens' from project 'SuperCollider')
	PhaseScriptExecution CMake\ PostBuild\ Rules /Users/plutobell/SuperCollider/build/build/UnaryOpUGens.build/RelWithDebInfo/Script-D1D5FFFE5B1EB73817D4A4FD.sh (in target 'UnaryOpUGens' from project 'SuperCollider')
(2 failures)
@pluto-bell pluto-bell added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

1 participant