You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi πββοΈ
What I did:
What I expected:
Flawless compilation resulting in a binary.
Observed behaviour:
cmake exited with errno 2.
Log of
cmake ..
:The text was updated successfully, but these errors were encountered: