On Sun, Apr 4, 2010 at 7:16 PM, Alan W. Irwin <[email protected]> wrote: > Clint (with an old version of MinGW) and I (with MinGW-4.5) have been > running into a peculiar CXX error for MinGW/MSYS on Wine. > > Enabling C++ _sometimes_ fails because it includes > CMakeFortranInformation.cmake (why?) which then leads to a > "get_filename_component called with incorrect number of arguments" >
I had this same problem under wine and using vc2005. I believe the issue is caused by wine pulling in at least some of environment variables from the linux system. The weird thing is this error only occurred with some of my projects. To get around this temporarily disabled the fortran module. John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
