On Sun, May 23, 2010 at 03:16:13PM +0200, Lech Lorens wrote: > On 23-May-2010 James Vega <[email protected]> wrote: > > I hadn't seen that on the systems I tested with. What GCC version and > > what does “grep SIZEOF_ src/auto/config.h” say? > > $ gcc --version > gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1 > Copyright (C) 2009 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > $ grep SIZEOF_ src/auto/config.h > #define SIZEOF_INT 4 > /* #undef SIZEOF_OFF_T */ > /* #undef SIZEOF_LONG */
Ok, that's what I thought. My patch only updated src/configure.in since src/auto/configure is a generated file. You'll want to have autoconf installed and run “make -C src autoconf” to generate a new configure from the updated configure.in. Then a new build should work. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]>
signature.asc
Description: Digital signature
