weird messages when installing a program by ports

Joshua Oreman oremanj at webserver.get-linux.org
Tue Jun 10 07:32:10 PDT 2003


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 ?
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list