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

source/Platform/OSX appears to be missing #3

Open
nadiaholmquist opened this issue Mar 1, 2022 · 1 comment
Open

source/Platform/OSX appears to be missing #3

nadiaholmquist opened this issue Mar 1, 2022 · 1 comment

Comments

@nadiaholmquist
Copy link

Trying to build on macOS 12.2.1.

% cmake -B build -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is AppleClang 13.0.0.13000029
-- The CXX compiler identification is AppleClang 13.0.0.13000029
-- 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
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
CMake Error at CMakeLists.txt:97 (add_executable):
  Cannot find source file:

    /Users/nhp/Documents/Git/metalnes/source/Platform/OSX/CoreAudio.mm

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc


CMake Error at CMakeLists.txt:97 (add_executable):
  No SOURCES given to target: MetalNes


CMake Generate step failed.  Build files cannot be regenerated correctly.
@munsie
Copy link

munsie commented Mar 2, 2022

Looks like the file is actually in the repo, but just under a different directory. I made a PR that fixes it: #4

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