gstep-make 2.0 Re: gstep-base Re: [OGo-Developer] OGo Invoice Application
Sebastian Reitenbach
developer@opengroupware.org
Sun, 30 Dec 2007 00:19:51 +0100
developer@opengroupware.org wrote:
> On 29.12.2007, at 22:22, Sebastian Reitenbach wrote:
> > appended are the patches to make sope gnustep-make 2 compatible.
>
> I'll start looking at them once the layout looks reasonable ;-)
>
> > It works for me, files and directories are well versioned, and found
> > in
> > reasonable places: e.g.
> > /usr/local/lib/GNUstep/GDLAdaptors-4.7/
>
> 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
>
> BTW: a major reason why an exact layout preservation reduces burden is
> that we don't need to change the packaging.
>
> > /usr/local/lib/libNGObjWeb.so.4.7
>
> Sure, libs are properly versioned, but what about resources (share)
> and bundles (lib/sope-4.7, lib/opengroupware-1.1).
>
> > patches for ogo are mostly done
>
> Can you reproduce the current layout? If not, how does the layout look
> like with GS?
I need to take a look on a suse box or sth. to try to clone that layout.
my openbsd box is not good as a reference ;)
cheers
Sebastian
>
> Thanks,
> Helge
> --
> Helge Hess
> http://www.helgehess.eu/
> --
> OpenGroupware.org Developer
> developer@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/developer
>