← Back to team overview

hugin-devs team mailing list archive

[Bug 708363] Re: make: *** [info] Error 1

 

The makefile .pto.mk is not actually used for stitching. 
The used makefile is generated in the (windows) temp folder. If starting the stitching, leave the message box open and go to the windows temp folder (c:\Users\M&S\AppData\Local\Temp). There should be 3 files hug????.tmp. One of them is the used makefile (probably the latest one, when you look on the file modification date; the other one are temp project file, if you use an editor to inspect the file, you will recognise the content). Could you try to post this file?

Or open command prompt and execute the following commands:
cd c:\temp
chcp 1252
pto2mk -o test.mk -p test test.pto
make -f test.mk all 

(maybe you need to modify the path variable to include the path to hugin, in this case execute the following line before the upper one)
PATH=c:\Path\to\hugin\bin;%PATH%
and post the complete output.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/708363

Title:
  make: *** [info] Error 1

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Der Befehl "C:\Users\M" ist entweder falsch geschrieben oder
  konnte nicht gefunden werden.
  Das System kann den angegebenen Pfad nicht finden.
  make: *** [info] Error 1

  
  New installation on a win 7 64bit system. (HuginSetup_2010.4.0-64bit_Windows).





References