Re: [CMake] cmake 2.4.8 RC 4

2007-12-23 Thread Bill Hoffman
Bill Hoffman wrote: I am still not sold on this idea, that you have to run the GUI once. CMake by nature and history (did not even have one on the mac), did not require running anything after installation.TextMate is an editor, people will run it after they install it. With cmake, people

Re: [CMake] cmake 2.4.8 RC 4

2007-12-22 Thread Bill Hoffman
Mike Jackson wrote: On Dec 22, 2007, at 1:00 PM, Bill Hoffman wrote: Mike Jackson wrote: Install textmate, open a terminal and type 'mate new.txt' and Textmate will open a new text document titled "new.txt". Try 'grep -R "something" * | mate" and watch your grep results show up in a new Tex

Re: [CMake] cmake 2.4.8 RC 4

2007-12-22 Thread Bill Hoffman
Brandon Van Every wrote: On Dec 22, 2007 1:00 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: So, how does it work? Where is mate installed? I have one simple requirement: 1. you install cmake 2. you can run it from the command line, or from the gui without modifying additional things. I don't t

Re: [CMake] cmake 2.4.8 RC 4

2007-12-22 Thread Brandon Van Every
On Dec 22, 2007 1:00 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > > So, how does it work? Where is mate installed? I have one simple > requirement: > > 1. you install cmake > 2. you can run it from the command line, or from the gui without > modifying additional things. > > I don't think that is

Re: [CMake] cmake 2.4.8 RC 4

2007-12-22 Thread Bill Hoffman
Mike Jackson wrote: Install textmate, open a terminal and type 'mate new.txt' and Textmate will open a new text document titled "new.txt". Try 'grep -R "something" * | mate" and watch your grep results show up in a new TextMate document. Textmate is a Drag and Drop install. It has combined c

Re: [CMake] cmake 2.4.8 RC 4

2007-12-21 Thread Mike Jackson
Install textmate, open a terminal and type 'mate new.txt' and Textmate will open a new text document titled "new.txt". Try 'grep -R "something" * | mate" and watch your grep results show up in a new TextMate document. Textmate is a Drag and Drop install. It has combined cli and gui. How i

Re: [CMake] cmake 2.4.8 RC 4

2007-12-21 Thread Bill Hoffman
Mike Jackson wrote: What I would _really_ like to see is a system like "Textmate" or "BBEdit" where cmake is just a drag-and-drop install and the first time CMake GUI is launched symlinks to cmake, ccmake, ctest are put into /usr/local/bin (or somewhere else the use selects). This makes the

Re: [CMake] cmake 2.4.8 RC 4

2007-12-21 Thread YANSWBVCG
Everything written here by Mike Jackson about Apple also applies to OpenBSD. On Fri, Dec 21, 2007 at 04:35:31PM -0500, Mike Jackson wrote: > > On Dec 21, 2007, at 3:35 PM, Bill Hoffman wrote: > >> >>> Bug: >>> Another issue not explicitly dis

Re: [CMake] cmake 2.4.8 RC 4

2007-12-21 Thread Mike Jackson
On Dec 21, 2007, at 3:35 PM, Bill Hoffman wrote: Bug: Another issue not explicitly discussed by me, but has been mentioned in other contexts is installing to /usr instead of /usr/local. I haven't checked in awhile, but last time I remember, th

Re: [CMake] cmake 2.4.8 RC 4

2007-12-21 Thread Bill Hoffman
Bug: Another issue not explicitly discussed by me, but has been mentioned in other contexts is installing to /usr instead of /usr/local. I haven't checked in awhile, but last time I remember, the installer package for CMake installs to /usr ins

Re: [CMake] cmake 2.4.8 RC 4

2007-12-21 Thread Sean McBride
Hi all, Nice post Eric. So I decided to file bugs for some of these (I ones I most care about). On 12/10/07 5:40 AM, E. Wing said: >- This brought up issues about the Mac OS X Deployment Target and also >the Min Version. Bug: >Another issue not

Re: [CMake] cmake 2.4.8 RC 4

2007-12-14 Thread Alexander Neundorf
On Wednesday 05 December 2007, Bill Hoffman wrote: > I have a beta release for 2.4.8 ready for cmake. This will be the last > release of the 2.4.X branch. The next release will be 2.6.0. So, > please make sure you test it if you are interested in a 2.4.8. Send any > issues to me or the cmake li

Re: [CMake] cmake 2.4.8 RC 4

2007-12-11 Thread clinton
A co-worker sees it on his Windows box (VS 7.1), but I don't on mine (VS 8). So I don't know how to trigger it on Windows. But I see it consistent for me on Linux, both with that simple example and ParaView. Of course, I don't see the msvcrt(d) link warnings. Clint On Tuesday 11 December 2007

Re: [CMake] cmake 2.4.8 RC 4

2007-12-11 Thread David Cole
It's something more than just this simple example... I've tried it with CMake 2.4.5, 2.4.7 and today's CVS CMake and it does not happen on my machine. (The Debug C always properly links to Ad only, not also to A...) I am using VS 2005 standard edition. The problem was occurring on the ParaView3 d

Re: [CMake] cmake 2.4.8 RC 4

