Re: Missing info in error message

2006-05-05 Thread Brad King
David Faure wrote: > CMake 2.4.1-beta still has the problem that if a CMakeLists.txt file refers > to a non-existing > source file, the error message says > CMake Error: can not find file /full/path/to/non/existing/file.cpp > > But it doesn't say -which- CMakeLists.txt file has the problem, whic

Re: Missing info in error message

2006-05-02 Thread Thiago Macieira
David Faure wrote: >CMake 2.4.1-beta still has the problem that if a CMakeLists.txt file > refers to a non-existing source file, the error message says > CMake Error: can not find file /full/path/to/non/existing/file.cpp > >But it doesn't say -which- CMakeLists.txt file has the problem, which > mea

Missing info in error message

2006-05-01 Thread David Faure
CMake 2.4.1-beta still has the problem that if a CMakeLists.txt file refers to a non-existing source file, the error message says CMake Error: can not find file /full/path/to/non/existing/file.cpp But it doesn't say -which- CMakeLists.txt file has the problem, which means lots of grepping in a