id summary reporter owner description type status priority milestone component version resolution keywords cc 398 spielwiese compilation issues on my ARM box Snark Oleksandr "There are two problems which prevent me to compile successfully : (1) problem finding omalloc.h from inside factory/ : int_int.h and int_poly.h #include , but it isn't found. Indeed, factory/Makefile.am has : AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include ${GMP_CFLAGS} ${NTL_CFLAGS} I would suggest to add a -I${srcdir}/.. there. Why I see the problem and not you is an interesting question... different configure switches? (2) there's a missing 'r' in libpolys/polys/monomials/p_polys.h, near line 679 : -static inline poly p_New(const ring, omBin bin) +static inline poly p_New(const ring r, omBin bin) " bug closed minor 3-1-4 and higher factory 3-1-3 fixed spielwiese, build system, factory, omalloc