← Back to team overview

hugin-devs team mailing list archive

[Bug 773325] Re: sh error in sticking

 

Operating System: Windows NT 6.1 (build 7601, Service Pack 1)
Architecture: 32 bit
Free memory: 830532 kiB
Active Codepage: 1252 (Western European Windows)

Hugin
Version: 2010.4.0.854952d82c8f built by Matthew Petroff
Path to ressources: C:\Program Files\Hugin/share/hugin/xrc/
Path to data: C:\Program Files\Hugin/share/hugin/data/

-- 
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:
  New

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