On Tue, Jun 10, 2003 at 12:16:20PM +0100 or thereabouts, fdcf seemed to write: > i was installing blackbox when i saw a weird msg, i've done make install clean in > /usr/ports/x11-wm/blackbox and during the compilation were appearing msgs like that: > > /usr/inclde/g++/type_traits.h:363: warning: ANSI C++ does not support 'long long' .
It's a compiler warning warning about a nonportable 64-bit integer type that is used in the program. It's not a problem. Do not worry. If you were a developer, OTOH, you would add -Wno-long-long to the CFLAGS for this program to suppress the message. -- Josh > > someone can say what's that ? > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
