Changes in CVS

pgeorges kpovmodeler-devel@mail.kde.org
Sun, 03 Mar 2002 20:42:40 +0100


Andreas Zehender a écrit :
> 
> Hi!
> 
> The latest changes to the CVS version are:
> 
> - The lathe, prism and surface of revolution objects are finished
> - The superquadric ellipsoid is finished
> - You can add additional povray library paths in the configure dialog.
> - When a file or texture is rendered, the working directory is set to the
> documents directory. This is needed for several maps and the height
> field.

I have the following error : 

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include
-I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new
-Wp,-MD,.deps/pmpovrayrenderwidget.pp -c pmpovrayrenderwidget.cpp  -fPIC
-DPIC -o .libs/pmpovrayrenderwidget.o
pmpovrayrenderwidget.cpp: In method `bool PMPovrayRenderWidget::render
(const QByteArray &, const PMRenderMode &, const KURL &)':
pmpovrayrenderwidget.cpp:96: no matching function for call to
`KProcess::setWorkingDirectory (QString)'

Do you only use KDE 3 and not supporting KDE 2 any longer (I suppose
KProcess::setWorkingDirectory belongs to KDE 3) ?