[CMake] CMake Vs 2012 Express 64bit

2014-12-10 Thread Micha Renner
Hi all,

is there a way that CMake create solution files for 64-bit targets?
(Visual Studio 2012  Express)

Greetings
Michael


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake


Re: [CMake] CMake Vs 2012 Express 64bit

2014-12-10 Thread Parag Chandra
Not sure, but I believe that is a limitation of the Express edition
itself; not a problem with CMake per se. You may want to try the
just-released VS 2013 Community Edition instead. If you insist on using
2012 Express, perhaps this link may be of help:

http://www.kobashicomputing.com/64-bit-c-development-under-visual-studio-20
12-express



Parag Chandra
Software Engineer, Mobile Team
Mobile: +1.919.824.1410

 https://ionic.com

Ionic Security Inc.
1170 Peachtree St. NE STE 2285, Atlanta, GA 30309











On 12/10/14, 9:03 AM, Micha Renner micha.ren...@t-online.de wrote:

Hi all,

is there a way that CMake create solution files for 64-bit targets?
(Visual Studio 2012  Express)

Greetings
Michael


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake


Re: [CMake] cmake + VS 2012

2012-09-05 Thread Biddiscombe, John A.
I have tried VS 2012 and I'm not getting exceptions when cmake regenerates 
projects. They get reloaded by the IDE and so it looks like things are good. 
Only one day of trying, so I may still be disappointed, but so far I'm happy. 
Hopefully I won't need those add-ins, but since I use intel fortran and it's 
not yet available for VS 2012, I still need to keep VS 2010/2008 for some 
projects and I'll certainly check out the stuff you mentioned. Thanks.

JB

-Original Message-
From: David Cole [mailto:david.c...@kitware.com] 
Sent: 04 September 2012 18:06
To: Michael Jackson
Cc: Biddiscombe, John A.; cmake@cmake.org
Subject: Re: [CMake] cmake + VS 2012

The Visual Studio addin is from vscommands.com and is mentioned in this bug 
report on the issue:

  http://public.kitware.com/Bug/view.php?id=11258

As you can tell from reading through the notes, we never did find a 
satisfactory solution to the problem... issue is still open, but folks who've 
tried vscommands report that it reduces the pain.


HTH,
David


On Tue, Sep 4, 2012 at 7:58 AM, Michael Jackson mike.jack...@bluequartz.net 
wrote:
 John.
   There was some sort of plugin or Addin that helped out the situation of 
 reloading after CMake runs of VS2010. It was mentioned on the CMake mailing 
 list sometime in the past year I think. I was able to install it and my 
 VS2010 builds do run much smoother now. Not sure if that is of any help at 
 all but thought I would mention it.

   When I get to work I'll try to figure out the name of the plugin.
 --
 Mike Jackson www.bluequartz.net

 On Sep 4, 2012, at 5:20 AM, Biddiscombe, John A. wrote:

 I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when 
 projects were regenerated by cmake and having to click reload millions of 
 times.

 Can anyone tell me if things are better with visual studio 2012? I want to 
 upgrade some projects, but will delay a while if I know these IDE bugs are 
 still present.

 thanks

 JB

 --
 John Biddiscombe,email:biddisco @.at.@ cscs.ch
 http://www.cscs.ch/
 CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
 Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  +41 (91) 610.82.82


 --

 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

 --

 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
--

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


Re: [CMake] cmake + VS 2012

2012-09-05 Thread Bill Hoffman

On 9/5/2012 1:59 AM, Biddiscombe, John A. wrote:

I have tried VS 2012 and I'm not getting exceptions when cmake
regenerates projects. They get reloaded by the IDE and so it looks
like things are good. Only one day of trying, so I may still be
disappointed, but so far I'm happy. Hopefully I won't need those
add-ins, but since I use intel fortran and it's not yet available for
VS 2012, I still need to keep VS 2010/2008 for some projects and I'll
certainly check out the stuff you mentioned. Thanks.


The add-in just makes VS reload with one dialog even if more than one 
project in the solution changes.  It will show a dialog with all the 
projects that changed.


-Bill

--

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


[CMake] cmake + VS 2012

2012-09-04 Thread Biddiscombe, John A.
I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when 
projects were regenerated by cmake and having to click reload millions of times.

Can anyone tell me if things are better with visual studio 2012? I want to 
upgrade some projects, but will delay a while if I know these IDE bugs are 
still present.

