Re: [CMake] MSVC 2010

2011-01-18 Thread John Drescher
On Tue, Jan 18, 2011 at 1:17 PM, Bill Hoffman wrote: > On 1/18/2011 1:07 PM, Hendrik Sattler wrote: > >> >> What I meant to say: the .NET in the name is not important, being it the >> official product name or not. 7/8/9/10 or [.NET] 2003/2005/2008/2010, who >> cares. >> I find it more strange that

Re: [CMake] MSVC 2010 (fortran)

2011-01-18 Thread Biddiscombe, John A.
Does fortran (intel 11.x integration) work in the latest MSVC 2010 supported version. I tried several months back but the fortran project generator was not upgraded so I dropped back to 2008. Has any progress been made? thanks JB ___ Powered by www.ki

Re: [CMake] MSVC 2010

2011-01-18 Thread Mateusz Loskot
On 18/01/11 18:07, Hendrik Sattler wrote: Am Dienstag 18 Januar 2011, 19:02:15 schrieb Hendrik Sattler: Am Dienstag 18 Januar 2011, 18:05:50 schrieb Mateusz Loskot: On 18/01/11 16:15, David Cole wrote: Your confusion is that you are looking for a "2010" -- there isn't one -- there is "Visual S

Re: [CMake] MSVC 2010

2011-01-18 Thread Bill Hoffman
On 1/18/2011 1:07 PM, Hendrik Sattler wrote: What I meant to say: the .NET in the name is not important, being it the official product name or not. 7/8/9/10 or [.NET] 2003/2005/2008/2010, who cares. I find it more strange that everyone of those needs its own generator. After all, cmake could pe

Re: [CMake] MSVC 2010

2011-01-18 Thread David Cole
On Tue, Jan 18, 2011 at 1:02 PM, Hendrik Sattler wrote: > Am Dienstag 18 Januar 2011, 18:05:50 schrieb Mateusz Loskot: > > On 18/01/11 16:15, David Cole wrote: > > > Your confusion is that you are looking for a "2010" -- there isn't one > > > -- there is "Visual Studio 10" > > > > David, > > > > T

Re: [CMake] MSVC 2010

2011-01-18 Thread Hendrik Sattler
Am Dienstag 18 Januar 2011, 19:02:15 schrieb Hendrik Sattler: > Am Dienstag 18 Januar 2011, 18:05:50 schrieb Mateusz Loskot: > > On 18/01/11 16:15, David Cole wrote: > > > Your confusion is that you are looking for a "2010" -- there isn't one > > > -- there is "Visual Studio 10" > > > > David, > >

Re: [CMake] MSVC 2010

2011-01-18 Thread Hendrik Sattler
Am Dienstag 18 Januar 2011, 18:05:50 schrieb Mateusz Loskot: > On 18/01/11 16:15, David Cole wrote: > > Your confusion is that you are looking for a "2010" -- there isn't one > > -- there is "Visual Studio 10" > > David, > > This is indeed a mess in CMake. > There is no such product as Visual Stu

Re: [CMake] MSVC 2010

2011-01-18 Thread Mateusz Loskot
On 18/01/11 16:15, David Cole wrote: Your confusion is that you are looking for a "2010" -- there isn't one -- there is "Visual Studio 10" David, This is indeed a mess in CMake. There is no such product as Visual Studio 10. Also, there is no Microsoft product named "Visual Studio .NET 2005".

Re: [CMake] MSVC 2010

2011-01-18 Thread Mateusz Loskot
On 18/01/11 16:09, Dominik Szczerba wrote: I mean the option -G to specify the target build system. In my cmake 2.8.3 there is only MSVC 2008. Either your installation is broken or you have more than one version of CMake installed, very old for which you run cmake.exe --help and new which you

Re: [CMake] MSVC 2010

2011-01-18 Thread David Cole
Maybe / maybe not. We're re-working it now... On Tue, Jan 18, 2011 at 11:53 AM, Andrea Galeazzi wrote: > What about http://public.kitware.com/Bug/view.php?id=11258 ? > Do you think it'll be fixed in 2.8.4 final release? > Cheers > David Cole ha scritto: > > Your confusion is that you are looki

Re: [CMake] MSVC 2010

2011-01-18 Thread Andrea Galeazzi
What about http://public.kitware.com/Bug/view.php?id=11258 ? Do you think it'll be fixed in 2.8.4 final release? Cheers David Cole ha scritto: Your confusion is that you are looking for a "2010" -- there isn't one -- there is "Visual Studio 10" On Tue, Jan 18, 2011 at 11:14 AM, John Dre

Re: [CMake] MSVC 2010

2011-01-18 Thread Dominik Szczerba
Dear all, I apparently need stronger glasses. As Mike pointed out, I was confused by the sorting order (was looking after 2009) Many thanks for the clarifications! Regards, Dominik ___ Powered by www.kitware.com Visit other Kitware open-source pro

Re: [CMake] MSVC 2010

2011-01-18 Thread David Cole
Your confusion is that you are looking for a "2010" -- there isn't one -- there is "Visual Studio 10" On Tue, Jan 18, 2011 at 11:14 AM, John Drescher wrote: > > I mean the option -G to specify the target build system. In my cmake > 2.8.3 > > there is only MSVC 2008. Or d oyou refer to the latest

Re: [CMake] MSVC 2010

2011-01-18 Thread John Drescher
> I mean the option -G to specify the target build system. In my cmake 2.8.3 > there is only MSVC 2008. Or d oyou refer to the latest development version > of cmake? > That supports VC2010 as well. John ___ Powered by www.kitware.com Visit other Kitwar

Re: [CMake] MSVC 2010

2011-01-18 Thread David Cole
>From cmake 2.8.4-rc1 --help output (on a Windows machine) : Generators The following generators are available on this platform: ... NMake Makefiles = Generates NMake makefiles. NMake Makefiles JOM = Generates JOM makefiles. Unix Makefiles = Gen

Re: [CMake] MSVC 2010

2011-01-18 Thread Dominik Szczerba
I mean the option -G to specify the target build system. In my cmake 2.8.3 there is only MSVC 2008. Or d oyou refer to the latest development version of cmake? Dominik On Tue, Jan 18, 2011 at 4:39 PM, Pau Garcia i Quiles wrote: > On Tue, Jan 18, 2011 at 4:35 PM, Dominik Szczerba > wrote: > > Hi

Re: [CMake] MSVC 2010

2011-01-18 Thread Pau Garcia i Quiles
On Tue, Jan 18, 2011 at 4:35 PM, Dominik Szczerba wrote: > Hi, > > I am wondering if generator output support for Visual Studio 2010 is planned > any time in the future? Currently only 2008 is supported (cmake 2.8.3) but > the conversion offered by MSVC 2010 itself does not do its job correctly >

Re: [CMake] MSVC 2010

2011-01-18 Thread Mateusz Loskot
On 18/01/11 15:35, Dominik Szczerba wrote: Hi, I am wondering if generator output support for Visual Studio 2010 is planned any time in the future? Currently only 2008 is supported (cmake 2.8.3) but the conversion offered by MSVC 2010 itself does not do its job correctly converting 2008 cmake ou

[CMake] MSVC 2010

2011-01-18 Thread Dominik Szczerba
Hi, I am wondering if generator output support for Visual Studio 2010 is planned any time in the future? Currently only 2008 is supported (cmake 2.8.3) but the conversion offered by MSVC 2010 itself does not do its job correctly converting 2008 cmake outputs. Best regards, Dominik ___