Bug in 1999-11-21's snapshot?

Juan Altmayer Pizzorno juan at altmayer.com
Tue Nov 23 10:45:03 GMT 1999


Bjoern Krombholz wrote:
> 
> Hi,
> there seem to be no errors, the compiler just warns of some inconsistent code,
> but no big problem. If there occures a real error, make would interrupt, and
> signs it with "***".

Oh, but make does stop, I just did not include it in my snippnet (sorry, I did
not think it would be relevant):

make[3]: Entering directory `/home/juan/kdevelop/kdevelop'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-1.44/include
-I/usr/X11R6/include    -O2 -Wall -c ctoolsconfigdlg.cpp
ctoolsconfigdlg.cpp: In method `void CToolsConfigDlg::slotToolAdd()':
/usr/lib/qt-1.44/include/qglist.h:116: `void QGList::prepend(void *)' is
privatectoolsconfigdlg.cpp:181: within this context
ctoolsconfigdlg.cpp:181: passing `const char *' as argument 1 of
`QGList::prepend(void *)' discards qualifiers
ctoolsconfigdlg.cpp: In method `void CToolsConfigDlg::slotToolMoveDown()':
ctoolsconfigdlg.cpp:221: warning: comparison between signed and unsigned
ctoolsconfigdlg.cpp: In method `void CToolsConfigDlg::slotShowToolProp(int)':
ctoolsconfigdlg.cpp:263: warning: comparison between signed and unsigned
make[3]: *** [ctoolsconfigdlg.o] Error 1
make[3]: Leaving directory `/home/juan/kdevelop/kdevelop'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/juan/kdevelop/kdevelop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/juan/kdevelop'
make: *** [all-recursive-am] Error 2                                            

.. Juan




More information about the KDevelop mailing list