thanks

JB

-- 
John Biddiscombe,email:biddisco @.at.@ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  +41 (91) 610.82.82


--

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


Re: [CMake] cmake + VS 2012

2012-09-04 Thread Klaim - Joël Lamotte
On Tue, Sep 4, 2012 at 11:20 AM, Biddiscombe, John A. biddi...@cscs.chwrote:

 I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when
 projects were regenerated by cmake and having to click reload millions of
 times.

 Can anyone tell me if things are better with visual studio 2012? I want to
 upgrade some projects, but will delay a while if I know these IDE bugs are
 still present.

 thanks

 JB


I'm working on a big project with both VS2010 and VS2012, I don't have such
problems.
Now I use VS2012 almost only and to me it seems faster to load.

Joel Lamotte
--

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

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Biddiscombe, John A.

I'm working on a big project with both VS2010 and VS2012, I don't have such 
problems.
Now I use VS2012 almost only and to me it seems faster to load.


Thanks. that’s good to know.
(I suspect that because I do a lot of cmakelists.txt editing on large projects 
that I get hit harder than most by the macro problem).

JB
--

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

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Klaim - Joël Lamotte
On Tue, Sep 4, 2012 at 1:16 PM, Biddiscombe, John A. biddi...@cscs.chwrote:


 Thanks. that’s good to know.

 (I suspect that because I do a lot of cmakelists.txt editing on large
 projects that I get hit harder than most by the macro problem).



Maybe, also if you don't have very big RAM.
Now, my definition of big might be different than your's. I have around
20 libraries made by me and 10 libraries that  are dependencies, plus 4
executables.
Each one of these project don't have massive source code but I use Ogre3D
that is massive source code (but I' don't modify their CMake files).
Don't know if it helps but you might certainly be in a more complex setup
than mine.

I would be you, I would just try VS2012 see if in my own case it works.

Joel Lamotte
--

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

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Michael Jackson
John. 
  There was some sort of plugin or Addin that helped out the situation of 
reloading after CMake runs of VS2010. It was mentioned on the CMake mailing 
list sometime in the past year I think. I was able to install it and my VS2010 
builds do run much smoother now. Not sure if that is of any help at all but 
thought I would mention it.

  When I get to work I'll try to figure out the name of the plugin.
--
Mike Jackson www.bluequartz.net

On Sep 4, 2012, at 5:20 AM, Biddiscombe, John A. wrote:

 I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when 
 projects were regenerated by cmake and having to click reload millions of 
 times.
 
 Can anyone tell me if things are better with visual studio 2012? I want to 
 upgrade some projects, but will delay a while if I know these IDE bugs are 
 still present.
 
 thanks
 
 JB
 
 -- 
 John Biddiscombe,email:biddisco @.at.@ cscs.ch
 http://www.cscs.ch/
 CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
 Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  +41 (91) 610.82.82
 
 
 --
 
 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

--

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


Re: [CMake] cmake + VS 2012

2012-09-04 Thread David Cole
The Visual Studio addin is from vscommands.com and is mentioned in
this bug report on the issue:

  http://public.kitware.com/Bug/view.php?id=11258

As you can tell from reading through the notes, we never did find a
satisfactory solution to the problem... issue is still open, but folks
who've tried vscommands report that it reduces the pain.


HTH,
David


On Tue, Sep 4, 2012 at 7:58 AM, Michael Jackson
mike.jack...@bluequartz.net wrote:
 John.
   There was some sort of plugin or Addin that helped out the situation of 
 reloading after CMake runs of VS2010. It was mentioned on the CMake mailing 
 list sometime in the past year I think. I was able to install it and my 
 VS2010 builds do run much smoother now. Not sure if that is of any help at 
 all but thought I would mention it.

   When I get to work I'll try to figure out the name of the plugin.
 --
 Mike Jackson www.bluequartz.net

 On Sep 4, 2012, at 5:20 AM, Biddiscombe, John A. wrote:

 I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when 
 projects were regenerated by cmake and having to click reload millions of 
 times.

 Can anyone tell me if things are better with visual studio 2012? I want to 
 upgrade some projects, but will delay a while if I know these IDE bugs are 
 still present.

 thanks

 JB

 --
 John Biddiscombe,email:biddisco @.at.@ cscs.ch
 http://www.cscs.ch/
 CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
 Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  +41 (91) 610.82.82


 --

 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

 --

 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
--

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