Hi Bruno, Bruno Postle wrote: > That's right, match-n-shift doesn't create the .pto.mk file, this > needs to be created by pto2mk. O.k., I've run pto2mk over the created *pto file in the "In" directory and created a Makefile.
> The bug is that PTmender fails when the source and destination > images are on different partitions. I don't see the problem because > my /tmp/ is on the same partition as /home/. Thanks for the explanation. IMO, this should be fixed in PTmender, anyway. Is there a defect tracking system for PTmender to add this or is it the same bugzilla like for hugin ? A few more hints: > make TMPDIR=./ Well, I've created a Makefile with pto2mk and tried that one, with some success. One problem I've found is that the EXIFTOOL variable in the Makefile is empty, even when the latest exiftool is installed on my system and in $PATH. This leads, of course, to: Writing final output... overwrite_original_in_place -TagsFromFile /home/steve/Projects/Pano/Panostart/In/img_1252.jpg out.tif make: overwrite_original_in_place: Command not found make: [out.tif] Error 127 (ignored) After adding "exiftool" to the Makefile, the next issue popped up: make: Nothing to be done for `all'. So, the dependencies are not complete: the Makefile itself should be always a dependency for any target. If the Makefile has changed, the whole build process should start from the very beginning. HTH, Thanks & kind regards, Stephan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
