[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent git commit breaks build on Solaris
From: |
Jim Meyering |
Subject: |
Re: Recent git commit breaks build on Solaris |
Date: |
Sat, 14 Mar 2009 16:06:22 +0100 |
David Bartley wrote:
> Just a quick heads up, the following commit breaks the build on Solaris:
>
> http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=55efc5f3ee485b3e31a91c331f07c89aeccc4e89
>
> In src/system.h, MAX may not be defined before it is used in
> io_blksize. I think you can just move the io_blksize function below
> the later definition of MAX to fix this.
Thanks for the heads up.
Moving it "down" does sound like the right thing to do,
but we should document which compiler/version is complaining about the
current set-up. Can you provide details?