On Wed 27-Jan-2010 at 07:27 -0800, Chris Parrish wrote:
and the test is generating the following errors: Test Summary Report ------------------- t/101.makerule.t (Wstat: 7424 Tests: 59 Failed: 29) Failed 1/20 test programs. 29/265 subtests failed.
Don't worry about this, it needs fixing or documenting but it isn't related to getting nona-mask working.
2.) Not knowing if these errors were critical or not (I only need nona-mask), I installed (dmake install). I then changed my pto.mk file to include: NONA=C:\Perl\site\bin\nona-mask.bat (Yes I know we're not dealing with windows exe files at this point. For now I want to get anything to work). When I run this, however, I get the following output: composite: `%s': %s ra_ppm -g 1.0 "magick-GpCOF7gK" "magick-ZRMKxT5m" @ utility.c/SystemCommand/1993. composite: Delegate failed `ra_ppm -g 1.0 "%i" "%o"' @ delegate.c/ InvokeDelegate/1062. composite: unable to open image `magick-LIzcqNhs': No such file or directory @ blob.c/OpenBlob/2482.
This is a problem with your ImageMagick installation, try some simple ImageMagick commands and see if they work:
convert.exe somepicture.jpg output.tif
'nona' is not recognized as an internal or external command,operable program or batch file.
This is because the nona.exe file isn't in your PATH, you need to modify the 'dos window' properties and add this to your PATH:
"C:\Program Files\Hugin\bin"
C:\Program\ Files\Hugin\bin\enblend -w -f500x250 -o Pano\ 1.png Pano\ 10000.tif Pano\ 10001.tif Pano\ 10002.tif Pano\ 10003.tif Pano\ 10004.tif Pano\ 10005.tif Pano\ 10006.tif Pano\ 10007.tif Pano\ 10008.tif enblend: no input files specified
Presumably if you fix the other errors this will go away. -- Bruno -- 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
