[Kexi-devel] Problem compliling kexi from SVN
Joshua Kugler
joshua.kugler at uaf.edu
Thu Feb 2 23:05:02 CET 2006
I followed the instructiosn here:
http://www.kexi-project.org/wiki/wikiview/index.php?UsingSubversion
But have a problem compiling kexi.
It ends with:
echo '#include <kdialog.h>' > koDetailsPaneBase.cc
echo '#include <klocale.h>' >> koDetailsPaneBase.cc
/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n
-i koDetailsPaneBase.h ./koDetailsPaneBase.ui > koDetailsPaneBase.cc.temp ;
ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g"
koDetailsPaneBase.cc.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\,
\"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9]
[0-9]*)_data,img\$1_koDetailsPaneBase,g" | /usr/bin/perl -pe "s,: QWizard\(,:
KWizard(,g" >> koDetailsPaneBase.cc ;\
rm -f koDetailsPaneBase.cc.temp ;\
if test "$ret" = 0; then echo '#include "koDetailsPaneBase.moc"' >>
koDetailsPaneBase.cc; else rm -f koDetailsPaneBase.cc ; exit $ret ; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../.. -I../../lib/store -I../../lib/store -I../../lib/kwmf
-I../../lib/kwmf -I/usr/lib/qt3//include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts
-Wall -W -Wpointer-arith -g3 -fno-inline -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-reorder-blocks
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
-DHAVE_KNEWSTUFF -Woverloaded-virtual -MT koDetailsPaneBase.lo -MD -MP -MF
".deps/koDetailsPaneBase.Tpo" -c -o koDetailsPaneBase.lo
koDetailsPaneBase.cc; \
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.
Ideas? Did I miss something?
j----- k-----
--
Joshua Kugler PGP Key: http://pgp.mit.edu/
CDE System Administrator ID 0xDB26D7CE
http://distance.uaf.edu/
More information about the Kexi-devel
mailing list