[hugin-ptx] svn 4450 hugin installer for Windows Vista

2009-09-20 Thread Ad Huikeshoven
Last night I did build from scratch and got 4 fatal compile errors. This
morning I build from scratch and got a new installer for hugin for Windows
Vista, you can find at http://hugin.huikeshoven.org/

As attachment I do include two files:
1 hugin.iss the innoset installer compiler script - with some minor
modifications compared to the one at svn ... for example hard coded paths to
the directory with precompiled versions of autopano
2 build-hugin-installer.bat the automated build batch file (which doesn't
include updating autopano and libpano yet, nor compiling autopano) and has a
peculiar way to get the date and format it, which depends on the
localisation of your vista version - this one differs from the previous one
I posted tweaked to compile a 2009.2 version

As a precautionary note: both are script that depend on what is preinstalled
on the machine and depend on specific locations of files. So both scripts
are only examples and need some editing before it will work on your machine.

Ad Huikeshoven

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

@echo off
set starttime=%time%
::::
::
:: 
::Automated build script to create an hugin installer for Windows Vista   ::
:: 2009.2 release version ::
::    (C) 2009 Ad Huikeshoven ::
::
::   
::This program is free software: you can redistribute it and/or modify::
::it under the terms of the GNU General Public License as published by::
::the Free Software Foundation version 2. ::
::::
::This program is distributed in the hope that it will be useful, 
::  
::but WITHOUT ANY WARRANTY; without even the implied warranty of  ::
::MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   ::
::GNU General Public License for more details.::
::::
::You should have received a copy of the GNU General Public License   
:: 
::along with this program.  If not, see <http://www.gnu.org/licenses/>.   ::
::
::  
::::
::
::   
::This scripts check outs / updates a working copy of hugin source::
::within hugin SDK with the Sourgeforge repository.   ::
::
:: 
::Subsequently configures with CMake, ::
::(re)builds using Visual Studio 9.0 2008 ::
::and finalizes with Inno Setup creating  ::
::an installer using a script written by Yuval Levy.  ::
::::
::The base of this process or 'script' was described  ::
::on hugin-ptx by Guido Kohlmeyer, please see ::
::<http://groups.google.com/group/hugin-ptx/msg/16a80391e69f91d4?>::
::
::  
::The installer_howto can be found in a file within the hugin-SDK:::
::SDK\hugin\platforms\windows\installer  The hugin sdk can be found   ::
::at <http://wiki.panotools.org/hugin_SDK_(MSVC_2008)>::
::
:: 
::Script version: 0.0.1.1 alpha 9 September 2009  ::
::::
::notice etc.-::
::::
echo build-hugin-installer  Copyright (C) 2009 Ad Huikeshoven
echo This program com

[hugin-ptx] 4 fatal errors

2009-09-19 Thread Ad Huikeshoven

Hi Yuv,

The number of fatal errors while trying to compile has doubled this
week (please read as as statement of fact and nothing else). As
requested I sent the error messages I could retrieve:

First

Creating library
C:\SDK\hugin20092_build\src\tools\Release\autooptimiser.lib and object
C:\SDK\hugin20092_build\src\tools\Release\autooptimiser.exp
autooptimiser.obj : error LNK2019: unresolved external symbol "void
__cdecl HuginBase::PTools::optimize(class HuginBase::PanoramaData
&,char const *)"
(?optim...@ptools@HuginBase@@yaxaavpanoramad...@2@p...@z) referenced in
function _main
huginbase.lib(PTOptimizer.obj) : error LNK2001: unresolved external
symbol "void __cdecl HuginBase::PTools::optimize(class
HuginBase::PanoramaData &,char const *)"
(?optim...@ptools@HuginBase@@yaxaavpanoramad...@2@p...@z)
C:\SDK\hugin20092_build\src\tools\Release\autooptimiser.exe : fatal
error LNK1120: 1 unresolved externals

Second

Creating library
C:\SDK\hugin20092_build\src\hugin1\hugin\Release\hugin.lib and object
C:\SDK\hugin20092_build\src\hugin1\hugin\Release\hugin.exp
OptimizePanel.obj : error LNK2019: unresolved external symbol "void
__cdecl HuginBase::PTools::optimize(class HuginBase::PanoramaData
&,char const *)"
(?optim...@ptools@HuginBase@@yaxaavpanoramad...@2@p...@z) referenced in
function "protected: void __thiscall OptimizePanel::runOptimizer(class
std::set,class std::allocator > const &)"
(?runoptimi...@optimizepanel@@iaexabv?$...@iu?$less@i...@std@@v?$alloca...@i@2@@std@@@Z)
huginbase.lib(PTOptimizer.obj) : error LNK2001: unresolved external
symbol "void __cdecl HuginBase::PTools::optimize(class
HuginBase::PanoramaData &,char const *)"
(?optim...@ptools@HuginBase@@yaxaavpanoramad...@2@p...@z)
C:\SDK\hugin20092_build\src\hugin1\hugin\Release\hugin.exe : fatal
error LNK1120: 1 unresolved externals

