Hi Ben, thanks for the reply. In trying to diagnose this, I've also tried referring to the file explicitly:
: $(DOWNLOADED_IMAGES)/Américo-Hamlet.jpg |> shrinkimage %f %o $(OPTS) |> %B.jpg And this too gives a curious result: tup error: Explicitly named file 'Américo-Hamlet.jpg' not found in subdir 'media\images' tup error: Error parsing Tupfile line 12 Line was: ': $(DOWNLOADED_IMAGES)/Américo-Hamlet.jpg |> shrinkimage %f %o $(OPTS) |> %B.jpg' Curious, in that it states that the file could not be found (and I know it's there), but then throws a parser error on the same rule. The file is saved in emacs with utf-8 encoding. I don't think this has anything to do with cygwin... but if I run tup from cmd.exe instead of bash, the é looks different: Am├⌐rico-Hamlet.jpg What else should I try? Thanks, Gavin -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
