Re: [CMake] Small nitpick...

2006-05-29 Thread Sylvain Benner
 Hi Phillip,   Moreover the compilation time is bigger when it prints all this "compiling..." lines. In our custom generator we don't specify any Object File and it works great. Here is the replacement we made in our cmLocalVisualStudio7Generator :   //if(objectName.size()) // { // fout <<

[CMake] conflict between CMake 2.4.2 and Qt 2.3nc

2006-05-29 Thread Zein Salah
Title: conflict between CMake 2.4.2 and Qt 2.3nc Hello Everybody, Is there actually a conflict between Cmake 2.4.2 and Qt 2.3 non-commercial? I am asking because I have newly built my qt-itk project with cmake 2.4.2. Cmake generates a message: "Multiple versions of Qt found, please set D

Re: [CMake] CMake with wxWidgets on Linux

2006-05-29 Thread Jan Woetzel
Brian Eastwood wrote: ... LINK_LIBRARIES (${GTK_LIBRARIES}) ... ... LINK_LIBRARIES (${WXWINDOWS_LIBRARIES}) Hi Brian, did you check that the GTK version match? We had problems linking to different gtk versions - 1. wxGTK was compiled with gtk 1.x 2. while we linked directly against gtk 2.

Re: [CMake] CMake with wxWidgets on Linux

2006-05-29 Thread Jan Woetzel
ps: look for gtk in strace -eopen Jan. -- Dipl.-Ing. Jan Woetzel -- University of Kiel Institute of Computer Science and Applied Mathematics Hermann-Rodewald-Str. 3 [room 310] 24098 Kiel/Germany -

Re: [CMake] CMake with wxWidgets on Linux

2006-05-29 Thread Jan Woetzel
Reinhold Fuereder wrote: I think for recent wxWidgets versions the best references for CMake based project building are by Jorgen Bodde and Jerry Fath based on initial work from Klaas Holwerda (please correct me if i am wrong), see: - http://www.wxwidgets.org/wiki/index.php/CMake, No prob

Re: [CMake] Small nitpick...

2006-05-29 Thread William A. Hoffman
At 04:07 AM 5/29/2006, Sylvain Benner wrote: > >Hi Phillip, > >Moreover the compilation time is bigger when it prints all this "compiling..." >lines. >In our custom generator we don't specify any Object File and it works great. >Here is the replacement we made in our cmLocalVisualStudio7Gene

Re: Re: [CMake] What about...

2006-05-29 Thread William A. Hoffman
At 02:42 AM 5/29/2006, Alexander Neundorf wrote: >There is ccmake on UNIX and (the more powerful) cmakesetup on Windows for this >job. What is missing is something like a "qcmake", which would add a nice GUI >to all available options. There is a wxWidgets GUI in CVS. The question is, would a

[CMake] FindPythonLibs

2006-05-29 Thread Andreas Beckermann
Hi I have a problem with FindPythonLibs on unix: if the shared version of this library is not available (but the static one is!), then dependencies of the python libraries are not resolved. I think FindPythonLibs.cmake should place the dependencies into the PYTHON_LIBRARIES variable, i.e. cmake

Re: [CMake] What about...

2006-05-29 Thread Axel Roebel
On Monday 29 May 2006 18:00, William A. Hoffman wrote: > >There is ccmake on UNIX and (the more powerful) cmakesetup on Windows for > > this job. What is missing is something like a "qcmake", which would add a > > nice GUI to all available options. > > There is a wxWidgets GUI in CVS.  The questio

Re: [CMake] CMake with wxWidgets on Linux

2006-05-29 Thread Brian Eastwood
Hi All, Thanks so much for all the suggestions. As Jan pointed out, I was linking to incompatible wxWidgets and gtk libraries, but, in fact, I did not need to link to GTK. I ended up building wxGTK from source, but it looks like I could have just used wxGTK-devel and its dependencies from F

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

2006-05-29 Thread Axel Roebel
I move this thread back into the user mailing list, because this is not promotion but interface design. Everybody would suffer if there are any errors in the command line interface organization! On Monday 29 May 2006 19:38, William A. Hoffman wrote: > At 01:14 PM 5/29/2006, Axel Roebel wrote:

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

2006-05-29 Thread William A. Hoffman
At 03:16 PM 5/29/2006, Axel Roebel wrote: >My idea was that there would be the special short cuts that are most often >used: >--prefix=* -DCMAKE_INSTALL_PREFIX=* >--verbose -DCMAKE_VERBOSE_MAKEFILE >--build=* -DCMAKE_BUILD_TYPE=* Ok, is that the list of short cuts in total? >and besides tha

Re: [CMake] Small nitpick...

2006-05-29 Thread Phillip Hellewell
On 5/29/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: OK, if you add conflicting file names via the wizard, it will set the object name.That is how I found out how to fix the problem...However, it seems to have a performance impact if you do it all the time.I will look at changing it so it will

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

2006-05-29 Thread Alexander Neundorf
Hi, > Von: William A. Hoffman <[EMAIL PROTECTED]> ... > I just don't like to have a hard coded list of "short cuts" as soon > as you have one, someone will complain that they want one as well, and > to add one, you will have to wait for a new version of cmake to come out > if it is hard coded. W