Third

Creating library
C:\SDK\hugin20092_build\src\tools\Release\tca_correct.lib and object
C:\SDK\hugin20092_build\src\tools\Release\tca_correct.exp
tca_correct.obj : error LNK2019: unresolved external symbol "void
__cdecl HuginBase::PTools::optimize(class HuginBase::PanoramaData
&,char const *)"
(?optim...@ptools@HuginBase@@yaxaavpanoramad...@2@p...@z) referenced in
function "int __cdecl optimize_old(class HuginBase::Panorama &)"
(?optimize_old@@yahaavpanor...@huginbase@@@Z)
C:\SDK\hugin20092_build\src\tools\Release\tca_correct.exe : fatal
error LNK1120: 1 unresolved externals

Fourth

Creating library
C:\SDK\hugin20092_build\src\tools\Release\vig_optimize.lib and object
C:\SDK\hugin20092_build\src\tools\Release\vig_optimize.exp
huginbase.lib(PTOptimizer.obj) : error LNK2019: unresolved external
symbol "void __cdecl HuginBase::PTools::optimize(class
HuginBase::PanoramaData &,char const *)"
(?optim...@ptools@HuginBase@@yaxaavpanoramad...@2@p...@z) referenced in
function "public: virtual bool __thiscall
HuginBase::PTOptimizer::runAlgorithm(void)"
(?runalgori...@ptoptimizer@HuginBase@@UAE_NXZ)
C:\SDK\hugin20092_build\src\tools\Release\vig_optimize.exe : fatal
error LNK1120: 1 unresolved externals

For the record libpano is at revision 1071.

Assuming this reports helps development,

Regards,

Ad Huikeshoven

--~--~-~--~~~---~--~~
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] Installer for SVN 4352 / 2009.2

2009-09-09 Thread Ad Huikeshoven
Hi,

Yuval asked me to build an installer based on 2009.2 branch in stead of
trunk. This morning I succeeded in packaging something. It should be up at
http://hugin.huikeshoven.org/ now.

Ad Huikeshoven

--~--~-~--~~~---~--~~
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] installer for SVN 4263

2009-08-23 Thread Ad Huikeshoven

2009-08-23 Development version 2009.1 based on SVN 4263 - is a
complete installer - highly experimental alpha - for hugin for use on
Windows Vista machines you can download - (this version incorporates
autopano SVN 4262, libpano SVN 1037 and enblend/enfuse 3.2)

see http://hugin.huikeshoven.org/

Ad Huikeshoven
Dedalus

--~--~-~--~~~---~--~~
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] SVN4240 hugin installer for Windows Vista

2009-08-19 Thread Ad Huikeshoven
Visit http://hugin.huikeshoven.org/ to find a hugin installer for Windows
Vista (XP) based on SVN4240

Ad Huikeshoven
Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN4083

2009-07-22 Thread Ad Huikeshoven
SVN version 4083 has been build fine and installed smoothly over the
previous version. A hugin installer for Windows Vista / XP can be found at
http://hugin.huikeshoven.org/

This version is beyond 0.8.0 as Yuval noted - I'll try to fix the number on
display in the about box after my holiday - so next snapshot due in three
weeks time. This version tested so far as to say it doesn't crash on
opening, and doesn't (always) crash upon exit without using the fast preview
window, at least, when I tried hugin closed normally.

Ad Huikeshovne
aka Dedalus

--~--~-~--~~~---~--~~
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] built 4075

2009-07-21 Thread Ad Huikeshoven
The latest built kills itself during startup complaining about unknown
encoding ... haven't located the problem yet

Ad Huikeshoven

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN4075 = 0.8.0-rc5

2009-07-21 Thread Ad Huikeshoven
Hi,

SVN version 4075, or hugin 0.8.0-rc5 has been build fine and installed
smoothly over the previous version. A hugin installer for Windows Vista / XP
can be found at http://hugin.huikeshoven.org/

Ad Huikeshoven
aka Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN4012 = 0.8.0-rc5

2009-07-14 Thread Ad Huikeshoven
Hi,

SVN version 4012, or hugin 0.8.0-rc5 has been build fine and installed
smoothly over the previous version. A hugin installer for Windows Vista / XP
can be found at http://hugin.huikeshoven.org/

Ad Huikeshoven
aka Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista

2009-07-07 Thread Ad Huikeshoven
Hi all,

