hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00342
[Bug 683698] Re: error during stitching
Could you attach your pto file and your ".mk" file?
It seems that the "make process" cannot spawn a new process for a simple
case. What happens if you open a "command" terminal and type "make" and
"gnumake"? (I expect one of them to fail with command not found.)
Next use notepad to edit makefile.txt:
all: test1 test2
test1:
echo "hi"
test2:
echo "there"
then use "make -f makefile.txt" to test if it works.
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/683698
Title:
error during stitching
Status in Hugin - Panorama Tools GUI:
Incomplete
Bug description:
OS: windows 7 64bit, Chinese version
Hugin: 2010.4.0.95c7c055a9d9
Everything is ok, the "Fast Preview" is OK too, but when I try to stitch the final photo, got the following error:
-----------------------------------
process_begin: CreateProcess(NULL, echo ===========================================================================, ...) failed.
make (e=2): ??
-----------------------------------
References