From kdevelop-bugs Thu Jan 29 23:15:07 2009 From: Andreas Pakulat Date: Thu, 29 Jan 2009 23:15:07 +0000 To: kdevelop-bugs Subject: [Bug 182364] New: uses non-portable `which cmake` call Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=123327102324319 http://bugs.kde.org/show_bug.cgi?id=182364 Summary: uses non-portable `which cmake` call Product: kdevelop Version: SVN Platform: Compiled Sources OS/Version: MS Windows Status: NEW Severity: critical Priority: NOR Component: Build tools: CMake AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: apaku@gmx.de On windows the call `which cmake` fails, most probably because its cmake.exe not just "cmake" on win32. (Haven't checked the soure wether .exe is appended) Also which might not be installed. It would be better if cmake plugin iterates over PATH (don't forget to use QDir::pathSeparator and not just ":" as splitter) and checks in each dir for cmake(.exe for win32) itself. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs