On Wed 19-Jan-2011 at 18:46 +0100, Stefan Peter wrote:
Am 19.01.2011 03:27, schrieb phartz...@gmail.com:
On Tue, Jan 18, 2011 at 10:19 AM, grow <george...@gmail.com> 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

--
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to