Re: [CMake] Autoconf2CMake

2006-05-11 Thread Alexander Neundorf
--- Ursprüngliche Nachricht --- Von: Jordi Inglada [EMAIL PROTECTED] An: Alexander Neundorf [EMAIL PROTECTED] Kopie: cmake@cmake.org Betreff: Re: [CMake] Autoconf2CMake Datum: Wed, 10 May 2006 23:27:44 +0200 Hi Alex, Thank you very much for your help. I have tried to use

Re: [CMake] Linking hierarchy

2006-05-11 Thread svoboda
On Wed, 10 May 2006, Brad King wrote: [EMAIL PROTECTED] wrote: I'm using CMake in the following way: What version of CMake are you using? 2.0.5 - I create a simple shared library - The library requires many libraries during the built process Please be more specific. Are the other

Re: [CMake] How to build vtk5.0 document via cmake??

2006-05-11 Thread William A. Hoffman
At 10:41 PM 5/10/2006, Bo Shi wrote: How can I build vtk 5.0 documentation via camke on windows platform, how to configure cmake(2.2)? Please tell me the detailed instructions. What other software i need to make it? Thanks a lot! Would you like to give me detailed instructions on how to make

RE: [CMake] a backwards compatible language simplification

2006-05-11 Thread Ken Martin
Having spent all day hacking a massive project using cmake, I wonder... could this FOREACH (foo ${foolist}) IF (${foo} STREQUAL bar) ... ELSE (${foo} STREQUAL bar) ... ENDIF (${foo} STREQUAL bar) ENDFOREACH (foo ${foolist}) change to this: FOREACH (foo ${foolist})

Re: SPAM-MED: Re: SPAM-MED: RE: SPAM-MED: Re: [CMake] Error adding rule using 2.4.1 beta

2006-05-11 Thread Reggie Burnett
William A. Hoffman wrote: How are you running cmake exactly? Is it a .bat file? Can you give me the exact command line used? I took the two files you sent me and commented out a bunch of stuff and it works. Try attached files? I ran it like this: cd mysql mkdir b cd b ../../My\

Re: SPAM-MED: Re: SPAM-MED: RE: SPAM-MED: Re: [CMake] Error adding rule using 2.4.1 beta

2006-05-11 Thread Brad King
Reggie Burnett wrote: I've discovered the problem. the cmakelists.txt files, as they sit on my system, have lowercase names. When I change them to mixed case (CMakeLists.txt), they work. Given that Windows is not case sensitive, this is baffling. I have had SFU installed on this system and

Re: [CMake] some comments on the LIST command

2006-05-11 Thread Gaetan Lehmann
Hi, We have implemented for WrapITK some list functions in pure cmake. It would be nice to be able to replace them by native functions. Some of them are already there (SORT for example), but some are missing: - LIST(UNIQUE list) remove all the duplicate items in the list. - LIST(INTERSECT

Re: SPAM-LOW: Re: SPAM-MED: Re: SPAM-MED: RE: SPAM-MED: Re: [CMake] Error adding rule using 2.4.1 beta

2006-05-11 Thread Reggie Burnett
Brad King wrote: Reggie Burnett wrote: I've discovered the problem. the cmakelists.txt files, as they sit on my system, have lowercase names. When I change them to mixed case (CMakeLists.txt), they work. Given that Windows is not case sensitive, this is baffling. I have had SFU installed

Re: [CMake] Error adding rule using 2.4.1 beta

2006-05-11 Thread Brad King
Reggie Burnett wrote: Brad King wrote: Reggie Burnett wrote: I've discovered the problem. the cmakelists.txt files, as they sit on my system, have lowercase names. When I change them to mixed case (CMakeLists.txt), they work. Given that Windows is not case sensitive, this is baffling.

Re: [CMake] some comments on the LIST command

2006-05-11 Thread Alexander Neundorf
Hi, Von: Gaetan Lehmann [EMAIL PROTECTED] Hi, We have implemented for WrapITK some list functions in pure cmake. It would be nice to be able to replace them by native functions. Some of them are already there (SORT for example), but some are missing: - LIST(UNIQUE list)

Re: SPAM-LOW: Re: [CMake] Error adding rule using 2.4.1 beta

2006-05-11 Thread Reggie Burnett
Brad King wrote: Reggie Burnett wrote: Brad King wrote: Reggie Burnett wrote: I've discovered the problem. the cmakelists.txt files, as they sit on my system, have lowercase names. When I change them to mixed case (CMakeLists.txt), they work. Given that Windows is not case sensitive,