Hi Aron, > 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)
which version of CMake are you using? In my last mail I wrote that one version of CMake writes a wrong/other hugin_config.h (only when using MSVC2010 as target) -> that is what you see. Thomas -- 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
