Bug 158216 - make error in kstdatamanager_i.cpp
Summary: make error in kstdatamanager_i.cpp
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 12:22 UTC by andrea zonca
Modified: 2008-02-22 19:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andrea zonca 2008-02-22 12:22:44 UTC
Version:           1.6.0 (using KDE 3.5.8)
Installed from:    Ubuntu Packages

at revision 778057 of kst 1.6.0 I cant build anymore kstdatamanager_i.cpp, the error is:

kstdatamanager_i.cpp: In member function 'void KstObjectItem::update(bool, int)':
kstdatamanager_i.cpp:479: error: 'field' was not declared in this scope
kstdatamanager_i.cpp:481: error: 'field' was not declared in this scope
kstdatamanager_i.cpp:483: error: 'field' was not declared in this scope
kstdatamanager_i.cpp:486: error: 'field' was not declared in this scope

adding 
QString field;
in line 478 fixes the problem and kst builds correctly.
Comment 1 andrea zonca 2008-02-22 12:24:59 UTC
I'm building kst 1.6.0 svn from sources, not from ubuntu packages, sorry.
Comment 2 Andrew Walker 2008-02-22 19:50:33 UTC
SVN commit 778175 by arwalker:

BUG:158216 fix build error

 M  +11 -6     kstdatamanager_i.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=778175