On Mon, Apr 13, 2009 at 4:18 PM, Dmitrijs Ledkovs <[email protected]> wrote: > Hi all! >
> > Sword fails to build with gcc-snapshot (the last ubuntu gcc-snapshot > is from January, I think, so it reflects gcc4.4). The build can be > fixed with this patch against svn 2322 (this has been reported by > debian gcc team in debian BTS the name of the reported is Martin > Michlmayr <[email protected]> more info [1]): > > === modified file 'utilities/emptyvss.cpp' > --- utilities/emptyvss.cpp 2009-02-07 08:24:08 +0000 > +++ utilities/emptyvss.cpp 2009-04-13 19:48:54 +0000 > @@ -19,6 +19,7 @@ > #include <swmodule.h> > #include <versekey.h> > #include <iostream> > +#include <cstdio> > #include <stdio.h> > The above is not necessary with the latest gcc-4.4 snapshot. SWORD-1.6.0RC1 builds fine with gcc (GCC) 4.4.0 20090409 (Red Hat 4.4.0-0.32). Deji _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
