hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01786
[Bug 773325] Re: sh error in sticking
*** This bug is a duplicate of bug 727406 ***
https://bugs.launchpad.net/bugs/727406
And the next one who did not read the FAQ or can use the search function: This seems to become an endless story
http://wiki.panotools.org/Hugin_FAQ#Stitching_fails_on_Windows_.28syntax_error.29
https://bugs.launchpad.net/hugin/+bug/696646
https://bugs.launchpad.net/hugin/+bug/703788
https://bugs.launchpad.net/hugin/+bug/727406
https://bugs.launchpad.net/hugin/+bug/761140
https://bugs.launchpad.net/hugin/+bug/768899
** Changed in: hugin
Status: New => Invalid
** This bug has been marked a duplicate of bug 727406
Error during stitching a panorama in Windows 7 (32 bit Starter Edition)
* You can subscribe to bug 727406 by following this link: https://bugs.launchpad.net/hugin/+bug/727406/+subscribe
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/773325
Title:
sh error in sticking
Status in Hugin - Panorama Tools GUI:
Invalid
Bug description:
At the last step in sticking images there is a strange error. Here is the log file:
===========================================================================
DSC09240.jpg DSC09241.jpg DSC09242.jpg DSC09243.jpg DSC09244.jpg Panorama makefile generated by Hugin DSC09240.jpg DSC09241.jpg DSC09242.jpg DSC09243.jpg DSC09244.jpg
===========================================================================
System information
===========================================================================
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `echo Operating System: Windows 7 (6.1 Service Pack 1)'
make: *** [info] Error 258
The solution is to manually edit the generated pto.mk file and change the line SHELL="C:/Windows/system32/cmd.exe" to
SHELL=/bin/sh.exe
and then executing manually make -f xxxxxx.pto.mk from a shell (/bin/sh.exe)
The machine is windows 7 and have installed minGW.
References