From cmake Sun Feb 12 21:25:24 2017 From: Stephen Kelly Date: Sun, 12 Feb 2017 21:25:24 +0000 To: cmake Subject: Re: [CMake] Absolute path printing of CMakeLists.txt files in title of CMake error messages. Message-Id: X-MARC-Message: https://marc.info/?l=cmake&m=148693474319059 vbspam wrote: > *What is the real driver behind?* > > - I use KDevelop as my Linux IDE which has as you may know pretty nice > CMake integration. I believe KDevelop is getting support for the cmake server, so exposing messages through that would probably solve this aspect. Specifically, there is a cmMessenger class and messages go through that. If you add virtual method(s?) to it you can add an implementation specifically for the server which passes the messages over the protocol to the IDE. > - Another driver is when I do parallel build on build server, the actual > context of the CMake error line is hard to determine. Here is impossible > to get the proper context (the only relevant context is the printed line > itself). I'm not familiar with this. Thanks, Steve. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake