From owner-freebsd-ports Sat Jun 29 19: 1: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FEA737B400 for ; Sat, 29 Jun 2002 19:01:07 -0700 (PDT) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA6943E09 for ; Sat, 29 Jun 2002 19:01:06 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ar-004dcwashp269.dialsprint.net ([206.133.15.199] helo=moo.holy.cow) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17OU1R-0000oQ-00 for freebsd-ports@freebsd.org; Sat, 29 Jun 2002 19:01:06 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 543AB50C16; Sat, 29 Jun 2002 22:03:44 -0400 (EDT) Date: Sat, 29 Jun 2002 22:03:44 -0400 From: parv To: f-ports Subject: mail/mutt-devel port & "ANSI C does not support long long" in /usr/include/stdlib.h Message-ID: <20020630020344.GA23683@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org freebsd-stable/i386 version is 2002.06.27.13.03.33 and stdlib.h is 1.16.2.3, 2001.12.27.20.35.34. below is the warning that i currently get while compiling mail/mutt-devel for every cc command (which did not happen for previous version(s) of freebsd {4.6-rc to 4.6-prerelease})... cc -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I/include -I/usr/local/include/sasl -I/usr/local/include -I../ intl -Wall -pedantic -O -pipe -march=pentiumpro -c auth.c In file included from ../mutt.h:22, from auth.c:23: /usr/include/stdlib.h:108: warning: ANSI C does not support `long long' /usr/include/stdlib.h:112: warning: ANSI C does not support `long long' cc -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I/include -I/usr/local/include/sasl -I/usr/local/include -I../ intl -Wall -pedantic -O -pipe -march=pentiumpro -c auth_login.c In file included from ../mutt.h:22, from auth_login.c:21: /usr/include/stdlib.h:108: warning: ANSI C does not support `long long' /usr/include/stdlib.h:112: warning: ANSI C does not support `long long' ... ...how serious is it? is the problem related to either freebsd, mutt, or both? - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message