[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile problems
From: |
Matt Wilson |
Subject: |
Re: compile problems |
Date: |
Sat, 1 Sep 2001 15:27:37 -0400 |
User-agent: |
Mutt/1.2.5i |
On Sat, Sep 01, 2001 at 05:59:20PM +0200, Arvin Schnell wrote:
>
> The compiler complains about redefinitions.
You must have run autoconf with an incompatible version. parted's
configure.ing needs 2.49b. configure checks to see if you already
have the __u64, and so on and doesn't define them as macros if you do
have them. The test uses the new form of AC_CHECK_TYPE that does odd
things if you're not on the 2.50 branch of autoconf.
Cheers,
Matt