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

build error after ninja clean #97

Open
PhilipDeegan opened this issue Jun 18, 2024 · 1 comment
Open

build error after ninja clean #97

PhilipDeegan opened this issue Jun 18, 2024 · 1 comment
Labels

Comments

@PhilipDeegan
Copy link
Contributor

PhilipDeegan commented Jun 18, 2024

possibly a kokkos build issue rather than tutorial related, but it's reproducible from here

cd Exercises/04/Begin # arbitrary
mkdir build
cd build
cmake .. -G Ninja
ninja
ninja clean
ninja #fail

error message

ninja  
[4/30] Building CXX object Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o
FAILED: Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o 
/usr/bin/c++  -I/io/koks/Exercises/04/Begin/build/generated -O2 -g -DNDEBUG -MD -MT Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o -MF Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o.d -o Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o -c /io/koks/Exercises/04/Begin/build/generated/Kokkos_Version_Info.cpp
cc1plus: fatal error: /io/koks/Exercises/04/Begin/build/generated/Kokkos_Version_Info.cpp: No such file or directory
compilation terminated.
@cedricchevalier19
Copy link
Member

I can reproduce it, thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants