2011/1/19 Bruno Postle <[email protected]> > On Wed 19-Jan-2011 at 18:46 +0100, Stefan Peter wrote: > >> Am 19.01.2011 03:27, schrieb [email protected]: >> >>> On Tue, Jan 18, 2011 at 10:19 AM, grow <[email protected]> wrote: >>> >>> echo: write: Bad file descriptor >>> gnumake: *** [info] Error 1 >>> >> > This error message has been emitted by gnu make. Now, the error message >> itself seems to originate from echo, a small utility you find as >> /bin/echo in most unix systems. >> > > In most shells 'echo' is a built-in command and /bin/echo is similar but > different. So the behaviour will depend on the default shell, or the origin > of the /bin/echo tool, or both (which could vary between OS X releases). > > The .pto.mk file assumes that the shell is 'bash', so this problem could > be fixable by forcing the shell in the .pto.mk file: > > SHELL=/bin/bash > > (we should maybe do this anyway) > > If this doesn't work, something else to try would be forcing the echo > command instead: > > ECHO=/bin/echo > > -- > Bruno > > AFAIK the default shell is bash by default since Tiger.
@Steve: Can you open a terminal and issue the command: set | grep SHELL and let us know what your default shell is. See this link on how to change it: http://lifehacker.com/363070/change-leopards-login-shell You need to restart hugin. Harry -- 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
