On Wed, Oct 20, 2004 at 11:10:02AM -0700, David Swift wrote:
"G:\USR\BIN\PYTHON.EXE" "G:/ux2bs/workdir/Zope-2.7.2-0/setup.py" install \ --prefix="/usr/local/Zope" --build-base="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3" --build-lib="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-temp" invalid command name '' make: *** [install] Error 1
I had the same problem, got around it by removing the makefile variable that keeps all the '--build*' parameters and putting them in manually at that step. I was then able to get the build to complete in the ux2bs environment; however, the build does not seem to startup for me.
I think one of the '--build*' vars has an extra newline in it that is triggering this error, but since I had not tried any other Zope version on OS/2, I gave up at that point.
I can't believe someone else has tried this! Zope 2.7.0 builds just fine using the UX2BS environment - I just tried a couple of hours ago to make sure it still works and it does. I don't see any material differences between that version and 2.7.(1|2) to account for the error above, but there must be something... Try building 2.7.0 and see how far you get. I have it working, although haven't figure out a way to run it in daemon mode yet. -- John