Bug 168272

Summary: (Build error) error: import_utils.h: No such file or directory
Product: [Applications] umbrello Reporter: Daniel Richard G. <skunk>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch against kdesdk (SVN trunk)

Description Daniel Richard G. 2008-08-03 22:38:58 UTC
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.
Comment 1 Daniel Richard G. 2008-08-03 22:39:53 UTC
Created attachment 26608 [details]
Patch against kdesdk (SVN trunk)
Comment 2 Pino Toscano 2008-08-03 22:45:08 UTC
It was already fixed in SVN.