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

BUG: Does not compile under MacOS #1

Open
Teufelchen1 opened this issue Feb 28, 2021 · 2 comments
Open

BUG: Does not compile under MacOS #1

Teufelchen1 opened this issue Feb 28, 2021 · 2 comments

Comments

@Teufelchen1
Copy link

Hi πŸ™‹β€β™€οΈ

What I did:

git clone <repo>
mkdir build
cd build
cmake ..
make

What I expected:
Flawless compilation resulting in a binary.

Observed behaviour:
cmake exited with errno 2.

Log of cmake ..:

-- The C compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error: File /Users/<user>/Chip8Emu/beep.wav does not exist.
CMake Error at CMakeLists.txt:10 (configure_file):
  configure_file Problem configuring file


-- Configuring incomplete, errors occurred!
See also "/Users/<user>/Chip8Emu/build/CMakeFiles/CMakeOutput.log".
See also "/Users/<user>/Chip8Emu/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found.  Stop.
@kosmas12
Copy link
Owner

This issue is a screw up on my part. I accidentally pushed the CMake file from my experimental sound-enabled code.

@kosmas12
Copy link
Owner

kosmas12 commented Oct 31, 2021

Fixed in ddad44f, works on my end at least.

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

No branches or pull requests

2 participants