Hi Bruno, I had one problem building this tarball on Windows, using MSVC 2010 Express, 32 bit I had errors in several files that 'log2' was undefined. I found 'log2' in hugin_math.h, guarded by #ifndef HAVE_LOG2
In hugin_config.h, I found the line #define HAVE_LOG2 0 Unfortunately, that caused MSVC to skip the section for log2! (It _is_ defined, to the value 0) I commented the #define HAVE_LOG2 0 and it compiles. Aron On Aug 30, 7:13 pm, Bruno Postle <[email protected]> wrote: > Hugin is a Panorama stitcher and more. A powerful software package > for creating and processing panoramic images. > > A hugin-2010.2.0_beta2 (beta 2) tarball is available > here:https://sourceforge.net/projects/hugin/files/hugin-2010.2_beta/ > > This is a beta release for testing, i.e. The final release is likely to have > further bugfixes, help/manual and translation updates. -- 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
