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
Hi, when I am trying to run the examples I see this error.
$ # git clone repository
$ cmake -S AdvectionSolver -B build
-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/bazz/build
➜ bazz cmake --build build
[ 20%] Building CXX object CMakeFiles/AdvSolv.dir/main.cpp.o
/tmp/bazz/AdvectionSolver/main.cpp:4:10: fatal error: loadData.h: No such file or directory
4 | #include "loadData.h"
| ^~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/AdvSolv.dir/build.make:76: CMakeFiles/AdvSolv.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/AdvSolv.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
Hi, when I am trying to run the examples I see this error.
The text was updated successfully, but these errors were encountered: