So, to restate the problem, the issue is with MAKE parsing @echo lines
having ('s, for me:

info : 
        @echo 
===========================================================================
        @echo ***************  Panorama makefile generated by Hugin       
***************
        @echo 
===========================================================================
        @echo System information
        @echo 
===========================================================================
        @echo Operating System: Windows XP (5.1 Service Pack 3)
        @echo Architecture: x86
        @echo Number of logical processors: 4
        @echo Physical memory: 3406828 kiB (76%% occupied)
        @echo Free space on disc: 126007 MiB
        @echo Active codepage: 1252 (Western European Windows)
        @echo 
===========================================================================
        @echo Output options
        @echo 
===========================================================================
        @echo Hugin Version: 2010.4.0.854952d82c8f built by Matthew Petroff
....

If I rerun the make command by hand (I intercepted it with a "make.bat"
that outputs the input args) and modify the TMP makefile to delete the
@echo commands, I can complete the Panorama gen.  I do run into an error
@ "clean" but that's minor compared to not being able to gen the pano.

... (minor error seen after removing the @echo's) ...
===========================================================================
Remove temporary files
===========================================================================
del "2011-04-12 10.06.37-2011-04-12 10.070000.tif" "2011-04-12 
10.06.37-2011-04-12 10.070001.tif" "2011-04-12 10.06.37-2011-04-12 
10.070002.tif"
/usr/bin/sh: del: command not found
make: [clean] Error 127 (ignored)
...

Still looking for an alternative or flag to MAKE I can pass which'll
accept illegal characters on the @echo.  It'd be better to munge the
@echo line, however, to escape all the illegals.  Simple quoting may run
into an un-quoting input arg which'd break the make command, again.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/709361

Title:
  Panorama stitching fails if path contains parentheses

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Sorry if this has already been reported, but I couldn't find it in the
  list of bugs or the FAQ.

  The new Hugin is a huge improvement overall, but if I try stitching a
  panorama whose files are in a location whose path contains an open-
  parenthesis character, the stitching fails. Here is the error log
  generated:

  ===========================================================================
  ***************  Panorama makefile generated by Hugin       ***************
  ===========================================================================
  System information
  ===========================================================================
  Operating System: Windows 7 (6.1 )
  Architecture: x86
  Number of logical processors: 8
  Physical memory: 12581304 kiB (38% occupied)
  Free space on disc: 894195 MiB
  Active codepage: 1252 (Western European Windows)
  ===========================================================================
  Output options
  ===========================================================================
  Hugin Version: 2010.4.0.854952d82c8f built by Matthew Petroff
  Project file: C:\Users\blincoln\AppData\Local\Temp\hug18BE.tmp
  Output prefix: Panorama
  Projection: Equirectangular (2)
  Field of view: 98 x 66
  Canvas dimensions: 4140 x 2788
  Crop area: (0,0) - (4140,2788)
  Output exposure value: 5.00
  Selected outputs
  Normal panorama
  * Blended panorama
  ===========================================================================
  Input images
  ===========================================================================
  Number of images in project file: 4
  Number of active images: 4
  Image 0: V:\Drive 2010 Photos\Day_11-2010-07-15\08-Apollo (14QM) Module 
Panorama\DSC_9982.TIF
  Image 0: Size 3008x2000, Exposure: 5.00
  Image 1: V:\Drive 2010 Photos\Day_11-2010-07-15\08-Apollo (14QM) Module 
Panorama\DSC_9983.TIF
  Image 1: Size 3008x2000, Exposure: 5.00
  Image 2: V:\Drive 2010 Photos\Day_11-2010-07-15\08-Apollo (14QM) Module 
Panorama\DSC_9984.TIF
  Image 2: Size 3008x2000, Exposure: 5.00
  Image 3: V:\Drive 2010 Photos\Day_11-2010-07-15\08-Apollo (14QM) Module 
Panorama\DSC_9985.TIF
  Image 3: Size 3008x2000, Exposure: 5.00
  ===========================================================================
  Testing programs
  ===========================================================================
  Checking nona...
  nona is ok 
  Checking enblend...
  enblend is ok 
  Checking enfuse...
  enfuse is ok 
  Checking hugin_hdrmerge...
  hugin_hdrmerge is ok 
  Checking exiftool...
  exiftool is ok 
  ===========================================================================
  Stitching panorama
  ===========================================================================
  make: *** No rule to make target `14QM) Module Panorama/DSC_9982.TIF)', 
needed by `Panorama0000.tif'.  Stop.

_______________________________________________
Mailing list: https://launchpad.net/~hugin-devs
Post to     : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to