<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Tom Albers wrote:
<blockquote cite="mid200605291011.12033.tomalbers@kde.nl" type="cite">
  <pre wrap="">Op Monday 29 May 2006 06:50, schreef Oliver Dörr:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Angelo Naselli wrote:
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">Looks like an error in unsermake maybe, I'm seeing it here as well now.

Did you try automake?

UNSERMAKE=no make -f Makefile.cvs
adn then the rest as usual.
        </pre>
      </blockquote>
      <pre wrap="">Compile well here is it a new version?
      </pre>
    </blockquote>
    <pre wrap="">Ok tried this and got...
 make
make  all-recursive
make[1]: Entering directory `/home/doerr/svn/trunk/extragear/libs'
Making all in libkexif
make[2]: Entering directory `/home/doerr/svn/trunk/extragear/libs/libkexif'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/doerr/svn/trunk/extragear/libs/libkexif'
Making all in libkipi
make[2]: Entering directory `/home/doerr/svn/trunk/extragear/libs/libkipi'
Making all in libkipi
make[3]: Entering directory
`/home/doerr/svn/trunk/extragear/libs/libkipi/libkipi'
make  all-am
make[4]: Entering directory
`/home/doerr/svn/trunk/extragear/libs/libkipi/libkipi'
make[4]: Leaving directory
`/home/doerr/svn/trunk/extragear/libs/libkipi/libkipi'
make[3]: Leaving directory
`/home/doerr/svn/trunk/extragear/libs/libkipi/libkipi'
make[3]: Entering directory `/home/doerr/svn/trunk/extragear/libs/libkipi'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/doerr/svn/trunk/extragear/libs/libkipi'
make[2]: Leaving directory `/home/doerr/svn/trunk/extragear/libs/libkipi'
Making all in doc
make[2]: Entering directory `/home/doerr/svn/trunk/extragear/libs/doc'
Making all in .
make[3]: Entering directory `/home/doerr/svn/trunk/extragear/libs/doc'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/doerr/svn/trunk/extragear/libs/doc'
Making all in kipi-plugins
make[3]: Entering directory
`/home/doerr/svn/trunk/extragear/libs/doc/kipi-plugins'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory
`/home/doerr/svn/trunk/extragear/libs/doc/kipi-plugins'
make[2]: Leaving directory `/home/doerr/svn/trunk/extragear/libs/doc'
Making all in kipi-plugins
make[2]: Entering directory
`/home/doerr/svn/trunk/extragear/libs/kipi-plugins'
Making all in printwizard
make[3]: Entering directory
`/home/doerr/svn/trunk/extragear/libs/kipi-plugins/printwizard'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkipi/libkipi -I../../libkipi
-I../../libkipi -I/opt/kde3/include -I/usr/lib/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 -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT
frmprintwizardbase.lo -MD -MP -MF ".deps/frmprintwizardbase.Tpo" -c -o
frmprintwizardbase.lo frmprintwizardbase.cpp; \
then mv -f ".deps/frmprintwizardbase.Tpo"
".deps/frmprintwizardbase.Plo"; else rm -f
".deps/frmprintwizardbase.Tpo"; exit 1; fi
frmprintwizardbase.cpp: In constructor
'KIPIPrintWizardPlugin::FrmPrintWizardBase::FrmPrintWizardBase(QWidget*,
const char*, bool, uint)':
frmprintwizardbase.cpp:1530: error: class
'KIPIPrintWizardPlugin::FrmPrintWizardBase' does not have any field
named 'KWizard'
make[3]: *** [frmprintwizardbase.lo] Fehler 1
make[3]: Leaving directory
`/home/doerr/svn/trunk/extragear/libs/kipi-plugins/printwizard'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory
`/home/doerr/svn/trunk/extragear/libs/kipi-plugins'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/doerr/svn/trunk/extragear/libs'
make: *** [all] Fehler 2

So this looks even worse for me. Now i have a problem earlier in the
compiling
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm... That's weird, I don't see that at all. And if autotools dont work, then 
we would have had more complaints. Can you try with a fresh checkout?

  </pre>
</blockquote>
Sure, i did<br>
rm -r<br>
svn up<br>
make -f Makefile.cvs<br>
./configure<br>
make<br>
<br>
and everything works. So it looks like there was some old things that
stayed even during the mak clean<br>
<br>
Thanks for your help<br>
Oliver<br>
</body>
</html>