[Zope3-dev] "make build" broken?

Guido van Rossum guido@python.org
Thu, 13 Feb 2003 10:09:52 -0500


> Possibly significantly uninformed question:
> 
> Is "make build" supposed to result in a working Zope 3 site?  It doesn't 
> for me; zope/security/_proxy.so is in the build/temp.linux... but not 
> where I need it to run Zope.
> 
> "make inplace" results in a workable site.
> 
> Is this correct behavior?

"make build" is supposed to work as well; if it doesn't, it's a bug.
Since "inplace" is the default, "build" doesn't get exercised as much.

(And sorry, I have no time to fix the bug.)

--Guido van Rossum (home page: http://www.python.org/~guido/)