[hugin-ptx] Re: make: *** [info] Error 258

2011-01-13 Thread OS
Hi

it works also for me now!

It was (also) the WinAVR in my case!

Thank you all for your help

Olaf

On 12 Jan., 02:12, Sigma Relief jkru...@gmail.com wrote:
 Ganesh nailed it, my copy of winavr in the root directory contained
 the offending files.  A simple rename of the folder is a good
 workaround.

 On Jan 10, 8:19 pm, Ganesh dgan...@gmail.com wrote:

  Sorry if this is a repeat.

  But I had the same problem, and fixed it.

  I realized the Cygwin tools in my system path is messing up Hugin
  (that is where it was finding sh.exe and trying to run the Windows
  Batch command echo through it and failing). I fixed the error by
  renaming my Cygwin folder temporarily.

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


[hugin-ptx] Re: make: *** [info] Error 258

2011-01-11 Thread Sigma Relief
Ganesh nailed it, my copy of winavr in the root directory contained
the offending files.  A simple rename of the folder is a good
workaround.

On Jan 10, 8:19 pm, Ganesh dgan...@gmail.com wrote:
 Sorry if this is a repeat.

 But I had the same problem, and fixed it.

 I realized the Cygwin tools in my system path is messing up Hugin
 (that is where it was finding sh.exe and trying to run the Windows
 Batch command echo through it and failing). I fixed the error by
 renaming my Cygwin folder temporarily.

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


[hugin-ptx] Re: make: *** [info] Error 258

2011-01-10 Thread Ganesh
Sorry if this is a repeat.

But I had the same problem, and fixed it.

I realized the Cygwin tools in my system path is messing up Hugin
(that is where it was finding sh.exe and trying to run the Windows
Batch command echo through it and failing). I fixed the error by
renaming my Cygwin folder temporarily.

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


[hugin-ptx] Re: make: *** [info] Error 258

2011-01-10 Thread Ganesh
I had the same error. The problem as I found out was that Cygwin was
installed in my system path. I think Hugin would work fine if there
was no bash.exe or sh.exe or make.exe to handle its commands. I
renamed my Cygwin path temporarily to XCygwin, and tried stitching
again. This works for me.

You might not have Cygwin, but I suspect other unix like tools in the
default environment / path is confusing Hugin.

Cheers,
-G

On Jan 2, 3:35 pm, Bruno Postle br...@postle.net wrote:
  /usr/bin/sh: -c: line 1: syntax error near unexpected token `(6'
  /usr/bin/sh: -c: line 1: `echo Operating System: Windows 7 (6.1 )'
  make: *** [info] Error 258

 The error appears to be in the Makefile, this line isn't a valid
 bash/sh command:

      echo Operating System: Windows 7 (6.1)

 This looks like a bug since the brackets should be quoted, but there
 are plenty of other similar lines in the .pto.mk file so maybe
 something else is going on on Windows.

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


[hugin-ptx] Re: make: *** [info] Error 258

2011-01-02 Thread kfj


On 2 Jan., 16:22, OS olaf.streb...@googlemail.com wrote:
=
 _MG_0176.CR2 _MG_0176_8B_NoComp-_MG_0179_8B_NoComp.log

You aren't perchance trying to process RAW files with hugin? (I
noticed the .CR2 extension)
Hugin doesn't work with RAW images, you have to use a raw converter
first and feed hugin the TIFFs or JPGs.

Kay

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


[hugin-ptx] Re: make: *** [info] Error 258

2011-01-02 Thread OS
Hi,

thank you for your help.

The old version of hugin (2009.4.0 32bit) does not have problems
with these picutres or others. i tried more panoramas ...

@Harry: The names are all like _MG_0176_8B_NoComp.tif. So nothing
bad or?

@Kay: the raw are beside of the tiffs. After your post i tried to
create the pano without them in the folder - same result

@Yuv The files are attached.

Here ist the .pto.mk file:


# makefile for panorama stitching, created by hugin using the new
makefilelib

# Force using cmd.exe
SHELL=C:/Windows/system32/cmd.exe

