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

cannot build with XCode 14.2 #54

Open
nonoche2 opened this issue May 22, 2023 · 3 comments · May be fixed by #57
Open

cannot build with XCode 14.2 #54

nonoche2 opened this issue May 22, 2023 · 3 comments · May be fixed by #57

Comments

@nonoche2
Copy link

My apologies if this is a stupid question with a very obvious answer for a more seasoned developer, but when attempting to build Boxer Standalone or Boxer Bundler with XCode 14.2, I'm getting an issue with ToolDependancies with the error "Command ExternalBuildToolExecution failed with a nonzero exit code", does anyone know how to fix it?

@maikudou
Copy link

Try adding cmake path to Vendor/OpenEmuShaders/3rdparty/find-cmake.sh like this:

known_cmake_paths="/usr/local/bin/cmake \
  /opt/local/bin/cmake \
  /Applications/CMake.app/Contents/bin/cmake \
  /opt/homebrew/bin/cmake"

For me it's in /opt/homebrew/bin/cmake, check with which cmake

@nonoche2
Copy link
Author

thanks for your answer!
which cmake does return /opt/homebrew/bin/cmake, which is correctly included in the known paths of find-cmake.sh, so it must be something else :/ any other idea?

@nonoche2
Copy link
Author

nevermind, I cloned the repo from scratch and this time the path to my cmake wasn't included, I edited the file and everything works :) thanks a lot for the help!

@getaaron getaaron linked a pull request Oct 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants