Comment 3 for bug 678901

Revision history for this message
Bruno Postle (brunopostle) wrote :

Logged In: YES
user_id=35360
Originator: NO

This is a make error from a 'malformed static pattern'.

This bug is triggered by a filename or path containing a ':' character, I can reproduce this on Linux like so:

  hugin_stitch_project -o jun:k project.pto

The fix should be to escape the ':' in filenames, the workaround is to not use them.