[CMake] Possible bug in XCode backend and proposed workarounds

2011-01-06 Thread Samuel Crow
Hello, I've built LLVM 2.9SVN successfully with CMake under XCode but had some workarounds needed to get to that point. 1. Building in debug mode there was one archive file dependency that looked for the release folder instead of the debug folder. 2. The install target failed to put a sudo

Re: [CMake] Possible bug in XCode backend and proposed workarounds

2011-01-06 Thread Samuel Crow
- Original Message From: Michael Wild them...@gmail.com To: cmake@cmake.org Sent: Thu, January 6, 2011 10:16:28 AM Subject: Re: [CMake] Possible bug in XCode backend and proposed workarounds On 01/06/2011 05:02 PM, Samuel Crow wrote: Hello, I've built LLVM 2.9SVN

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
Hello Mike, I'm looking at Page 41 of Mastering CMake 4th edition. I'll try to get this figured out for you, if you like. --Sam --- On Thu, 9/18/08, Mike Jackson [EMAIL PROTECTED] wrote: From: Mike Jackson [EMAIL PROTECTED] Subject: [CMake] Help with REGEX expression To: Cmake Mailing

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
from. For something lightweight like this, Bash should work better. The cut command should work nicely. I'll keep you informed of any progress. --Sam --- On Thu, 9/18/08, Samuel Crow [EMAIL PROTECTED] wrote: From: Samuel Crow [EMAIL PROTECTED] Subject: Re: [CMake] Help with REGEX

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
Correction. What you're trying to do is the right idea. I'd forgotten about the string function of CMake so actually CMake should be able to do it. --- On Thu, 9/18/08, Samuel Crow [EMAIL PROTECTED] wrote: From: Samuel Crow [EMAIL PROTECTED] Subject: Re: [CMake] Help with REGEX expression

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
Hi Mike, I think you only had an extra * closure on the end of the MacOSX string. As soon as I took that off it worked fine. (We don't need extra X's at the end of that, after all.) --Sam --- On Thu, 9/18/08, Samuel Crow [EMAIL PROTECTED] wrote: From: Samuel Crow [EMAIL PROTECTED

Re: [CMake] make -j and cmake

2008-09-17 Thread Samuel Crow
Hello Jim Chaney, What version of CMake are you using? I'm using 2.6.2-RC4 here. I often use make -j7 on my company's 8 core Mac Pro. (Leaving the remaining core to manage interprocess communications, run make, manage disk caches, etc.) Using that configuration I can build ParaView in only

[CMake] Fw: Re: Problems generating Xcode projects

2008-07-15 Thread Samuel Crow
--- On Tue, 7/15/08, Samuel Crow [EMAIL PROTECTED] wrote: From: Samuel Crow [EMAIL PROTECTED] Subject: Re: [CMake] Problems generating Xcode projects To: Carminati Federico [EMAIL PROTECTED] Date: Tuesday, July 15, 2008, 1:31 PM Hello Federico, I've had the same problems. When it did