[Kexi-devel] Problem compliling kexi from SVN

Jarosław Staniek js at iidea.pl
Thu Feb 2 23:40:36 CET 2006


Joshua Kugler said the following, On 2006-02-02 23:05:

[..]
> then mv -f ".deps/koDetailsPaneBase.Tpo" ".deps/koDetailsPaneBase.Plo"; else 
> rm -f ".deps/koDetailsPaneBase.Tpo"; exit 1; fi
> koDetailsPaneBase.cc: In constructor 
> `KoDetailsPaneBase::KoDetailsPaneBase(QWidget*, const char*, uint)':
> koDetailsPaneBase.cc:47: error: 'class KListView' has no member named 
> 'setShadeSortColumn'
> make[4]: *** [koDetailsPaneBase.lo] Error 1
> make[4]: Leaving directory `/home/joshua/src/koffice/lib/kofficecore'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/joshua/src/koffice/lib/kofficecore'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/joshua/src/koffice/lib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/joshua/src/koffice'
> make: *** [all] Error 2
> 
> 
> I'm at svn revision 504966.
> 
> kde-config --version:
> Qt: 3.3.4
> KDE: 3.3.2
> kde-config: 1.0
> 
> 
> I think I have all the needed devel libraries installed: ./configure completes 
> without any problems.


KListView::setShadeSortColumn() is available since KDE 3.4.
http://developer.kde.org/documentation/library/3.4-api/kdeui/html/classKListView.html#a38

You have KDE 3.3. Nothing wrong at your side. Quick fix: please edit
lib/kofficecore/koDetailsPaneBase.ui in text editor and remove lines (58-60):

                 <property name="shadeSortColumn">
                     <bool>false</bool>
                 </property>

...and continue compiling.

Question to Peter Simonsson: could we remove these lines in SVN?

-- 
regards / pozdrawiam,
  Jaroslaw Staniek / OpenOffice Polska

  Kexi Developer:      http://www.kexi-project.org | http://koffice.org/kexi
  Kexi Support:        http://www.kexi-project.org/support.html
  Kexi For MS Windows: http://kexi.pl/wiki/index.php/Kexi_for_MS_Windows
  KDE3, KDE4 Libraries For Developing MS Windows Applications:
                       http://www.kdelibs.com/wiki


More information about the Kexi-devel mailing list