tags:

views:

2160

answers:

2

I got this error while (re)building, using cygwin make.exe version :3.81.

Error : *** target pattern contains no `%'.
+2  A: 

This error is due to a presence of a ":". Therefore it no longer supports windows paths. You need to download version 3.80 and replace the make.exe in the \bin directory.

Apparently it needs cygintl12.dll too.

Reno
+1  A: 
papahabla