# Tool configuration
NONA=C:/Program Files/Hugin/bin/nona
PTSTITCHER=PTStitcher
PTMENDER=C:/Program Files/Hugin/bin/PTmender
PTBLENDER=C:/Program Files/Hugin/bin/PTblender
PTMASKER=C:/Program Files/Hugin/bin/PTmasker
PTROLLER=C:/Program Files/Hugin/bin/PTroller
ENBLEND=C:/Program Files/Hugin/bin/enblend
ENFUSE=C:/Program Files/Hugin/bin/enfuse
SMARTBLEND=smartblend.exe
HDRMERGE=C:/Program Files/Hugin/bin/hugin_hdrmerge
RM=del
EXIFTOOL=C:/Program Files/Hugin/bin/exiftool

# Project parameters
HUGIN_PROJECTION=1
HUGIN_HFOV=58
HUGIN_WIDTH=11155
HUGIN_HEIGHT=2693

# options for the programs
NONA_LDR_REMAPPED_COMP=-z LZW
NONA_OPTS=
ENBLEND_OPTS= -f11155x2359+0+152
ENBLEND_LDR_COMP=--compression=100
ENBLEND_HDR_COMP=
HDRMERGE_OPTS=-m avg -c
ENFUSE_OPTS=
EXIFTOOL_COPY_ARGS=-ImageDescription -Make -Model -Artist -WhitePoint -
Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -
ColorSpace -OwnerName -SerialNumber

# the output panorama
LDR_REMAPPED_PREFIX=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp
LDR_REMAPPED_PREFIX_SHELL=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp
HDR_STACK_REMAPPED_PREFIX=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_
HDR_STACK_REMAPPED_PREFIX_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_hdr_
LDR_EXPOSURE_REMAPPED_PREFIX=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_exposure_layers_
LDR_EXPOSURE_REMAPPED_PREFIX_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_exposure_layers_
PROJECT_FILE=D:/Fotos/Pano\ Kavala/1/_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp.pto
PROJECT_FILE_SHELL=D:/Fotos/Pano Kavala/1/_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp.pto
LDR_BLENDED=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp.jpg
LDR_BLENDED_SHELL=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp.jpg
LDR_STACKED_BLENDED=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_fused.jpg
LDR_STACKED_BLENDED_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_fused.jpg
LDR_EXPOSURE_LAYERS_FUSED=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_blended_fused.jpg
LDR_EXPOSURE_LAYERS_FUSED_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_blended_fused.jpg
HDR_BLENDED=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr.exr
HDR_BLENDED_SHELL=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr.exr

# first input image
INPUT_IMAGE_1=D:/Fotos/Pano\ Kavala/1/_MG_0176_8B_NoComp.tif
INPUT_IMAGE_1_SHELL=D:/Fotos/Pano Kavala/1/_MG_0176_8B_NoComp.tif

# all input images
INPUT_IMAGES=D:/Fotos/Pano\ Kavala/1/_MG_0176_8B_NoComp.tif\
D:/Fotos/Pano\ Kavala/1/_MG_0177_8B_NoComp.tif\
D:/Fotos/Pano\ Kavala/1/_MG_0178_8B_NoComp.tif\
D:/Fotos/Pano\ Kavala/1/_MG_0179_8B_NoComp.tif
INPUT_IMAGES_SHELL=D:/Fotos/Pano Kavala/1/_MG_0176_8B_NoComp.tif\
D:/Fotos/Pano Kavala/1/_MG_0177_8B_NoComp.tif\
D:/Fotos/Pano Kavala/1/_MG_0178_8B_NoComp.tif\
D:/Fotos/Pano Kavala/1/_MG_0179_8B_NoComp.tif

# remapped images
LDR_LAYERS=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp.tif\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp0001.tif\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp0002.tif\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp0003.tif
LDR_LAYERS_SHELL=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp.tif\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp0001.tif\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp0002.tif\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp0003.tif

# remapped images (hdr)
HDR_LAYERS=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_.exr\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0001.exr\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0002.exr\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0003.exr
HDR_LAYERS_SHELL=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_.exr\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0001.exr\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0002.exr\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0003.exr

