A few changes were needed to compile with MSVC 2010 Express on Windows from the tarball. I've noted them briefly here: http://wiki.panotools.org/Hugin_SDK_%28MSVC_2010%29#Panorama_Tools
Code change: first lines of optimize.c, quotes are needed to pick up local header files: #include "filter.h" #include <math.h> #include <float.h> #include "adjust.h" Project file change: For each PT* app, for the x64 builds, both debug and release, Properties .. Configuration Properties .. Linker .. Addition Library Directories, the first entry should change from $(WXWIDGETS_HOME)\lib\vc_lib64 to $(WXWIDGETS_HOME)\lib \vc_amd64_lib This is the default location for x64 libs when you build wxWidgets.... Files missing from .tar.gz: Add tools/*.rc Changes that are probably MSVC 2010 specific: For some reason, after converting the project files, it didn't include LocalDefs.vcprops in some of the project configurations, like the x64 builds. I had to use View .. Property Manager, select all the projects, then right-click and 'add existing property sheet' to get all of them to include LocalDefs, so they could find wxWidgets. I also had to change Platform Toolset from v100 to Windows7.1SDK for some tools to link - i.e. find Ws2_32.lib Hope this helps! Aron On Sep 1, 6:12 pm, Bruno Postle <[email protected]> wrote: > A libpano13-2.9.17_rc1 (first release candidate) tarball has been > uploaded to sourceforge: > > https://sourceforge.net/projects/panotools/files/libpano13/ > > This is a 'release candidate' so the final release may be identical. > There have been some minor updates since 2.9.17_beta2: > > * Fixes for building on solaris > > * Include some Visual C related files in tarball > > SHA1SUM: 5ec9acf6e09beced9d4f181a99612fd364ad9183 libpano13-2.9.17_rc1.tar.gz > > This release is equivalent to SVN -r 1295 > > Here is the ChangeLog since 2.9.17_beta2 for more details: > > 2010-07-24 brunopostle > > * [r1289] optimize.c: Fix for build on Solaris (Robert Campbell) > * [r1288] Makefile.am, configure.ac, tools/Makefile.am: Fixes for > building on Solaris (Robert Campbell) > Note this is for autotools not cmake > > 2010-07-06 brunopostle > > * [r1283] Makefile.am, tools/Makefile.am: Add some visual c related > files to the tarball (Aron Helser) > > -- > Bruno > > application_pgp-signature_part > < 1KViewDownload -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
