Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 22:03:44 -0400
From:      parv <parv@pair.com>
To:        f-ports <freebsd-ports@freebsd.org>
Subject:   mail/mutt-devel port & "ANSI C does not support long long" in /usr/include/stdlib.h
Message-ID:  <20020630020344.GA23683@moo.holy.cow>

next in thread | raw e-mail | index | archive | help
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




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