我成功地编译了libigl
的教程练习,但是我也下载了示例练习,并尝试以与其他练习相同的方式进行编译,因此无法正常工作。
我遵循libigl的教程进行编译:
$ cd ..
LOGTI039600+maria@logti039600 MINGW64 ~/Documents/Gitrepos/libigl-example-transf (master)
$ mkdir build
LOGTI039600+maria@logti039600 MINGW64 ~/Documents/Gitrepos/libigl-example-transf (master)
$ cd build
LOGTI039600+maria@logti039600 MINGW64 ~/Documents/Gitrepos/libigl-example-transf/build (master)
$ cmake ../
我按照以下步骤截屏了以前所有练习的编译过程。一切正常,但是当我要求显示example_bin.exe时,它似乎在调试时不存在。
调试/example_bin.exe 它出现在另一个屏幕上的示例,但是当我写的时候:
$ ./example_bin.exe
我明白了:
bash: ./example_bin.exe: No such file or directory