Slaut, On Fri, Apr 16, 1999 at 04:56:11PM +0000, Olexiy Ye Tykhomyrov wrote: > Due to new (glibs) version of my Linux I tried to recompile Alliance from > sources but had no success. Lots of warnings, such as implicit declaration > of function `BITS', etc. Sources installed (as well as all directories) > seems to me good. The BITS macro is obsolete under linux + glib. New programs should use _TYPEBITS instead of BITS or define #define BITS(type) (sizeof (type) * CHAR_BIT) > Any ideas to recompile? Change BITS to _TYPEBITS in grog/vtisim.c and mbk/mbk_util.c and this should work.... > Olexiy Ye. Tykhomyrov -- Arnaud Caron