Re: [CMake] CMake unable to detect Qt

2013-05-23 Thread Gargi Das
Hello christopher , Thanks for your reply, but i was not able to understand that completely :( Do you mean i should export -DQT_QMAKE_EXECUTABLE:PATH=/qmake/ which building CMake ?? or something else !! Regards, Gargi Date: Fri, 24 May 2013 00:54:04 -0400 Subject: Re: [CMake] CMake unable to

Re: [CMake] CMake unable to detect Qt

2013-05-23 Thread Christopher Mullins
Try setting your qmake variable to qmake instead: cmake -DQT_QMAKE_EXECUTABLE:PATH=/path/to/qmake -DQT_MOC_EXECUTABLE:PATH=/path/to/moc On May 24, 2013 12:36 AM, "Gargi Das" wrote: > > Hello All, > > I am kind of noob to CMake and this is my first question so i hope you all will not go hard on me

[CMake] CMake unable to detect Qt

2013-05-23 Thread Gargi Das
Hello All, I am kind of noob to CMake and this is my first question so i hope you all will not go hard on me :) . I am trying to build pyside and for that i need to build CMake for RHEL 5 machine, i follow the procedure mentioned in Readme.txt which is very straight forward. First i run the

Re: [CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-23 Thread Bogdan Cristea
Hi Attached you shall find the test file (note that you need to install MKL 11.0). I have used Windows 8 x86_64 and Visual Studio 2010 x86. The problem seems to be in the way the variable CMAKE_REQUIRED_LIBRARIES is parsed. The commented line represents a different error case. With cmake v2.8.10 I

Re: [CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-23 Thread Stephen Kelly
Bill Hoffman wrote: > On 5/23/2013 1:48 PM, Stephen Kelly wrote: >>> Hi >>> > >>> >I have noticed that the latest cmake release, 2.8.11, does not detect >>> >sgemm using check_function_exists macro from mkl_rt.lib library. The >>> >error message says; >>> > >>> >Cannot find C:\Program.obj >>> > >>

Re: [CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-23 Thread Bill Hoffman
On 5/23/2013 1:48 PM, Stephen Kelly wrote: Hi > >I have noticed that the latest cmake release, 2.8.11, does not detect >sgemm using check_function_exists macro from mkl_rt.lib library. The error >message says; > >Cannot find C:\Program.obj > >It seems to me that the paths with spaces are no longe

Re: [CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-23 Thread Stephen Kelly
Bogdan Cristea wrote: > Hi > > I have noticed that the latest cmake release, 2.8.11, does not detect > sgemm using check_function_exists macro from mkl_rt.lib library. The error > message says; > > Cannot find C:\Program.obj > > It seems to me that the paths with spaces are no longer handled co

Re: [CMake] Wiki: version compatibility matrix

2013-05-23 Thread Alexander Neundorf
Hi, On Saturday 28 April 2012, Johannes Zarl wrote: > Hi David, > > I tried to upload the new matrix today, but the page on standard modules is > too big (112kb): On my current internet connection I get a timeout before > the upload finishes. > > Maybe you can do the upload? The text is availabl

Re: [CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-23 Thread Brad King
On 05/23/2013 12:59 PM, Bogdan Cristea wrote: > I have noticed that the latest cmake release, 2.8.11, does not detect sgemm > using check_function_exists macro from mkl_rt.lib library. The error message > says; > > Cannot find C:\Program.obj > > It seems to me that the paths with spaces are no

[CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-23 Thread Bogdan Cristea
Hi I have noticed that the latest cmake release, 2.8.11, does not detect sgemm using check_function_exists macro from mkl_rt.lib library. The error message says; Cannot find C:\Program.obj It seems to me that the paths with spaces are no longer handled correctly. Installing the previous versio