# remapped maxval images
HDR_LAYERS_WEIGHTS=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_hdr__gray.pgm\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0001_gray.pgm\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0002_gray.pgm\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0003_gray.pgm
HDR_LAYERS_WEIGHTS_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_hdr__gray.pgm\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0001_gray.pgm\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0002_gray.pgm\
_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_0003_gray.pgm

# stacked hdr images
HDR_STACK_0=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_stack_hdr_.exr
HDR_STACK_0_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_stack_hdr_.exr
HDR_STACK_0_INPUT=_MG_0176_8B_NoComp-_MG_0179_8B_NoComp_hdr_.exr
HDR_STACK_0_INPUT_SHELL=_MG_0176_8B_NoComp-
_MG_0179_8B_NoComp_hdr_.exr

Re: [hugin-ptx] Re: make: *** [info] Error 258

2011-01-02 Thread Yuval Levy
On January 2, 2011 12:52:53 pm OS wrote:
 @Yuv The files are attached.
 
 Here ist the .pto.mk file:

this is not an attachment.  you copypasted the file into the message.  not 
the same.  not useful because line numbers can't be easily discerned and lines 
may be broken by the submission form.

please *attach* the entire files.

Yuv


signature.asc
Description: This is a digitally signed message part.


[hugin-ptx] Re: make: *** [info] Error 258

2011-01-02 Thread OS
Hi,

i am new to google groups. Can you give me a hint how i can attach a
file to this post? I tried to upload the files under the point
files, but with no success i can not attache it to the post?!

The link to both files are:

http://hugin-ptx.googlegroups.com/web/_MG_0176_8B_NoComp-_MG_0179_8B_NoComp.pto
and
http://hugin-ptx.googlegroups.com/web/_MG_0176_8B_NoComp-_MG_0179_8B_NoComp.pto.mk

I hope that is also ok?

Kind regards

Olaf

On 2 Jan., 22:54, Yuval Levy goo...@levy.ch wrote:
 On January 2, 2011 12:52:53 pm OS wrote:

  @Yuv The files are attached.

  Here ist the .pto.mk file:

 this is not an attachment.  you copypasted the file into the message.  not
 the same.  not useful because line numbers can't be easily discerned and lines
 may be broken by the submission form.

 please *attach* the entire files.

 Yuv

  signature.asc
  1 KBAnzeigenHerunterladen

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


Re: [hugin-ptx] Re: make: *** [info] Error 258

2011-01-02 Thread Yuval Levy
On January 2, 2011 05:21:44 pm OS wrote:
 Hi,
 
 i am new to google groups. Can you give me a hint how i can attach a
 file to this post? I tried to upload the files under the point
 files, but with no success i can not attache it to the post?!

AFAIK the GoogleGroups web interface sucks. Use email (to hugin-
p...@googlegroups.com from the email address associated with the Google Account 
that you use for GoogleGroups).

Even better: file a tracker ticket at https://bugs.launchpad.net/hugin - I 
converted our conversation into a tracker ticket.

https://bugs.launchpad.net/hugin/+bug/696646


 The link to both files are:
 
 http://hugin-ptx.googlegroups.com/web/_MG_0176_8B_NoComp-_MG_0179_8B_NoComp
 .pto and
 http://hugin-ptx.googlegroups.com/web/_MG_0176_8B_NoComp-_MG_0179_8B_NoComp
 .pto.mk
 
 I hope that is also ok?

better than pasted in the body of the message.

This is an error in Hugin's Makefile generation.  Sorry for that.  Missing 
quotes.

The workaround for you is to edit the .pto.mk file with a text editor and 
remove the @echo lines after line 211 (they are only informative).  Not sure 
if there are other errors too.

Then run the Makefile from the command line.  I don't know the exact syntax 
for Windows, on Linux it would be `make -f _MG_0176_8B_NoComp-
_MG_0179_8B_NoComp.pto.mk`

on Windows you might have to do something like `sh make`, or otherwise find a 
way to invoke the version of make that is delivered with the Hugin installer.

I am at loss why this has not been identified during the release cycle.  Can 
anybody on Windows please look at .pto.mk files on their machines and see if 
the @echo lines after the 'info:' target (search for 'info:') are quoted or 
not?

Thank you for reporting.
Yuv


signature.asc
Description: This is a digitally signed message part.