[OGo-Developer] noob question on building sope-appserver/samples/HelloForm
Helge Hess
developer@opengroupware.org
Thu, 2 Nov 2006 11:18:41 +0100
On Nov 2, 2006, at 11:00, Helge Hess wrote:
> woapp.make now has something like this:
> ---snip---
> ifndef $(WHICH_LIB_SCRIPT)
^^^ actually this was a bug.
This must be:
ifndef WHICH_LIB_SCRIPT
I've fixed it in SOPE trunk. After this fix you can workaround the
missing version check using:
> export WHICH_LIB_SCRIPT="$GNUSTEP_MAKEFILES/which_lib"
Apparently something like this doesn't work in make:
if $(GNUSTEP_MAKE_MAJOR_VERSION) > 1 || $
(GNUSTEP_MAKE_MINOR_VERSION) > 12)
...
endif
So I'm not sure how we can support both, gstep-make 1.11/12 and 1.13
from one makefile. (w/o the export above)
Greets,
Helge
--
Helge Hess
http://docs.opengroupware.org/Members/helge/