> Just to add WHY the = sign is so problematic. When you say: make 'foo\=bar' > make assigns the value "bar" to a variable named "foo\". > See attached makefile, test with the above commandline.
That's what I figured, I was trying to find an escape character for the '=' on the command line, but apparently, it can't be done. Thanks for adding the comment though. > Interesting. Last year during the implementation of the makefilelib there was > no help. > Also after merging there was no feedback. > The makefilelib contains own test routines which creates test makefiles. > But now - at once - all problematic characters show up. Yes, well, to paraphrase one of our most dedicated group members, I finally found an itch to scratch. And to me, it's a journey into makefiles as well. This was my first makefile ever (except for some tiny manual editing here and there). -- Bart -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/679353 Title: Filter unacceptable characters before the stitching process fail Status in Hugin - Panorama Tools GUI: Fix Committed Bug description: Program failed to stitch pano. See below I believe the reason is that there is an '&' ampersand in the folder/path, when this was removed the stitch executed. Mac OSX.6.1, iMac core 2 duo, 2.16ghz Lee Checking nona...Checking enblend...Checking enfuse...Checking hugin_hdrmerge...Checking exiftool...[FAIL] /Volumes/Travel\ \ Brick/Desktop/Hugin\ &\ Other\ Pano\ Tools/Hugin.app/Contents/Resources/HuginStitchProject.app/Contents/MacOS/nona -z PACKBITS -r ldr -m TIFF_m -o import\ calico\ plus\ editing -i 0 /var/folders/qa/qao7fMevEt8j5jpIF8amUU+++TI/-Tmp-/huginpto_yXIEbb gnumake: [test] Error 127 (ignored) gnumake: [test] Error 127 (ignored) gnumake: [test] Error 127 (ignored) /bin/sh: /Volumes/Travel Brick/Desktop/Hugin : No such file or directory /bin/sh: /Volumes/Travel Brick/Desktop/Hugin : No such file or directory /bin/sh: /Volumes/Travel Brick/Desktop/Hugin : No such file or directory /bin/sh: /Volumes/Travel Brick/Desktop/Hugin : No such file or directory gnumake: [test] Error 127 (ignored) /bin/sh: /Volumes/Travel Brick/Desktop/Hugin : No such file or directory /bin/sh: Other Pano Tools/Hugin.app/Contents/Resources/HuginStitchProject.app/Contents/MacOS/nona: No such file or directory gnumake: *** [import calico plus editing0000.tif] Error 127 _______________________________________________ Mailing list: https://launchpad.net/~hugin-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~hugin-devs More help : https://help.launchpad.net/ListHelp