Going past number 4k: based on SVN revision 4007 a hugin installer for
Windows Vista has been built. Please note that I had to uninstall manually
the previous installation of hugin prior to this new install to get it
started. Please find the installer at http://hugin.huikeshoven.org/

Ad Huikeshoven

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN 3975

2009-06-30 Thread Ad Huikeshoven
Hi all,

Please find a new hugin installer for Windows Vista based on SVN revision
3975 at http://hugin.huikeshoven.org/

Ad Huikeshoven

--~--~-~--~~~---~--~~
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: tca_correct build problem

2009-06-26 Thread Ad Huikeshoven
 Yuval wrote:

>can you try building from scratch (delete completely the build directory
>and run CMake on a green field)?

Yes, thanks, that works. A fresh hugin installer for Windows Vista has been
uploaded based on SVN version 3966 (0.8.0-rc4) which can be found through
http://hugin.huikeshoven.org/

Greetings,

 Ad Huikeshoven
aka Dedalus

--~--~-~--~~~---~--~~
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] tca_correct build problem

2009-06-24 Thread Ad Huikeshoven
No build this week, problem with revision 3961 (or 3955?)

error message while building:

tca_correct.exp
tca_correct.obj : error LNK2019: unresolved external symbol "public: bool
__thiscall HuginBase::SrcPanoImage::readEXIF(double &,double &,bool)"
(?reade...@srcpanoimage@HuginBase@@qae_naan...@z) referenced in function
"public: __thiscall HuginBase::SrcPanoImage::SrcPanoImage(class
std::basic_string,class
std::allocator > const &)" (??0srcpanoim...@huginbase@@q...@abv
?$basic_str...@du?$char_traits@d...@std@@v?$alloca...@d@2@@std@@@Z)
C:\SDK\hugin_build\src\tools\Release\tca_correct.exe : fatal error LNK1120:
1 unresolved externals

Ad Huikeshoven

aka Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN 3943

2009-06-16 Thread Ad Huikeshoven
Based on SVN 3943 a Windows Vista installer of hugin has been uploaded, see
http://hugin.huikeshoven.org/

Ad Huikeshoven
aka Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN 3929

2009-06-09 Thread Ad Huikeshoven
Somehow my buildscript doesn't encounter any problem with SVN 3929
(supposedly compatible with 0.8.0-RC3) so I uploaded an installer, which can
be found through http://hugin.huikeshoven.org/

Greetings,

Ad Huikeshoven

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN 3906

2009-06-02 Thread Ad Huikeshoven
Based on SVN 3906 a Windows Vista installer of hugin has been uploaded, see
http://hugin.huikeshoven.org/

Ad Huikeshoven
aka Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista SVN 3884

2009-05-26 Thread Ad Huikeshoven
Hi,

A new hugin installer for Windows Vista/XP based on SVN 3884 can be found at
http://hugin.huikeshoven.org/. A dedicated site has been set up for these
posting using a dedicated domain using Google Apps. However, the link for
the file will point to a pbworks.com domain, where .exe files can be hosted,
and where no 10MB file maximum attachment limit exists. I posted a short
blog entry as well on http://ad.huikeshoven.org/ .

ad AT huikeshoven DOT org

--~--~-~--~~~---~--~~
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] new hugin installer for Windows Vista/XP

2009-05-20 Thread Ad Huikeshoven
Hi,

A new hugin installer for Windows Vista/XP based on SVN 3865 (jump from 3845
- a lot of work has been done this week) can be found at:
hugin installer for Windows
Vista
.

Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista/XP SVN 3845 *new SDK*

2009-05-10 Thread Ad Huikeshoven
Hi,

A new hugin-SDK, just downloaded and extracted over my existing SDK
directory. Ended up with some duplicate subdirectories (boost, exiv and
wxWidgets append version number to subdir name). Removed the old subdirs
from the local SDK. Deleted the hugin build directory. Emptied the trash.
Started a fresh build forcing CMake to find the new versions of SDK files in
new directories and forcing a new build against updated hugin SDK. (AS you
guess, I didn't do these steps at first, noticing the build wasn't against
the new SDK for some parts ...)

