On Sep 11, 8:58 am, "T. Modes" <[email protected]> wrote: > 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 Hi Thomas, I'm using cmake 2.8.1, so I can try updating to 2.9 and see if that fixes it. I've had the same experience as you with MSVC 2010 and cmake - it's essential to have the project closed before you let cmake generate it again. Otherwise, repeated error dialogs.
Hi thePanz, I will definitely share my build when I can confirm that I can build x64 too. In the next day or two! Aron -- 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
