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, th

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. I

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 o

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: 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\ Builds/CMakeVS

Re: [CMake] Error adding rule using 2.4.1 beta

2006-05-09 Thread William A. Hoffman
At 02:05 PM 5/9/2006, Reggie Burnett wrote: >We have a relatively small project (about 20 sub projects) that now report >tons of "Error adding rule for /dir1/dir2/cmakelists.txt" for all of our sub >projects. This is after upgrading to 2.4.1 beta. Are there changes to some >of the standard comman

[CMake] Error adding rule using 2.4.1 beta

2006-05-09 Thread Reggie Burnett
We have a relatively small project (about 20 sub projects) that now report tons of "Error adding rule for /dir1/dir2/cmakelists.txt" for all of our sub projects. This is after upgrading to 2.4.1 beta. Are there changes to some of the standard commands and rules that might cause this? We deleted