-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels