Re: [CMake] make in a subdir takes ages.

2006-06-07 Thread Thomas Zander
this problem is to bring a bigger hammer. While what I was asking for is a saw. -- Thomas Zander pgpVoniZljfuf.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] make in a subdir takes ages.

2006-06-06 Thread Thomas Zander
he compiling of the right sourcefiles needed for that. This feature is not possible in cmake and all suggestions made in this thread either disrupt the normal workflow or just do a lot of work thats not needed. If the /fast is available then that will ease the pain already somew

Re: [CMake] make in a subdir takes ages.

2006-06-06 Thread Thomas Zander
ge this feature to be the default, its moving in the wrong direction. -- Thomas Zander pgpRAJPfaiBtu.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] [Patch] Colored output for make

2006-06-03 Thread Thomas Zander
t the command screen to see colors as well. Works for me :) -- Thomas Zander --- Source/kwsys/Terminal.c-old 2006-06-03 22:03:04.0 +0200 +++ Source/kwsys/Terminal.c 2006-06-03 22:01:07.0 +0200 @@ -149,6 +149,7 @@ "vt100", "xterm", "x

Re: [CMake] make in a subdir takes ages.

2006-06-01 Thread Thomas Zander
install? If I do a 'make kwordprivate/fast' it probably will just compile/link that one lib. I'm just seeing that a make install afterwards still does do all targets (i.e. the other libs) and does scan all dependent dirs. Which is really slowing me down :/ -- Thomas Zander pgpX

Re: [CMake] Re: a ./configure shell script stub Thoma Zander

2006-06-01 Thread Thomas Zander
On Thursday 1 June 2006 17:33, you wrote: > Thomas Zander zander at kde.org wrote: > >Correct me if I misunderstood; but AFAICS the current idea was to > > parse all config files (which in case of KOffice takes several > > minutes with clean caches) and present the options bas

Re: [CMake] Re: a ./configure shell script stub (William A. Hoffman)

2006-05-30 Thread Thomas Zander
clean caches) and present the options based on that. If you want to do that I suggest to not show in anyway that its cmake, as the user will hate cmake immediately ;) -- Thomas Zander pgpAvmUMXK5W0.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Re: a ./configure shell script stub (William A. Hoffman)

2006-05-30 Thread Thomas Zander
lable everywhere. For those that run Windows (and don't have the unixtools installed) the preferred interface is a GUI anyway. I don't see much basis to abandon this idea based on those concerns. -- Thomas Zander pgpGNZBpVnGNb.pgp Description: PGP signature __

Re: [CMake] Re: a ./configure shell script stub (William A. Hoffman)

2006-05-30 Thread Thomas Zander
se features to the configure script at script-generation time. This can range from options passed to adding a command in the CMakeLists.txt like 'expose FOO_BAR "foo bar" [toggle|string]' -- Thomas Zander pgphYcOMLSOe1.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] What about...

2006-05-28 Thread Thomas Zander
of the GUI apps that allow the user to > specify the options etc? I've tried ccmake; it helps a little. There are no other GUI tools for unix, at least none that I know of. -- Thomas Zander pgp2z8WMzxqmh.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] What about...

2006-05-28 Thread Thomas Zander
help you guys by providing a list of things I would really appreciate to see. With that cleared up; you may want to go back to my initial mail in this thread and look at it anew :-) -- Thomas Zander pgpaI5sRBJggM.pgp Description: PGP signature ___ C

Re: [CMake] What about...

2006-05-26 Thread Thomas Zander
years) by not having users come and ask how to install it in /opt instead of the default /usr/local ? :-) -- Thomas Zander pgpnjlJGoXzey.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] What about...

2006-05-26 Thread Thomas Zander
the verbose flag on since it shows the actual command that failed and thus the include flags etc. Best of both worlds. -- Thomas Zander pgp78AWYw8drG.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] What about...

2006-05-26 Thread Thomas Zander
nfigure thing we had before. Hope that explains it better :) -- Thomas Zander pgpfuA41RkeWL.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] make in a subdir takes ages.

2006-05-26 Thread Thomas Zander
On Friday 26 May 2006 16:28, you wrote: > If you only want to build a target, then run make targetname/fast it > will skip all of the depend steps, and only build that target. Doesn't seem to work here on my 2.4-p2 -- Thomas Zander pgpqR2sSorTIU.pgp Description: PG

Re: [CMake] What about...

2006-05-26 Thread Thomas Zander
uoted part, wmake in the suggestion above, that allows the developer to have a more usability friendly front end. Since make currently is, well, I won't start cursing here :-) Thanks -- Thomas Zander pgpLWIxQTUAAP.pgp Description: PGP signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] What about...

2006-05-26 Thread Thomas Zander
On Friday 26 May 2006 14:03, Brandon J. Van Every wrote: > Thomas Zander wrote: > > Hiya; > > In KDE (including KOffice) we switched to cmake, as you are probably > > aware. I naturally like the speedups we got in linking etc. but I > > like the less then stellar usabil

[CMake] What about...

2006-05-26 Thread Thomas Zander
es you without any options to make the user experience any better. I honestly can't tell people to type 'make VERBOSE=1' and not apologize in the same sentence about the horrible usability of that. -- Thomas Zander pgpTOrdnhOJhr.pgp Description: PGP signature _

[CMake] make in a subdir takes ages.

2006-05-26 Thread Thomas Zander
ould appreciate if the check-dependencies stuff was disabled by default, where cmake would only check if the libraries it depends on (thats in the CMakeLists.txt isn't it) exist; not if they are uptodate. -- Thomas Zander pgpBLdAHJN4lP.pgp Descri