Version: (using Devel) Installed from: Compiled sources OS: Linux Got this error when building kdesdk from SVN trunk: [ 67%] Building CXX object umbrello/umbrello/CMakeFiles/umbrello.dir/dialogs/umlattributedialog.o /scratch/kdesvn/kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp:22:26: error: import_utils.h: No such file or directory /scratch/kdesvn/kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp: In member function ‘bool UMLAttributeDialog::apply()’: /scratch/kdesvn/kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp:199: error: ‘Import_Utils’ has not been declared /scratch/kdesvn/kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp:200: error: ‘Import_Utils’ has not been declared /scratch/kdesvn/kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp:201: error: ‘Import_Utils’ has not been declared make[2]: *** [umbrello/umbrello/CMakeFiles/umbrello.dir/dialogs/umlattributedialog.o] Error 1 make[1]: *** [umbrello/umbrello/CMakeFiles/umbrello.dir/all] Error 2 make: *** [all] Error 2 An include directive needs to be given, so that the import_utils.h file can be found in .../umbrello/umbrello/codeimport/. Patch forthcoming.
Created attachment 26608 [details] Patch against kdesdk (SVN trunk)
It was already fixed in SVN.