Bug 168272 - (Build error) error: import_utils.h: No such file or directory
Summary: (Build error) error: import_utils.h: No such file or directory
Status: RESOLVED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 22:38 UTC by Daniel Richard G.
Modified: 2008-08-03 22:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch against kdesdk (SVN trunk) (453 bytes, patch)
2008-08-03 22:39 UTC, Daniel Richard G.
Details

Note You need to log in before you can comment on or make changes to this bug.
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.