我收到此错误:
~/Distrib$ make all
/usr/bin/g++ -O3 util.cc -I/home/shah/Distrib
util.cc: In function 'into countLines(const char*)':
util:19:8: error: 'exit' was not declared in this scope
exit(1);
^
Makefile:42: recipe for target 'util.o' failed
make: *** [util.o] Error 1
Run Code Online (Sandbox Code Playgroud)
基本上我想安装一个我从这个网页下载的断层扫描软件
我将 Makefile 中的第 5 行更改为
Home = /home/shah
Run Code Online (Sandbox Code Playgroud)