[hugin-ptx] Re: Problem compiling on Windows -- wxWidgets not found

2009-02-26 Thread Tom Sharpless
Thanks Guido Installing CMake 2.6.3 did the trick. Thank you very much for setting up this build environment. I know how much work it took! -- Tom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups hugin and other

[hugin-ptx] Re: Problem compiling on Windows -- wxWidgets not found

2009-02-26 Thread Tom Sharpless
But now another problem. The install script is failing because there is no enblend in my build. There now seems to be conditional code in cmake_install.cmake for various components, such as enblend; however it doesn't seem to work. Here is the block for enblend: IF(NOT CMAKE_INSTALL_COMPONENT

[hugin-ptx] Re: Problem compiling on Windows -- wxWidgets not found

2009-02-26 Thread Guido Kohlmeyer
Hi Tom, enblend is the second pitfall to trip into. I included it not in the SDK, but I know this was a fault. You can download it here: http://downloads.sourceforge.net/enblend/enblend-enfuse-3.2.zip Decompress it to SDK's directory, that the application is in directory enblend-enfuse-3.2.

[hugin-ptx] Re: Problem compiling on Windows -- wxWidgets not found

2009-02-25 Thread Guido Kohlmeyer
Dear Tom, please use CMake 2.6.3 which has an updated script to find wxWidgets. The script in CMake 2.6.2 searched for only some of the libraries, but in the SDK the Unicode libs are only available. In the new CMake version the script will find all varaints of libs. Additionally the old script

[hugin-ptx] Re: Problem compiling on Windows -- wxWidgets not found

2009-02-25 Thread Guido Kohlmeyer
Dear Tom, I should be sufficient to copy the attached file to directory CMakeInstallDir\share\cmake-2.6\Modules and to rename it to FindwxWidgets.cmake Guido With Guido's new SDK and the current Hugin svn, I get a basic cmakesetup configuration error: wxWidgets not found; plus a lot of