About error ---the mfix-dem build solver

there is an error when build the dem-solver:
cmake --build . --target install -j 4

CMake Error: Target DependInfo.cmake file not found
Building Fortran object model/CMakeFiles/mfixcore.dir/BLAS.f.obj
Building Fortran object model/CMakeFiles/mfixcore.dir/DGTSV.f.obj
Building Fortran object model/CMakeFiles/mfixcore.dir/GhdTheory/adjust_eps_ghd.f.obj
Building Fortran object model/CMakeFiles/mfixcore.dir/GhdTheory/bulk_viscosity.f.obj

model\CMakeFiles\mfixcore.dir\build.make:74: recipe for target ‘model/CMakeFiles/mfixcore.dir/BLAS.f.obj’ failed
mingw32-make.exe[2]: *** [model/CMakeFiles/mfixcore.dir/BLAS.f.obj] Error 1
mingw32-make.exe[2]: *** Waiting for unfinished jobs…
model\CMakeFiles\mfixcore.dir\build.make:88: recipe for target ‘model/CMakeFiles/mfixcore.dir/DGTSV.f.obj’ failed
mingw32-make.exe[2]: *** [model/CMakeFiles/mfixcore.dir/DGTSV.f.obj] Error 1

this error has been solved: there were chinese characters in the file path.

1 Like