Makefile.win error while compiling project

Asked

Viewed 473 times

0

The archive Makefile.win makes a mistake when trying to compile my project. A warning appears asking to reload the file, after pressing YES and trying to re-compile it appears again the same warning (an infinite loop);

Error line:

$(CPP) $(LINKOBJ) -o $(BIN) $(LIBS)

Warning:

inserir a descrição da imagem aqui

  • What happens if you press "No"? What if you try to compile by command line?

  • Nothing happens if I try to compile again it gives the warning again.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.