[Kst] Compilation pb in yesterday's svn (js extension)

Brisset, Nicolas Nicolas.Brisset at eurocopter.com
Fri Jul 22 12:08:19 CEST 2005


Trying to compile the latest svn snapshot on a Debian 3.1 64 bits machine with KDE 3.3.2 installed, we get the following error while compiling the js extension:

make[5]: entrant dans le répertoire « /ldk/0/soft/kst_Vdev/kdeextragear-graphics-437398/kst/kst/extensions/js »
if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../kst/kst -I./../.. -I../../../../kst/kst -I../../../..  -I./kjsembed -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT bind_legend.lo-MD -MP -MF ".deps/bind_legend.Tpo" -c -o bind_legend.lo bind_legend.cpp; \
then mv -f ".deps/bind_legend.Tpo" ".deps/bind_legend.Plo"; else rm -f ".deps/bind_legend.Tpo"; exit 1; fi
bind_legend.cpp: In member function `KJS::Value
   KstBindLegend::enabled(KJS::ExecState*) const':
bind_legend.cpp:173: error: `getShow' undeclared (first use this function)
bind_legend.cpp:173: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
bind_legend.cpp: In member function `KJS::Value
   KstBindLegend::front(KJS::ExecState*) const':
bind_legend.cpp:192: error: `getFront' undeclared (first use this function)
make[5]: *** [bind_legend.lo] Erreur 1
make[5]: quittant le répertoire « /ldk/0/soft/kst_Vdev/kdeextragear-graphics-437398/kst/kst/extensions/js »
make[4]: *** [all-recursive] Erreur 1
make[4]: quittant le répertoire « /ldk/0/soft/kst_Vdev/kdeextragear-graphics-437398/kst/kst/extensions/js »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /ldk/0/soft/kst_Vdev/kdeextragear-graphics-437398/kst/kst/extensions »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /ldk/0/soft/kst_Vdev/kdeextragear-graphics-437398/kst/kst »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /ldk/0/soft/kst_Vdev/kdeextragear-graphics-437398/kst/kst »
make: *** [all-recursive] Erreur 1

It is easy to disable the extension and finish the compilation, but it'd be nice to fix this...

Nicolas


More information about the Kst mailing list