[hugin-ptx] Re: Dependecy problem when trying to install Hugin on Ubuntu

2010-09-14 Thread Rotareneg
Whoops, looks like this is already being discussed in another thread,
the group search function appears to be broken as well (searched for
libpost2c2 and it didn't find any posts.) :D

-- 
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] Dependecy problem when trying to install Hugin on Ubuntu

2010-09-14 Thread Rotareneg
After following the panotools wiki instructions, the latest Hugin
branch (4353) will compile without problems, but when I go to install
the package it reports that three dependencies are missing:

:~/src/hugin/hugin.hg-build$ sudo dpkg -i hugin-2010.3.0-Linux.deb
Selecting previously deselected package hugin.
(Reading database ... 192148 files and directories currently
installed.)
Unpacking hugin (from hugin-2010.3.0-Linux.deb) ...
dpkg: dependency problems prevent configuration of hugin:
 hugin depends on libpost2c2; however:
  Package libpost2c2 is not installed.
 hugin depends on libglew (>= 1.5); however:
  Package libglew is not installed.
 hugin depends on libboost-filesystem (>= 1.38.0); however:
  Package libboost-filesystem is not installed.
dpkg: error processing hugin (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 hugin

The installation does see to "work" and Hugin runs fine. Synaptic
Package Manager will complain about a broken package however.

I'm running Ubuntu 10.04 x64 inside a VirtualBox VM under Windows 7
x64.

-- 
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: [win32] Hugin 2010.1 svn5118 for download

2010-04-23 Thread Rotareneg
It's missing two dependencies, libintl3.dll and libiconv2.dll .
Besides that, seems to be working good, thanks!

-- 
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: Hugin 2010.1 svn4995 for download

2010-02-19 Thread Rotareneg
Cool, thanks! You might consider using 7zip for compression however,
it compressed the same archive 12 megabytes smaller.

On Feb 19, 5:56 am, Zoran Zorkic  wrote:
> Grab it fromhttp://lemur.dreamhosters.com/hugin
> Have fun!

-- 
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: Can't build Enblend under Windows

2009-11-15 Thread Rotareneg
I was trying to follow the Wiki instructions at
http://wiki.panotools.org/Build_Hugin_for_Windows_with_SDK which seems
to be missing "several" (i.e. many)  important steps, the precompiled
SDK likewise. However, I did, with your help, (thanks!) get enblend to
build.

I'll go over the process again and take notes so I can try to fill in
the blanks on the wiki.

Hugin (4719) built with only one hitch, a couple of missing files in
the enblend directory (README_WINDOWS.txt, TODO).

On Nov 15, 9:40 pm, "Ryan Sleevi"  wrote:
> You forgot to include libxmi with the linker.
>
> My guess is you added libxmi folder to the include directory (like the
> default MSVC proj has). You actually have to compile libxmi and make sure to
> include it with the linker.
>
> The patch files previously mentioned several times do address this.
>
> I would strongly encourage you to review the Wiki pages mentioned and
> examined the patches, as you will likely find that many possible questions
> have already been answered and challenges already addressed.

-- 
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: Can't build Enblend under Windows

2009-11-15 Thread Rotareneg
Ok, found out that rint() is "missing" under MSVC so I just pasted in
a replacement from: http://www.eecg.utoronto.ca/~aamodt/sourceware/MSVC.html

Now I'm getting linking errors in enblend:

2>Linking...
2>   Creating library Release/enblend.lib and object Release/
enblend.exp
2>enblend.obj : error LNK2001: unresolved external symbol
_miNewPaintedSet
2>enblend.obj : error LNK2001: unresolved external symbol _miDeleteGC
2>enblend.obj : error LNK2001: unresolved external symbol
_miDeletePaintedSet
2>enblend.obj : error LNK2001: unresolved external symbol _miNewGC
2>enblend.obj : error LNK2001: unresolved external symbol
_miFillPolygon
2>Release/enblend.exe : fatal error LNK1120: 5 unresolved externals

-- 
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: Can't build Enblend under Windows

2009-11-15 Thread Rotareneg
Thanks, that fixed that problem. Unfortunately there are more
problems. First there was an error about "slist" which I fixed by
building STLport. Now I'm stuck at:

1>c:\huginbase\enblend\src\mask.h(190) : error C3861: 'rint':
identifier not found

On Nov 15, 6:24 pm, "Ryan Sleevi"  wrote:
> This is caused when PACKAGE_NAME_B is defined, as it expects automake to
> have replaced the symbolic @UINT8_T@ with the actual type. However, on
> Windows, you don't have Automake, so this doesn't work.
>
> If you visit the Wiki page, you can see the instructions for how to do this
> -http://wiki.panotools.org/Hugin_SDK_%28MSVC_2008%29- including the
> necessary patch files 
> -http://wiki.panotools.org/Hugin_SDK_%28MSVC_2008%29#Diff_Files- which I
> linked to previously, directly, 
> athttp://sourceforge.net/tracker/?func=detail&aid=2789320&group_id=7750...
> 550443
>
> You specifically want the lcms patch. This undefines the symbolic
> PACKAGE_NAME_B, which then forces it to go down the codepath appropriate for
> Windows, which is contained on lines 220-223.

-- 
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] Can't build Enblend under Windows

2009-11-15 Thread Rotareneg
I cannot figure out how to get Enblend to compile using VC2008
Express. This is the show-stopping error that's killing me right now:

-- Build started: Project: enfuse, Configuration: Release Win32
--
Compiling...
enfuse.cc
d:\huginbuild\lcms-1.18\include\icc34.h(154) : error C2018: unknown
character '0x40'
d:\huginbuild\lcms-1.18\include\icc34.h(154) : error C2018: unknown
character '0x40'
d:\huginbuild\lcms-1.18\include\icc34.h(154) : error C2146: syntax
error : missing ';' before identifier 'icUInt8Number'
d:\huginbuild\lcms-1.18\include\icc34.h(154) : error C4430: missing
type specifier - int assumed. Note: C++ does not support default-int
d:\huginbuild\lcms-1.18\include\icc34.h(154) : error C4430: missing
type specifier - int assumed. Note: C++ does not support default-int
d:\huginbuild\lcms-1.18\include\icc34.h(155) : error C2018: unknown
character '0x40'
d:\huginbuild\lcms-1.18\include\icc34.h(155) : error C2018: unknown
character '0x40'
d:\huginbuild\lcms-1.18\include\icc34.h(155) : error C2146: syntax
error : missing ';' before identifier 'icUInt16Number'
d:\huginbuild\lcms-1.18\include\icc34.h(155) : error C4430: missing
type specifier - int assumed. Note: C++ does not support default-int
d:\huginbuild\lcms-1.18\include\icc34.h(155) : error C4430: missing
type specifier - int assumed. Note: C++ does not support default-int
d:\huginbuild\lcms-1.18\include\icc34.h(156) : error C2018: unknown
character '0x40'
d:\huginbuild\lcms-1.18\include\icc34.h(156) : error C2018: unknown
character '0x40'

This continues on and on with the same pattern. Any ideas?

-- 
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: Windows 2009.2 installer package: please test

2009-10-27 Thread Rotareneg

Seems to be working fine here with XP Home SP3.

However, I did find a somewhat obscure UI problem that causes a crash:
Load an image, go to the crop tab and select the image. Then select
New in the File menu. The image remains in the crop window even if you
switch tabs, and it'll even let you try to set the cropping which
causes it to crash.



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