kde-quality Digest, Vol 15, Issue 18

chr.chevalier1 at free.fr chr.chevalier1 at free.fr
Mon Apr 25 14:27:50 CEST 2005


Le samedi 23 Avril 2005 12:01, kde-quality-request at kde.org a écrit :
> how do you compile kdelibs? automake version? configure options? gcc
> version? is the error you paste the first error that occurs in kdelibs?
>
> annma

I use the guidelines from "Building KDE From Source Step By Step" at 
http://quality.kde.org/develop/cvsguide/buildstep.php. and the script 
kde-build I found at 
http://webcvs.kde.org/kdesdk/scripts/kde-build?rev=1.120&view=log.

It has worked without problem for KDE 3.3 but with KDE 3.4, only arts build.
- automake 1.4-p6
- gcc 3.3.2
- options in kde-buildrc
CONFIGUREFLAGS="--enable-debug"
MAKE_OPTS=""
MAKE_OPTS_COMPILE=""

The configure step displays :
You're missing Apple mDNSResponder 85 or later, therefore
dnssd will be compiled as stub

The command line is :
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H 
-I. -I/home/kdedev/src/kde/kdelibs/khtml/rendering -I../.. -I../../dcop 
-I../../kdecore -I../../kio/kssl -I/home/kdedev/src/kde/kdelibs/kimgio 
-I/home/kdedev/src/kde/kdelibs/kio -I/home/kdedev/src/kde/kdelibs/dcop 
-I/home/kdedev/src/kde/kdelibs/kfile -I/home/kdedev/src/kde/kdelibs/khtml 
-I/home/kdedev/src/kde/kdelibs/kutils -I/home/kdedev/src/kde/kdelibs 
-I/home/kdedev/src/kde/kdelibs/dcop -I/home/kdedev/src/kde/kdelibs/libltdl 
-I/home/kdedev/src/kde/kdelibs/kdefx -I../../kdecore 
-I/home/kdedev/src/kde/kdelibs/kdecore -I/home/kdedev/src/kde/kdelibs/kdeui 
-I/home/kdedev/src/kde/kdelibs/kio -I/home/kdedev/src/kde/kdelibs/kio/kio 
-I/home/kdedev/src/kde/kdelibs/kio/kfile -I/home/kdedev/src/kde/kdelibs 
-I/home/kdedev/src/kde/qt-copy/include -I/usr/X11R6/include 
-I/home/kdedev/kde-unstable/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 -Wwrite-strings -g -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION 
-Woverloaded-virtual -MT render_table.lo -MD -MP -MF ".deps/render_table.Tpo" 
  -c -o render_table.lo `test -f 
'/home/kdedev/src/kde/kdelibs/khtml/rendering/render_table.cpp' || echo 
'/home/kdedev/src/kde/kdelibs/khtml/rendering/'`/home/kdedev/src/kde/kdelibs/khtml/rendering/render_table.cpp; 

And today, then the first error message is :
render_table.cpp: In member function `virtual void 
khtml::RenderTable::layout()':
render_table.cpp:313: error: invalid use of member (did you forget the `&' ?)

Christian


More information about the kde-quality mailing list