On Sun, Apr 01, 2001 at 04:03:30PM -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
|
| Team
| I can complie this program, but when I make it ,I recieve this
| "all-recursive] Error 1"
| what does this mean?????
|
| (const QColor &) <near match>
| TokenLayoutData.cpp:286: redeclaration of `QColor QRgb'
| TokenLayoutData.cpp:286: `QColor QRgb' previously declared here
| TokenLayoutData.cpp:287: no matching function for call to
| `QPalette::QPalette (QColorGroup (&) (), QColorGroup (&) (),
| QColorGroup (&) ())'
| /usr/lib/qt-1.45/include/qpalette.h:69: candidates are:
| QPalette::QPalette ()
| /usr/lib/qt-1.45/include/qpalette.h:70:
| QPalette::QPalette (const QColor &)
| /usr/lib/qt-1.45/include/qpalette.h:72:
| QPalette::QPalette (const QColorGroup &, const QColorGroup &, const
| QColorGroup &)
| /usr/lib/qt-1.45/include/qpalette.h:73:
| QPalette::QPalette (const QPalette &)
| TokenLayoutData.cpp:286: warning: unused variable `QColor QRgb'
| make[3]: *** [TokenLayoutData.o] Error 1
| make[3]: Leaving directory `/home/brian/knetdump-1.4.0/knetdump'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/brian/knetdump-1.4.0/knetdump'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/brian/knetdump-1.4.0'
| make: *** [all-recursive-am] Error 2
| [root@Unix knetdump-1.4.0]#
The "all-recursive" message is from make, and merely remarks that a sub-make
has failed. Instead you should be concerned with the compile errors in
TokenLayoutData.cpp.
--
Cameron Simpson, DoD#743 [EMAIL PROTECTED] http://www.zip.com.au/~cs/
[...] post-block actions should be allowed everywhere, not just on
subroutines. The ALWAYS keyword was agreed upon as a good way of doing
this, although POST was also suggested. This lead to the semi-inevitable
rehash of the try- catch exception handling debate. According to John
Porter, "There is no try, there is only do. :-)"
- from the perl6 development discussion
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list