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