James.

Using the Hugin Windows SDK I've been able to build recent versions of
Hugin from 0.8 to 2009.2. It has taken me most the day, but I have
been able to build your merged layout model changes from the trunk
(svn 4827) for Windows 32bit using MSVC C++ 9.0 Express Edition.

Comments, don't think these all relate to your changes.
(1) Boost seems to have been increased to version 1.41.0, but the old
version seems to work 1.39.0?
I can't find a pre-compiled version of boost 1.41.0 for Windows, tried
(http://www.boostpro.com/download)

(2) Now I've got it, don't really know what to do with it, I can see
the new layout button on the preview screen and new stack buttons on
the images tab.Are there any instructions/documentation for the layout
model?

(3) The buttons are on the GPU preview screen are too wide, the show
control points button is lost from the window.

(4) Error when calling Autopano.exe
"Could not execute command "<hugin>\files\bin\autopano.exe" /allinone /
path:C:\DOCUME~1\Stephen\LOCALS~1|temp /keys:10 /project:oto /
name:ap_CC.tmp /size:1024 /f  "<path>/img1.jpg" "<path>/img2.jpg"

If it helps anyone else I've included my notes from todays effort
below.

Regards

Stephen

Download hugin source and just try exisiting pre-merge MSVC project:
Error in huginbase:
4>..\..\..\hugin\src\hugin_base\panotools\PanoToolsInterface.cpp
(497) : error C2039: 'trans_x' : is not a member of 'correct_Prefs'

Think this means I need latest version of panotools13, downloaded
panotools libpano13-2.9.15_beta3. Could not get cmake to run for this:
     CMake Error at C:/Program Files/CMake 2.7/share/cmake-2.7/Modules/
FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
     Could NOT find wxWidgets (missing: wxWidgets_FOUND)
     Call Stack (most recent call first):
     C:/Program Files/CMake 2.7/share/cmake-2.7/Modules/
FindwxWidgets.cmake:782 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
    CMakeLists.txt:50 (FIND_PACKAGE)

Four components of WxWidgets shown as not found.. E.g. wx_dbgrid.

Try using old vc project file in libpano download regardless, remember
to set enviroment variables for wxwidgets and Java SDK, from panotools
wiki: http://wiki.panotools.org/Build_pano12_from_sourcecode_MSVC

Get panotool's windows specific files not in source tarball from
sourceforge.
tools/compat_win32/getopt.h|c

Bogged down in missing external symbols.. then realised that the
actual build configuration I needed was "RELEASE CMD LIB" and these
missing symbols are related to GUI DLL builds.

Have created a static libpano.lib .. needs renaming to pano13.lib?.

Go back and build hugin, I got an error message ">CMake is re-running
because generate.stamp.list is missing."

Looks like I did not understand how cmake works, and trashed my hugin
build.

Could not get Boost options to configure in CMAKE, go back to Boost
1.39.0, now cmake will complete.
Open hugin solution, and build, finally copy various files to get
package to build.

Have a working build of Hugin from the trunk, which includes layout
model, and enblend 4.0

On Dec 23, 8:40 pm, James Legg <lankyle...@gmail.com> wrote:
> I have merged the gsoc2009_layout branch with trunk.
> ...

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

Reply via email to