Skip to content

BUG: Does not compile under MacOSΒ #1

@Teufelchen1

Description

@Teufelchen1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions