Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 07:33:52 -0700
From:      Joshua Oreman <oremanj@webserver.get-linux.org>
To:        fdcf <fdcf@netcabo.pt>
Cc:        questions@freebsd.org
Subject:   Re: weird messages when installing a program by ports
Message-ID:  <20030610143352.GB91731@webserver.get-linux.org>
In-Reply-To: <EA91707AE6F4C84495513EFF5117E8970227F092@VS2.hdi.tvcabo>
References:  <EA91707AE6F4C84495513EFF5117E8970227F092@VS2.hdi.tvcabo>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030610143352.GB91731>