【发布时间】:2021-07-07 11:11:57
【问题描述】:
我正在尝试安装 FLTK,但每次我收到此错误并且找不到合适的解决方案。我已经安装了 Chocolatey 和 make。
PS D:\My C & C++ programs\C++ programs\FLTK\fltk-1.3.6> make
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
else \
./configure; \
fi
-f was unexpected at this time.
Makefile:17: makeinclude: No such file or directory
make: *** [Makefile:95: makeinclude] Error 255
【问题讨论】:
标签: c++ powershell visual-studio-code chocolatey fltk