Re: [CMake] 64 bit build of wxWidgets-2.8.12 is not found

2014-12-15 Thread Johannes Zarl
Hello Robert, I don't have a test-environment handy, but it seems like FindwxWidgets checks for the vc_x64 library directory prefix, not for vc_amd64: # /usr/share/cmake-3.0/Modules/FindwxWidgets.cmake:511: if(MINGW) set(WX_LIB_DIR_PREFIX gcc) elseif(CMAKE_CL_64)

Re: [CMake] 64 bit build of wxWidgets-2.8.12 is not found

2014-12-15 Thread Robert Pollak
Hello Johannes! You wrote: I don't have a test-environment handy, but it seems like FindwxWidgets checks for the vc_x64 library directory prefix, not for vc_amd64: # /usr/share/cmake-3.0/Modules/FindwxWidgets.cmake:511: if(MINGW) set(WX_LIB_DIR_PREFIX gcc)

Re: [CMake] 64 bit build of wxWidgets-2.8.12 is not found

2014-12-15 Thread Robert Pollak
[...] FindwxWidgets checks for the vc_x64 library directory prefix, not for vc_amd64: I have now filed http://www.cmake.org/Bug/view.php?id=15309 about this. --Robert -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] 64 bit build of wxWidgets-2.8.12 is not found

2014-12-15 Thread Richard Shaw
On Mon, Dec 15, 2014 at 3:52 AM, Johannes Zarl johannes.z...@jku.at wrote: Hello Robert, I don't have a test-environment handy, but it seems like FindwxWidgets checks for the vc_x64 library directory prefix, not for vc_amd64: # /usr/share/cmake-3.0/Modules/FindwxWidgets.cmake:511:

[CMake] 64 bit build of wxWidgets-2.8.12 is not found

2014-12-10 Thread Robert Pollak
Hello, I am using: - Windows 7 Professional 64 Bit - Visual Studio 2010 Professional - CMake 3.0.1 and I have installed wxMSW-2.8.12-Setup.exe to L:\wxWidgets-2.8.12-vc10\ and created 32 bit and 64 bit shared library builds there (see footnote [1]). Now I want to use the 64-bit wxWidgets