>Hi,
>The latest XFree86 snapshot, 3.9.16f (which is about to become
>the public 3.9.17 snapshot) does not build on FreeBSD -current.
>
>It compains about fcvt, ecvt and gcvt.
>The exact error log from building XFree86 3.9.16f follows.
>
>It compiles ok on my 3.4 box (just CVSuped)
>
The problem is that gcc 2.95.2 in -current does not include #define
__FreeBSD__ any more. XF can't tell the OS, so it assumes you lack
snprintf(), and tries a different way of putting strings into numbers
(fcvt, ecvt, gcvt). Check the top of a log from make World to see the OS
detection.
If you drop a #define __FreeBSD__ in config/cf/Imake.cf, it'll detect and
get at least farther along. (still having troubles compiling from their
cvs, going to submit a report rsn). Hopefully we can find a bit nicer way
of doing things soon.
--
Eric Anholt
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message