platero-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Platero-devel] Compile issues


From: Javier Hernández
Subject: [Platero-devel] Compile issues
Date: Tue, 18 Feb 2003 19:38:55 +0100
User-agent: KMail/1.5

Hello,

compiling platero gives me the following error :

platero.moc.cpp: En member function `virtual bool PlateroApp::qt_invoke(int,
   QUObject*)':
platero.moc.cpp:260: conversión inválida de `int' a `int*(*)()'
platero.moc.cpp:260:  argumento de iniciación 1 de `void
   PlateroApp::socketError(int*(*)())'
make[3]: *** [platero.moc.o] Error 1
make[3]: Leaving directory `/home/metal/src/cvs/platero/platero'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/metal/src/cvs/platero/platero'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/metal/src/cvs/platero'
make: *** [all] Error 2
 
A quick&dirty workaround for this : change the line 
  case 39: socketError((int)static_QUType_int.get(_o+1)); break;
with the following :
  case 39: socketError(0); break;

Since this an auto-generated file, i believe that there wolud be a system 
specific problem, (maybe the moc preprocessor) because nobody complains about 
it.

My system configuration is : Gentoo Linux 1.4, Kernel 2.4.19-r10, 
XFree 4.2-r2, Qt 3.1.1, KDE 3.1

What do you think ?
If you need more information, please mail me or post in the list.

Best regards.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]