hugin-bug-hunters team mailing list archive
-
hugin-bug-hunters team
-
Mailing list archive
-
Message #01967
[Bug 768899] Re: hugin-generated makefiles don't work with bash
*** This bug is a duplicate of bug 727406 ***
https://bugs.launchpad.net/bugs/727406
The next one who did not read the FAQ or can use the search function:
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
** 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 Bug
Hunters, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/768899
Title:
hugin-generated makefiles don't work with bash
Status in Hugin - Panorama Tools GUI:
Invalid
Bug description:
it took me a while to figure out that hugin won't work unless the first instance of sh in the path is zsh (or similar).
if it is bash or ksh, it will fall over on lines like
@echo Operating System: Windows XP (5.1 Service Pack 3)
because the ( character is not enclosed within quotes.
if the string after @echo is enclosed in double quotes - " - I believe
it will work with every shell, not just zsh - seems like this would be
an easy change to implement and save some grief (alternately, make
hugin put its own directory first in the PATH when running make, so
that zsh is the first copy of sh in the PATH)
References