Hello,
I encountered some problems while trying to install the program,
cmake -G "MinGW Makefiles" -B build
After the command, I enter the folder with cd build and run the makefile all command,
but when i use "make all" command
[ 2%] Linking CXX static library libnfd.a
Error running link command: no such file or directorymake[2]: [third_party/nfd/src/CMakeFiles/nfd.dir/build.make:99: third_party/nfd/src/libnfd.a] Error 2
make[1]: [CMakeFiles/Makefile2:169: third_party/nfd/src/CMakeFiles/nfd.dir/all] Error 2
make: *** [makefile:156: all] Error 2
Hello, I encountered some problems while trying to install the program, cmake -G "MinGW Makefiles" -B build After the command, I enter the folder with cd build and run the makefile all command, but when i use "make all" command [ 2%] Linking CXX static library libnfd.a Error running link command: no such file or directorymake[2]: [third_party/nfd/src/CMakeFiles/nfd.dir/build.make:99: third_party/nfd/src/libnfd.a] Error 2 make[1]: [CMakeFiles/Makefile2:169: third_party/nfd/src/CMakeFiles/nfd.dir/all] Error 2 make: *** [makefile:156: all] Error 2
I am getting this error how do I solve it?