kmymoney2 make errors

John Dennis yellowdog-newbie@lists.terrasoftsolutions.com
01 Oct 2003 16:32:14 -0700


Like I said I had errors with this.  The ./configure got to where it
brought the prompt back up.  It got past the point that it does the
makefile so I ran make.  Below are what I got.

[root@localhost kmymoney2-0.5.1]# make
make  all-recursive
make[1]: Entering directory `/home/jmdennis/Desktop/kmymoney2-0.5.1'
Making all in kmymoney2
make[2]: Entering directory
`/home/jmdennis/Desktop/kmymoney2-0.5.1/kmymoney2'
Making all in converter
make[3]: Entering directory
`/home/jmdennis/Desktop/kmymoney2-0.5.1/kmymoney2/converter'
source='mymoneyqifprofileeditordecl.cpp'
object='mymoneyqifprofileeditordecl.o' libtool=no \
depfile='.deps/mymoneyqifprofileeditordecl.Po'
tmpdepfile='.deps/mymoneyqifprofileeditordecl.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde
-I/usr/lib/qt-3.1/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT 
-D_REENTRANT  -O2 -fno-exceptions -fno-check-new -fexceptions  -c -o
mymoneyqifprofileeditordecl.o `test -f 'mymoneyqifprofileeditordecl.cpp'
|| echo './'`mymoneyqifprofileeditordecl.cpp
mymoneyqifprofileeditordecl.cpp: In constructor
   `MyMoneyQifProfileEditorDecl::MyMoneyQifProfileEditorDecl(QWidget*,
const
   char*, bool, unsigned int)':
mymoneyqifprofileeditordecl.cpp:235: `languageChange' undeclared (first
use
   this function)
mymoneyqifprofileeditordecl.cpp:235: (Each undeclared identifier is
reported
   only once for each function it appears in.)
mymoneyqifprofileeditordecl.cpp: At global scope:
mymoneyqifprofileeditordecl.cpp:255: no `void
   MyMoneyQifProfileEditorDecl::languageChange()' member function
declared in
   class `MyMoneyQifProfileEditorDecl'
make[3]: *** [mymoneyqifprofileeditordecl.o] Error 1
make[3]: Leaving directory
`/home/jmdennis/Desktop/kmymoney2-0.5.1/kmymoney2/converter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/jmdennis/Desktop/kmymoney2-0.5.1/kmymoney2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jmdennis/Desktop/kmymoney2-0.5.1'
make: *** [all] Error 2