Cygwin make error : *** target pattern contains no `%'

后端 未结 11 1460
旧巷少年郎
旧巷少年郎 2020-12-08 07:07

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

Error : *** target pattern contains no `%\'.
11条回答
  •  渐次进展
    2020-12-08 07:24

    I had this problem on Linux when the build directory contained a ":" caused by doing a mercurial checkout which created a directory named "server:port".

提交回复
热议问题