If you have a kdevelop project in a directory that has spaces in it's path then it fails to run configure. If you drop to a shell and type in "./configure" it works fine. You have to move the project to a directory that does not contain any spaces and it works fine. Reproducible: Always Steps to Reproduce: 1. create kdevelop project (or move an existing one) 2. place the project in /home/user/KDE Developement (not the space in between "KDE and "Developement") 3. in KDevelop "Build"->"Run Configure" Actual Results: Kdevelop gives you errors, such as : *cd "/home/hholcomb/Cerebro Data/Development/k3ddesktop" && "/home/hholcomb/Cerebro Data/Development/k3ddesktop/configure" */home/hholcomb/Cerebro Data/Development/k3ddesktop/configure: line 877: test: /home/hholcomb/Cerebro: binary operator expected */home/hholcomb/Cerebro Data/Development/k3ddesktop/configure: line 883: test: /home/hholcomb/Cerebro: binary operator expected *configure: error: sources are in /home/hholcomb/Cerebro Data/Development/k3ddesktop, but `cd /home/hholcomb/Cerebro Data/Development/k3ddesktop' does not work Expected Results: it configure properly
See this bug report : http://bugs.kde.org/show_bug.cgi?id=59145
So it's an upstream bug that will have to be fixed by the KDevelop developers.