[RkWard-devel] rkward 0.3.7 compiling error - issue 3

Georgi Lalev georgi.lalev at student.uni-tuebingen.de
Mon Oct 23 01:27:25 UTC 2006


Hello again and excuse me for the last 2 issues, which were a typing
mistake of me:). 
As I said before, I followed up this thread :
https://sourceforge.net/forum/message.php?msg_id=3952497
and the error messages got better. 

I ran ./configure with the following options :
 --prefix=/$PREFIX
--with-qt-dir=/usr/lib64/qt3
--with-r-includes=/$RPREFIX/lib64/include
--with-r-home=/$RPREFIX/lib64/R
--with-extra-libs=/$RPREFIX/lib64/R/lib
$RPREFIX=where R lives.
./configure passed all the important tests without failing.
I have R-2.3.1 installed with the shared library libR.so.
Also :
gcc version 3.3.3
GNU Make 3.80
/usr/lib/qt3/lib64/libqt-mt.so.3.3.1

Now it complains about :

make[3]: Entering directory `/soft/x86_64/rkward/0.3.7/source/rkward'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include
-I/usr/lib64/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 -O2 -Wformat-security -Wmissing-format-attribute
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT
rkward.o -MD -MP -MF ".deps/rkward.Tpo" -c -o rkward.o rkward.cpp; \
then mv -f ".deps/rkward.Tpo" ".deps/rkward.Po"; else rm -f
".deps/rkward.Tpo"; exit 1; fi
rkward.cpp: In constructor `RKwardApp::RKwardApp(KURL*)':
rkward.cpp:95: error: `KDEV3ICON' is not a member of type `KMultiTabBar'
rkward.cpp:95: error: `setToolviewStyle' undeclared (first use this
function)
rkward.cpp:95: error: (Each undeclared identifier is reported only once
for 
   each function it appears in.)
rkward.cpp: In member function `void RKwardApp::readOptions()':
rkward.cpp:385: error: no matching function for call to `RKwardApp::
   applyMainWindowSettings(KConfig*, const char[20], bool)'
/opt/kde3/include/kmainwindow.h:458: error: candidates are: void 
   KMainWindow::applyMainWindowSettings(KConfig*, const QString&)
rkward.cpp: In member function `virtual void 
   RKwardApp::readProperties(KConfig*)':
rkward.cpp:428: warning: unused parameter `KConfig*_cfg'
rkward.cpp: In member function `virtual void 
   RKwardApp::saveProperties(KConfig*)':
rkward.cpp:407: warning: unused parameter `KConfig*_cfg'
make[3]: *** [rkward.o] Fehler 1
make[3]: Leaving directory `/soft/x86_64/rkward/0.3.7/source/rkward'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/soft/x86_64/rkward/0.3.7/source/rkward'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/soft/x86_64/rkward/0.3.7/source'
make: *** [all] Fehler 2


Any Idea ?
Greatings
Georgi





More information about the Rkward-devel mailing list