strange error in *.moc.cpp

Zdenek Pizl admin at e2.pef.czu.cz
Tue Jan 4 14:34:53 GMT 2000


hi developers,

 i have this problem - when i have transfered a QT project from RH5.2 to
RH6.0 (both have qt-1.44 installed) i got following error message:

---- error snip ----
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/kde/include
-I/usr/local/qt/include  -I/usr/X11R6/include    -O0 -g3 -Wall    -c
maingridwidget.moc.cpp
maingridwidget.moc.cpp: In method `void
MainGridWidget::initMetaObject()':
maingridwidget.moc.cpp:101: initialization to `void
(MainGridWidget::*)(int, int, int, double, int)' from `void
(MainGridWidget::*)(int, int, int, double, int, WList **, WList **)'
maingridwidget.moc.cpp:101: conversion to `void (MainGridWidget::*)(int,
int, int, double, int)' from `void (MainGridWidget::*)(int, int, int,
double, int, WList **, WList **)'
make[2]: *** [maingridwidget.moc.o] Error 1
make[2]: Leaving directory `/home/admin/Diplomova-prace/dip1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/admin/Diplomova-prace'
make: *** [all-recursive-am] Error 2  
---- error snip ----

and this method is defined as :

void createNet(int inputCount, int hiddenCount, int outputCount, double
globErr, int deletePatterns=0, WList **in2hid=NULL, WList
**hid2out=NULL);

I am confused what goes wrong !>!?!?!?

 
---------------------------------------------------------------------
          Zdeněk Pižl, (Corp. yA), http://e2.pef.czu.cz/~xpizl
             mail me only in ISO 8859-2 or in ASCII
---------------------------------------------------------------------
         ... what disk do you want to erase today ?? ...




More information about the KDevelop mailing list