can't download libpano

23 views
Skip to first unread message

teodora chitiboi

unread,
Feb 27, 2011, 9:17:29 AM2/27/11
to hugin and other free panoramic software
Hi,

I'm new to Hugin and I'm trying to download Libpano13 :
hg clone http://panotools.hg.sourceforge.net:8000/hgroot/panotools/panotools/libpano.hg

but I get :
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or merc...@selenic.com
** Mercurial Distributed SCM (version 1.4.3)
** Extensions loaded:
Traceback (most recent call last):
File "/usr/bin/hg", line 27, in <module>
mercurial.dispatch.run()
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 16,
in run
sys.exit(dispatch(sys.argv[1:]))
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 30,
in dispatch
return _runcatch(u, args)
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 46,
in _runcatch
return _dispatch(ui, args)
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 454,
in _dispatch
return runcommand(lui, repo, cmd, fullargs, ui, options, d)
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 324,
in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 505,
in _runcommand
return checkargs()
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 459,
in checkargs
return cmdfunc()
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 453,
in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/usr/lib/pymodules/python2.6/mercurial/util.py", line 386, in
check
return func(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/mercurial/commands.py", line 649,
in clone
update=opts.get('updaterev') or not opts.get('noupdate'))
File "/usr/lib/pymodules/python2.6/mercurial/hg.py", line 187, in
clone
src_repo = repository(ui, source)
File "/usr/lib/pymodules/python2.6/mercurial/hg.py", line 63, in
repository
repo = _lookup(path).instance(ui, path, create)
File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 263,
in instance
inst.between([(nullid, nullid)])
File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 184,
in between
d = self.do_read("between", pairs=n)
File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 128,
in do_read
fp = self.do_cmd(cmd, **args)
File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 102,
in do_cmd
proto = resp.headers['content-type']
File "/usr/lib/python2.6/rfc822.py", line 388, in __getitem__
return self.dict[name.lower()]
KeyError: 'content-type'

Could I get any help with this please? Thanks.

Best,
Teodora.

Jim Watters

unread,
Feb 27, 2011, 10:38:31 AM2/27/11
to hugi...@googlegroups.com
On 2011-02-27 10:17 AM, teodora chitiboi wrote:
> Hi,
>
> I'm new to Hugin and I'm trying to download Libpano13 :
> hg clone http://panotools.hg.sourceforge.net:8000/hgroot/panotools/panotools/libpano.hg
The path has changed slightly, try this.

hg clone http://panotools.hg.sourceforge.net:8000/hgroot/panotools/libpano


--
Jim Watters
http://photocreations.ca

teodora chitiboi

unread,
Feb 27, 2011, 11:03:26 AM2/27/11
to hugi...@googlegroups.com
Thank you :)


--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx



--
Teodora .

Teodora Chitiboi

unread,
Feb 27, 2011, 1:08:52 PM2/27/11
to hugin and other free panoramic software
Hi again,

I succesfuly downloaded libpano but now I can't seem to compile it.
Looks like I'm missing some header (:-?)
I am following the instructions on the wiki page. I am running under
Ubuntu 10.04 and my gcc compiler version is 4.1.3
Here is my output.

[ 6%] Building C object CMakeFiles/pano13.dir/file.c.o
/home/teodora/src/libpano/libpano/file.c: In function
‘panoPSDResourcesBlockWrite’:
/home/teodora/src/libpano/libpano/file.c:235: warning: implicit
declaration of function ‘min’
/home/teodora/src/libpano/libpano/file.c:265: error: ‘_MAX_PATH’
undeclared (first use in this function)
/home/teodora/src/libpano/libpano/file.c:265: error: (Each undeclared
identifier is reported only once
/home/teodora/src/libpano/libpano/file.c:265: error: for each function
it appears in.)
/home/teodora/src/libpano/libpano/file.c:268: warning: implicit
declaration of function ‘GetModuleFileName’
/home/teodora/src/libpano/libpano/file.c:265: warning: unused variable
‘AppNamePath’
/home/teodora/src/libpano/libpano/file.c:296: error: ‘SYSTEMTIME’
undeclared (first use in this function)
/home/teodora/src/libpano/libpano/file.c:296: error: expected ‘;’
before ‘SysTime’
/home/teodora/src/libpano/libpano/file.c:297: error:
‘TIME_ZONE_INFORMATION’ undeclared (first use in this function)
/home/teodora/src/libpano/libpano/file.c:297: error: expected ‘;’
before ‘TimeZoneInformation’
/home/teodora/src/libpano/libpano/file.c:299: warning: implicit
declaration of function ‘GetLocalTime’
/home/teodora/src/libpano/libpano/file.c:299: error: ‘SysTime’
undeclared (first use in this function)
/home/teodora/src/libpano/libpano/file.c:300: warning: implicit
declaration of function ‘GetTimeZoneInformation’
/home/teodora/src/libpano/libpano/file.c:300: error:
‘TimeZoneInformation’ undeclared (first use in this function)
/home/teodora/src/libpano/libpano/file.c: In function ‘addLayer’:
/home/teodora/src/libpano/libpano/file.c:1804: warning: '0' flag
ignored with precision and ‘%d’ printf format
/home/teodora/src/libpano/libpano/file.c:1829: warning: comparison is
always false due to limited range of data type
/home/teodora/src/libpano/libpano/file.c: In function
‘readPSDMultiLayerImage’:
/home/teodora/src/libpano/libpano/file.c:2279: warning: pointer
targets in passing argument 2 of ‘panoReadINT32’ differ in signedness
/home/teodora/src/libpano/libpano/file.c:2280: warning: pointer
targets in passing argument 2 of ‘panoReadINT32’ differ in signedness
/home/teodora/src/libpano/libpano/file.c:2281: warning: pointer
targets in passing argument 2 of ‘panoReadINT32’ differ in signedness
/home/teodora/src/libpano/libpano/file.c:2282: warning: pointer
targets in passing argument 2 of ‘panoReadINT32’ differ in signedness
make[2]: *** [CMakeFiles/pano13.dir/file.c.o] Error 1
make[1]: *** [CMakeFiles/pano13.dir/all] Error 2
make: *** [all] Error 2


Thanks again for your help.

Best,
Teodora


On Feb 27, 4:38 pm, Jim Watters <jwatt...@photocreations.ca> wrote:
> On 2011-02-27 10:17 AM, teodora chitiboi wrote:> Hi,
>
> > I'm new to Hugin and I'm trying to download Libpano13 :
> > hg clonehttp://panotools.hg.sourceforge.net:8000/hgroot/panotools/panotools/l...

dmg

unread,
Feb 27, 2011, 1:50:10 PM2/27/11
to hugi...@googlegroups.com, Teodora Chitiboi
Hi,

please type:

hg branch

and if you are not in libpano then:

hg update -C libpano

and try again

I suspect you are in a branch.

--dmg

> --
> 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 hugi...@googlegroups.com
> To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/hugin-ptx
>
>

--
--dmg

---
Daniel M. German
http://turingmachine.org

Reply all
Reply to author
Forward
0 new messages