Hi, 2011/2/6 [email protected] <[email protected]>
> On Sun, Feb 6, 2011 at 12:51 PM, Harry van der Wolf <[email protected]> > wrote: > > > No idea how I got that copy&paste action incorrect. See correct link > below. > > > > <http://hugin.panotools.org/testing/hugin/Hugin-nopatch.app.zip> > > Downloaded the "nopatch" version. Same results as before. No > stitch. Error report as follows: > > echo: write: Bad file descriptor > gnumake: *** [info] Error 1 > +++ > > Steve > > To start with: I focused on the patch that fixed an issue with the first window for the Assistant on Leopard and ppc. That's something different than the current issue. We do need to further test that one as well to see if it's still neccessary. I was completely wrong w.r.t. this issue. As we had this discussion as well in [0], I focused on that one. I added to the top of the makefile: # force OSX shell export SHELL=/bin/bash by adding the following lines to src/hugin_base/algorithms/panorama_makefile/PanoramaMakefilelibExport.cpp: #ifdef __APPLE__ mgr.own_add(new Comment("force OSX shell")); mf::Variable* osxshell = mgr.own(new mf::Variable("SHELL", "/bin/bash")); osxshell->setExport(true); osxshell->getDef().add(); #endif I have no idea whether this works as your default shell is already bash, but it is an option Thomas mentioned (well it didn't work on windows but this is OSX, so maybe it does). Please download <http://hugin.panotools.org/testing/hugin/Huginshell.app.zip<http://hugin.panotools.org/testing/hugin/Hugin-nopatch.app.zip>> and give it a shot. Harry [0]: < http://groups.google.com/group/hugin-ptx/browse_thread/thread/b18eaae2c7e21a80 > -- 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
