linux compilation problems with recent cvs

Ralf Habacker Ralf.Habacker at freenet.de
Thu Feb 13 12:29:19 GMT 2003


Hi all,

today I've tried to compile a recent cvs kdebase release under suse linux and
got two compilation errors:

1. kdebase/kcontrol/componentchooser
componentchooser.cpp: In method `void CfgEmailClient::selectEmailClient()':
componentchooser.cpp:168: no matching function for call to
`KOpenWithDlg::hideNoCloseOnExit ()'

The problem is that this method isn't defined in in recent cvs KOpenWithDlg
(kdelibs/kio/kfile/kopenwith.h) nor in  QDialog, from which this class is
derivated.

2. kdebase/konsole
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CO
1R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -
rite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wc
LEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_GNU_SOURCE  -c -o
TEPty.cpp: In method `void TEPty::setSize(int, int)':
TEPty.cpp:88: `pty' undeclared (first use this function)
TEPty.cpp:88: (Each undeclared identifier is reported only once
TEPty.cpp:88: for each function it appears in.)

The method pty() isn't definied wether in TEPty nor in KProcess.


Ralf





More information about the kde-core-devel mailing list