> Just installing GNUstep on a nice clean system out of the box. Fresh from CVS,
> and it seems that the gmodel bundle is not guilt for some reason.  Has this
> been removed from the makefile, or do I now need to add a configure option or
> something ?

Following up my own post here, and copied to bugs.

At line 92 in GNUmakefile in the Model directory we have:

ifneq ($(GUI_LIB), gnu)
  include $(GNUSTEP_MAKEFILES)/bundle.make
endif


should this not be

ifeq ($(GUI_LIB), gnu)
  include $(GNUSTEP_MAKEFILES)/bundle.make
endif


as we want to build the bundle if we have a gnu gui backend ? As per
the code at lines 33-37 ?

With this change the gmodel bundle builds fine.

-bat.


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to