Hello Clfs-support, The problem during compilation was made by lack of "#include<stddef.h>" in include/stringops.h in silo sources.
This is the simple patch that solves this problem: root:/sources/silo-1.4.14# cat ../silo-jaca-1.patch --- silo-1.4.14/include/stringops.h-orig 2010-01-13 12:50:06.000000000 +0100 +++ silo-1.4.14/include/stringops.h 2010-01-13 12:50:43.000000000 +0100 @@ -2,6 +2,7 @@ #define __STRINGOPS_H #include <silo.h> +#include <stddef.h> /* common */ #ifndef __SIZE_TYPE__ root:/sources/silo-1.4.14# The procedure i've followed: cd silo-1.4.14 patch -Np1 -i ../silo-1.4.14-fixes-1.patch patch -Np1 -i ../silo-jaca-1.patch make make install Now it build without errors. Hope it will be helpful. Best Regards Jacek Herold -- Best regards, jaca mailto:[email protected] ---------------------------------------------------------------------- Sprawdz sekrety swojego biorytmu. Kliknij >> http://link.interia.pl/f2534 _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