So a midway update for the installer (I like Yuval's encouragements). There
are some people who find the way to my download
site.
In a previous post I posted a https URL, which didn't work. So, without the
security s it does work. Off list, some one asked me to cross compile to x64
and publish x64 installers as well. I do notice multiple people are busy
updating the SDK to be x64 ready - maybe there are even more people working
on it than you are aware off. I might be willing to publish x64 installers
in the future, however, I don't have an x64 machine, so maybe I can
crosscompile when the toolchain is ready, but I can never test it.

The new hugin installer for Windows Vista/XP based on SVN 3845 (jump from
3827 - a lot of work has been done the last week!) can be found at:
hugin installer for Windows
Vista
.

Dedalus

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista/XP SVN 3827

2009-05-06 Thread Ad Huikeshoven
A fresh hugin installer has been built for Windows Vista/XP based on SVN
revision 3827.

Please find the installer here: hugin installer for Windows
Vista
.

Dedalus

--~--~-~--~~~---~--~~
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 installer for Windows Vista/XP SVN 3811

2009-04-28 Thread Ad Huikeshoven
>
> From the camping in France with wifi access, a rebuild took over a quarter
> of an hour to complete. Looks like a lot of work has been done! Thanks to
> all the submitters of patches. A fresh hugin installer for Windows Vista/XP
> based on SVN revision 3811 has been uploaded (if it gets uploaded) to the
> following website (note the owners changed the name):
> hugin installer for Windows 
> Vista
> .
>
> Dedalus
>

--~--~-~--~~~---~--~~
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] hugin installer for Windows Vista/XP

2009-04-22 Thread Ad Huikeshoven
A fresh hugin installer has been built for Windows Vista/XP based on SVN
revision 3797. Known issues include but are not limited to PTBatcherGUI
hanging and the new fast preview window might crash your system.

Since the previous installer was pasted a week ago, 13 patches have been
applied. These include multiple translations updates by Bruno Postle and
others. prokoudine and tmodes issue several patches related to PTBatcher -
so maybe one day the known feature of PTBatcherGUI hanging will be resolved.
ippei, harryvanderwolf and blimbo also issued patches.

Please find the installer here: hugin installer for Windows
Vista
.

Dedalus

--~--~-~--~~~---~--~~
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] build automation and creating hugin installers for Windows

2009-04-15 Thread Ad Huikeshoven
The last month I accomplished publishing a fresh hugin installer for Windows
Vista/XP every Wednesday, based on the latest revision available in the
trunk of Sourceforge. Ten days ago I was in Berlin at c-base and met
Siebrand Mazeland (again). He was curious in what I was doing with hugin. He
helped me out showing some things you can do with TortoiseSVN I hadn't tried
myself. He was curious about the localization of hugin. Siebrand is very
involved in betawiki <http://translatewiki.net/wiki/User:Siebrand>, a
project to translate and localize all MediaWiki software amongst other
things. I don't know about the various ways to do such a thing, but he
quickly noticed hugin uses gettext, which isn't directly compatible with the
way betawiki works. Nonetheless, I'm just relaying his message that might
the hugin project be interested in having the software localized in over a
hundred languages, the people at the betawiki project might be interested to
help us out.

When I told Siebrand I did do a weekly build he remarked why don't you write
a script for a nightly build? Automate your tasks, free up time to do more
useful things. One great thing is the documentation for such a
script<http://groups.google.com/group/hugin-ptx/msg/16a80391e69f91d4>predates
the script itself, thank you Guido Kohlmeyer (and Allard Katan for
providing a link). Or, based on the documentation, I wrote the script,
including the creation of the installer, following the installer-howto
written by Yval Levy, as included in the SDK. The script is a Windows bat
file, works with Vista, should work with XP SP2 (not tested). The script
assumes usage of the SDK and a complete toolchain being installed plus a SVN
(command line) client. Quite a few paths are hardcoded in the bat file,
assuming 'standard' places on install, 'standard' the Windows way. These
assumptions are asserted before anything is executed. The bat file might
need some adaptions to your Windows system, but these should be
straightforward to implement. The bat file has .txt as extension, which you
should rename to .bat to have this file actually run.

The reason I post this early version of the script is sharing and giving
back, a theme much commented on by Yuval Levy. Another reason is that maybe
someone knows some way to automatically upload a file to pbwiki.com or
another website where files can be shared. Last but not least, I can make my
commitment public to publish every week on wednesday a fresh hugin installer
for Windows.

Ad Huikeshoven
aka Dedalus

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

@echo off
set starttime=%time%
::::
::
:: 
::Automated build script to create an hugin installer for Windows Vista   ::
::            ::
::(C) 2009 Ad Huikeshoven ::
::
::   
::This program is free software: you can redistribute it and/or modify::
::it under the terms of the GNU General Public License as published by::
::the Free Software Foundation version 2. ::
::::
::This program is distributed in the hope that it will be useful, 
::  
::but WITHOUT ANY WARRANTY; without even the implied warranty of  ::
::MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   ::
::GNU General Public License for more details.::
::::
::You should have received a copy of the GNU General Public License   
:: 
::along with this program.  If not, see <http://www.gnu.org/licenses/>.   ::
::
::  
::::
::
::   
::This scripts check outs / updates a working copy of hugi