2007-12-10 Thread clinton
Can this be fixed for 2.4.8? It looks like it was already fixed for 2.6, but I couldn't find a bug report for it. = ADD_LIBRARY(A a.c) ADD_LIBRARY(Ad a.c) ADD_LIBRARY(B b.c) TARGET_LINK_LIBRARIES(B debug Ad optimized A) # if building shared libs,

Re: [CMake] cmake 2.4.8 RC 4

2007-12-10 Thread Bill Hoffman
E. Wing wrote: Hi, sorry for the delay, but I just sacrificed my weekend trying to get caught up on CMake things. Thanks! So all the issues are fuzzy. But here's what I remember: We also have the Framework building support issues. Last time, we spoke of this, we were having problems w

Re: [CMake] cmake 2.4.8 RC 4

2007-12-10 Thread E. Wing
Hi, sorry for the delay, but I just sacrificed my weekend trying to get caught up on CMake things. So all the issues are fuzzy. But here's what I remember: - The bootstrap used to fail if CMake had not been previously installed. I just tested this on a system that did not have CMake installed and

Re: [CMake] cmake 2.4.8 RC 4

2007-12-08 Thread Hendrik Sattler
Am Donnerstag 06 Dezember 2007 schrieb Bill Hoffman: > Sean McBride wrote: > > On 12/5/07 5:13 PM, Bill Hoffman said: > >> I have a beta release for 2.4.8 ready for cmake. This will be the last > >> release of the 2.4.X branch. The next release will be 2.6.0. So, > >> please make sure you test i

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Mike Jackson
OK. This is on OS X 10.5.1 with the Xcode 3.0 tools running on a MacBook Pro (Core Duo). I was able to pull down the cmake 2.4.8rc4 sources, and do a ./configure make make test 100% tests passed, 0 tests failed out of 69 So at least from that perspective things seem OK.. Is there anything that any

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Bill Hoffman
Bill Hoffman wrote: Mike Jackson wrote: What would we have to do to get the OS X 10.5 fixes in the 2.4.8 branch? More and more users are switching to Leopard and having a working cmake under 10.5 is extremely important, not to mention good PR when you release CMake as "Leopard Ready". I do

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Sean McBride
On 12/6/07 2:31 PM, Bill Hoffman said: >> What would we have to do to get the OS X 10.5 fixes in the 2.4.8 branch? >> More and more users are switching to Leopard and having a working cmake >> under 10.5 is extremely important, not to mention good PR when you >> release CMake as "Leopard Ready". >

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Bill Hoffman
Mike Jackson wrote: What would we have to do to get the OS X 10.5 fixes in the 2.4.8 branch? More and more users are switching to Leopard and having a working cmake under 10.5 is extremely important, not to mention good PR when you release CMake as "Leopard Ready". I don't remember the list

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Mike Jackson
What would we have to do to get the OS X 10.5 fixes in the 2.4.8 branch? More and more users are switching to Leopard and having a working cmake under 10.5 is extremely important, not to mention good PR when you release CMake as "Leopard Ready". -- Mike Jackson Senior Research Engineer In

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Bill Hoffman
Sean McBride wrote: On 12/5/07 5:13 PM, Bill Hoffman said: I have a beta release for 2.4.8 ready for cmake. This will be the last release of the 2.4.X branch. The next release will be 2.6.0. So, please make sure you test it if you are interested in a 2.4.8. Send any issues to me or the cm

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Sean McBride
On 12/5/07 5:13 PM, Bill Hoffman said: >I have a beta release for 2.4.8 ready for cmake. This will be the last >release of the 2.4.X branch. The next release will be 2.6.0. So, >please make sure you test it if you are interested in a 2.4.8. Send any >issues to me or the cmake list. Thanks. B

Re: [CMake] cmake 2.4.8 RC 4

2007-12-06 Thread Bill Hoffman
Torsten Martinsen wrote: Bill Hoffman wrote: Torsten Martinsen wrote: Could we please get the patch for bug 3218 into this release? I am not sure. The last time I applied that patch or a similar one lots of tests failed and there was trouble so I had to undo it.

RE: [CMake] cmake 2.4.8 RC 4

2007-12-05 Thread Torsten Martinsen
Bill Hoffman wrote: > Torsten Martinsen wrote: >> Could we please get the patch for bug 3218 into this release? >> > > I am not sure. The last time I applied that patch or a similar one > lots of tests failed and there was trouble so I had to undo it. I > don't think i

Re: [CMake] cmake 2.4.8 RC 4

2007-12-05 Thread Bill Hoffman
Torsten Martinsen wrote: Could we please get the patch for bug 3218 into this release? I am not sure. The last time I applied that patch or a similar one lots of tests failed and there was trouble so I had to undo it. I don't think it is stable enough for 2.4.8 which is meant to be a minor

RE: [CMake] cmake 2.4.8 RC 4

2007-12-05 Thread Torsten Martinsen
Could we please get the patch for bug 3218 into this release? -Torsten From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Bill Hoffman [EMAIL PROTECTED] Sent: 05 December 2007 23:13 To: cmake@cmake.org Subject: [CMake] cmake 2.4.8 RC 4 I have a beta r