On Thu, Mar 11, 2004 at 11:19:20AM +0000, Chris Withers wrote:
John Poltorak wrote:
NAME=Zope MAJOR_VERSION=2.7 MINOR_VERSION=0 RELEASE_TAG=b3
Looks like you only have Beta 3, have you tried the final source release?
AFAIK I am using:- http://zope.org/Products/Zope/2.7.0/Zope-2.7.0.tgz Where, in the archive, is the realease tag information held?
PYTHON="U:\USR\BIN\PYTHON.EXE"
Oh boy, that's gotta be OS/2 specific ;-)
That's what comes up in my makefile when I build using '--with-python=/usr/bin/python' It _appears_ to work... AFAICT it's 'make install' which has failed. How do I tell whether make has actually worked correctly?
RM=rm -f RMRF=rm -rf FIND=find XARGS=xargs CD=cd LN=ln -sfn CP=cp TAR=tar MKDIR=mkdir -p
Do all of the above utilities exist and work?
I don't currently have FIND or XARGS. I'll grab them and see if it makes a difference.
# build: Do whatever 'setup.py build' implies build: ${PYTHON} "${BASE_DIR}/setup.py" \ ${DISTUTILS_OPTS} build ${BUILD_FLAGS}
I'd guessing ${PYTHON} is causing issues here. Does U:\USR\BIN\PYTHON.EXE work at a command prompt?
Well it produces a
command prompt. I'm using v2.3.3 and it seems to run Zope 2.6.4 without any problems.
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
-- John