make errors

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


I had some problems with make on kmymoney2 so I decided to switch to
khacc.  I had installed qhacc because khacc needs it.  I had no problems
and when I ran ./configure for khacc it said their were no problems and
to continue with make.  Well as you can tell I am getting transeditor
problems and not sure what I need to do now.

[root@localhost khacc-1.7.1]# make
make  all-recursive
make[1]: Entering directory `/home/jmdennis/Desktop/khacc-1.7.1'
Making all in khacc
make[2]: Entering directory `/home/jmdennis/Desktop/khacc-1.7.1/khacc'
Makefile:831: warning: overriding commands for target
`install-data-local'
Makefile:796: warning: ignoring old commands for target
`install-data-local'
Making all in pixmaps
make[3]: Entering directory
`/home/jmdennis/Desktop/khacc-1.7.1/khacc/pixmaps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/jmdennis/Desktop/khacc-1.7.1/khacc/pixmaps'
Making all in sounds
make[3]: Entering directory
`/home/jmdennis/Desktop/khacc-1.7.1/khacc/sounds'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/jmdennis/Desktop/khacc-1.7.1/khacc/sounds'
make[3]: Entering directory `/home/jmdennis/Desktop/khacc-1.7.1/khacc'
Makefile:831: warning: overriding commands for target
`install-data-local'
Makefile:796: warning: ignoring old commands for target
`install-data-local'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/qhacc/include
-I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long
-Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -O2 -fno-exceptions -fno-check-new  -MT transeditor.o -MD
-MP -MF ".deps/transeditor.Tpo" \
  -c -o transeditor.o `test -f 'transeditor.cpp' || echo
'./'`transeditor.cpp; \
then mv ".deps/transeditor.Tpo" ".deps/transeditor.Po"; \
else rm -f ".deps/transeditor.Tpo"; exit 1; \
fi
transeditor.cpp: In member function `void
TransactionEditor::makePayees()':
transeditor.cpp:210: `TACCTID' is not a member of type `QC'
transeditor.cpp: In member function `void
TransactionEditor::prepare(const
   Transaction&, bool)':
transeditor.cpp:244: `TRECO' is not a member of type `QC'
transeditor.cpp: In member function `void
TransactionEditor::setModel(const
   Transaction&)':
transeditor.cpp:280: `TSUM' is not a member of type `QC'
transeditor.cpp:293: no matching function for call to
`QHacc::getTSplits(const
   TableRow&, QHaccResultSet*&)'
/usr/local/qhacc/include/qhacc.h:291: candidates are: QHaccTable
   QHacc::getTSplits(unsigned int)
transeditor.cpp: In member function `void
   TransactionEditor::fillInForPayee(const QString&)':
transeditor.cpp:330: `TACCTID' is not a member of type `QC'
transeditor.cpp:340: no matching function for call to `QHacc::getTWhere(
   TableSelect[1], int, QHaccResultSet*&)'
transeditor.cpp:349: `TSPLITGROUP' is not a member of type `QC'
transeditor.cpp:349: `TSPLITGROUP' is not a member of type `QC'
transeditor.cpp:359: no matching function for call to `QHacc::getTWhere(
   TableSelect[2], int, QHaccResultSet*&)'
transeditor.cpp: In member function `void
   TransactionEditor::conditionallyAccept()':
transeditor.cpp:428: no matching function for call to
`QHacc::getBlankTForAL(
   Account&, Ledger&)'
transeditor.cpp:429: `TSUM' is not a member of type `QC'
transeditor.cpp: In member function `void TransactionEditor::accept()':
transeditor.cpp:442: `TACCTID' is not a member of type `QC'
transeditor.cpp:447: no matching function for call to
`QHacc::getBlankTForAL(
   Account, Ledger)'
transeditor.cpp:455: `TSUM' is not a member of type `QC'
transeditor.cpp:458: `TRECO' is not a member of type `QC'
transeditor.cpp:459: `TRECO' is not a member of type `QC'
transeditor.cpp:481: `TSPLITGROUP' is not a member of type `QC'
transeditor.cpp:484: no matching function for call to `QHacc::addTSG(
   QHaccResultSet*&)'
transeditor.cpp:487: `TSPLITGROUP' is not a member of type `QC'
transeditor.cpp:488: `TACCTID' is not a member of type `QC'
transeditor.cpp:488: `TACCTID' is not a member of type `QC'
transeditor.cpp:490: no matching function for call to `QHacc::getTWhere(
   TableSelect[1], int, QHaccResultSet*&)'
transeditor.cpp: In member function `void
   TransactionEditor::openSplitEditor()':
transeditor.cpp:532: no matching function for call to
`QHacc::getBlankTForAL(
   Account&, Ledger&)'
transeditor.cpp:534: `TSUM' is not a member of type `QC'
transeditor.cpp:535: `TACCTID' is not a member of type `QC'
transeditor.cpp:549: `TSUM' is not a member of type `QC'
transeditor.cpp:571: `TACCTID' is not a member of type `QC'
transeditor.cpp: In constructor `AccountArea::AccountArea(QHacc*,
   QHaccResultSet*, QWidget*, const char*)':
transeditor.cpp:694: `TACCTID' is not a member of type `QC'
transeditor.cpp:695: `TSUM' is not a member of type `QC'
make[3]: *** [transeditor.o] Error 1
make[3]: Leaving directory `/home/jmdennis/Desktop/khacc-1.7.1/khacc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmdennis/Desktop/khacc-1.7.1/khacc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jmdennis/Desktop/khacc-1.7.1'
make: *** [all] Error 2