I am trying to install FLTK but everytime I get this error and can't find the appropriate solution to it. I have chocolatey and make installed.
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