Thanks for the prompt reply Bruno!

Here's what I've figured out so far:

1.)  I'm ignoring the dmake test errors as you suggested.

2.)  I found that there's an issue with the scripts not liking my temp
directory (presumably since the path includes white space
characters).  The output I posted earlier was for a workaround (I
changed the environment variable to one without the spaces). I'm
assuming this is a bug in the scripts.

3.)  My ImageMagick seems to be working OK but I noticed that the
command being issued here is "composite" Does nona-mask work with two
separate files or does it composite the mask onto the input image? The
reason I'm wondering is that my input images are .HDR images and I
wonder if ImageMagick is choking on trying to add a mask to that
filetype.  In any case I was able to get rid of the messages by
changing my input to TIFF file.

4.)  The nona-isn't-in-your-path error still confuses me because the
hugin\bin directory is in my path and I can freely execute nona from a
command prompt.  Again, I was able to remove some errors by moving my
whole project to a path with no white spaces (not just my temp
directory).

I still don't have any real results yet -- just fewer errors.  I may
post more issues as/if I find them.

Thanks again for the help,
-Chris

On Jan 27, 11:55 am, Bruno Postle <[email protected]> wrote:
> 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

Reply via email to