[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

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

Re: [CMake] several questions about cmake

2010-08-27 Thread Mark Roden
23:10:09 +0200 From: Michael Hertling mhertl...@online.de 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 wrote: 2) I'm trying to check to see

Re: [CMake] several questions about cmake

2010-08-27 Thread Mark Roden
, 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 j...@59a2.org wrote: On Fri, 27 Aug 2010 08:10:49 -0700, Mark Roden mmro...@gmail.com wrote: And it turns out

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

Re: [CMake] several questions about cmake

2010-08-26 Thread Mark Roden
On Wed, Aug 25, 2010 at 11:17 PM, Michael Wild them...@gmail.com 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 Windows. Cool! Thanks, I

[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