gstep-make 2.0 Re: gstep-base Re: [OGo-Developer] OGo Invoice Application

Sebastian Reitenbach developer@opengroupware.org
Sun, 30 Dec 2007 11:32:56 +0100


Hi,

developer@opengroupware.org wrote: 
> On 30.12.2007, at 00:19, Sebastian Reitenbach wrote:
> >> Can you change such pathes? Eg currently this lives at:
> >>
> >>   /usr/local/lib/sope-4.7/dbadaptors/
> >>
> >> which I consider way less ugly. And actually I would be surprised if
> >> the layout you showed actually works with OGo?
> > Its installed in that location above, because I changed the  
> > following line
> > in sope-gdl1/PostgreSQL/GNUmakefile.preamble
> >
> > -BUNDLE_INSTALL_DIR =
> > $(GNUSTEP_INSTALLATION_DIR)/Library/GDLAdaptors-$(MAJOR_VERSION).
> > $(MINOR_VERSION)/
> > +BUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARY)/GDLAdaptors-$(MAJOR_VERSION).
> > $(MINOR_VERSION)/
> >
> > but this cold be easily changed to :
> > +BUNDLE_INSTALL_DIR = $(GNUSTEP_SYSTEM_LIBRARIES)/sope-$ 
> > (MAJOR_VERSION).
> > $(MINOR_VERSION)/dbadaptors
> 
> Sounds just fine.
First I'll see how well OGo works, when I leave everything in the default 
GNUstep locations. I don't think its the best idea to remove the possibility 
to install in the default GNUstep locations, then I think it would be better 
to keep sth. like it is right know, via a configure switch/environment 
variable choose to use default GNUstep locations, or the one you named FHS.

btw, I found some more or less recent gnustep rpm's for suse 10.3 here, so 
I'll be able to test the ogo installation easily on suse too. I only have to 
update my desktop to 10.3 later today.

cheers,
Sebastian