Unable to build Current BK Tree ...

mol-general@lists.maconlinux.org mol-general@lists.maconlinux.org
Mon, 15 Jul 2002 15:10:05 +0200


On Mon, Jul 15, 2002 at 08:26:33AM -0400, Michael H. Martel wrote:
> Hello!
> 
> I'm trying to build MOL from the current BK Tree and I get this error.
> 
> ../include/bfd.h:101: conflicting types for `false'
> /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/include/stdbool.h:9: previous 
> declaration of `false'
> ../include/bfd.h:101: conflicting types for `true'
> /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/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
> [root@styx mol-bk]#

I recently bundled the bfd.h header with MOL (primarily in
order to be able to compile the mol debugger under OS X). I have
pushed a changeset which removes the (useless) redefinition of
true/false from it, so simply repulling should fix this.

/Samuel