From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 07:32:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B44937B401 for ; Tue, 10 Jun 2003 07:32:10 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A5AD43FAF for ; Tue, 10 Jun 2003 07:32:09 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 91800 invoked by uid 1001); 10 Jun 2003 14:33:52 -0000 Date: Tue, 10 Jun 2003 07:33:52 -0700 From: Joshua Oreman To: fdcf Message-ID: <20030610143352.GB91731@webserver.get-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: weird messages when installing a program by ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 14:32:10 -0000 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"