bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building of gmodel disabled ?


From: Nicola Pero
Subject: Re: Building of gmodel disabled ?
Date: Tue, 31 Dec 2002 15:36:02 +0000 (GMT)

> > 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.

Thanks Pete, I agree with your suggestion - I fixed it on CVS.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]