[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building of gmodel disabled ?
From: |
Pete French |
Subject: |
Re: Building of gmodel disabled ? |
Date: |
Tue, 31 Dec 2002 13:50:14 +0000 |
> 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.