[CMake] How can I programmatically configure compiler for CMake via Python on Windows?

2013-04-04 Thread Mark Roden
Hi all, I've posted this question here: http://stackoverflow.com/questions/15804525/how-can-i-programmatically-configure-compiler-for-cmake-via-python-on-windows/15815937 The question is: I have a python build script I'm using to build a number of projects that are configured via CMake on windo

Re: [CMake] Would it be possible to have cmake make final binaries?

2010-08-31 Thread Mark Roden
Good point-- a non-power-user would say that the project 'failed'. But I'm kind of leaning towards the idea that if the project cannot be built from default settings, then yes, that's a problem that should be fixed by the program maintainer. If the user starts messing with settings that also caus

[CMake] Would it be possible to have cmake make final binaries?

2010-08-31 Thread Mark Roden
Hi all, I'm wondering if it would be possible to have CMake bypass IDEs altogether and just produce the final, installed results. Right now, I do this: 1) download source 2) configure source 3) tweak settings 4) configure source again 5) Probably configure a third time, depending on what CMake wa

Re: [CMake] several questions about cmake

2010-08-27 Thread Mark Roden
Sorry about breaking the back-thread, I only saw the response in the cmake digest and not from a particular response. I think that this code is suspicious anyway, for a number of reasons. They claim out-of-the-box windows compatibility, but I'm getting all sorts of other compilation errors that in

Re: [CMake] several questions about cmake

2010-08-27 Thread Mark Roden
the library were as well, and wrote their code accordingly. I don't have the expertise in their domain (networking) to be provide useful debugging. Thanks, Mark On Fri, Aug 27, 2010 at 8:30 AM, Jed Brown wrote: > On Fri, 27 Aug 2010 08:10:49 -0700, Mark Roden wrote: >> And it

Re: [CMake] several questions about cmake

2010-08-27 Thread Mark Roden
> Date: Thu, 26 Aug 2010 23:10:09 +0200 > From: Michael Hertling > Subject: Re: [CMake] several questions about cmake > To: cmake@cmake.org > Message-ID: <4c76d831.5080...@online.de> > Content-Type: text/plain; charset=ISO-8859-1 > > On 08/26/2010 05:38 PM, Mark Roden

Re: [CMake] several questions about cmake

2010-08-26 Thread Mark Roden
On Wed, Aug 25, 2010 at 11:17 PM, Michael Wild wrote: > > On 26. Aug, 2010, at 1:34 , Mark Roden wrote: > >> I'm starting to get deep into CMake, and I have a few questions as I >> try to convert the socket++ library such that it can be compiled by >> CMake on

[CMake] several questions about cmake

2010-08-25 Thread Mark Roden
I'm starting to get deep into CMake, and I have a few questions as I try to convert the socket++ library such that it can be compiled by CMake on Windows. 1) The default install directory on Windows is C:\Program Files, or C:\Program Files (x86) on 64 bit. This default will not work on Windows 7