>/var/folders/Tz/TzBR9NFsEqyQoKamDNu6sU+++TI/-Tmp-/huginmk_QRtDLF:587:
>*** target pattern contains no `%'. Stop.
Do you have a ':' in a folder or file name?
This will get fixed at some point but until then you need to stitch
in folders with 'normal' characters.
--
Bruno
The :587: bit refers to the line number in the Makefile that is
generating the error.
>>> >/var/folders/Tz/TzBR9NFsEqyQoKamDNu6sU+++TI/-Tmp-/huginmk_QRtDLF:587:
>>> >*** target pattern contains no `%'. Stop.
The "pattern contains no '%'" error is what make reports when it
encounters a target containing a ':', see bug 2005561:
https://sourceforge.net/tracker/index.php?func=detail&aid=2005561&group_id=77506&atid=550441
--
Bruno
That sounds like it.
The 'apparent' behaviour of file names inherites that of classic
system on which ':' was the separator. On OSX, the file names with ':'
in the POSIX path appear to contain '/' in Finder. I can reproduce the
error now.
Ippei