MOL-0.9.64 available

mol-general@lists.maconlinux.org mol-general@lists.maconlinux.org
Mon, 8 Jul 2002 12:59:22 +0200


On Mon, Jul 08, 2002 at 09:25:31PM +1200, Henry Harrison wrote:
> In file included from ../include/dis-asm.h:13,
>                   from monitor.c:37:
> /usr/include/bfd.h:106: conflicting types for `false'
> /usr/lib/gcc-lib/ppc-mandrake-linux-gnu/2.95.3/include/stdbool.h:9: 
> previous declaration of `false'
> /usr/include/bfd.h:106: conflicting types for `true'
> /usr/lib/gcc-lib/ppc-mandrake-linux-gnu/2.95.3/include/stdbool.h:11: 
> previous declaration of `true'
> make[3]: *** [monitor.o] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> 
> Anyone got a solution to this please? Otherwise I'll wait for the 
> mol.rpm, and install from that.
> 

This seems to be a case of incompatible header files. Upgrading
the binutils package might help (/usr/include/bfd.h normally
belong to this package).

Another solution is disabling the debugger. Edit src/debugger/Makefile.am
and comment out the line

SUBDIRS                         = deb mon

Cheers,

/Samuel