Jeff,
Message: 2 Date: Fri, 03 Apr 2009 11:29:34 -0700 From: Jeff Hobbs jeffh@activestate.com Subject: Re: [Xotcl] XOTcl packages To: Victor Mayevski vitick@gmail.com Cc: xotcl@alice.wu-wien.ac.at Message-ID: 49D6558E.200@activestate.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 03/04/2009 11:24 AM, Victor Mayevski wrote:
I really like that XOTcl is being included with ActiveState distribution, and even updates via teacup are working. But there is one issue - why is it that the rest of XOTcl packages (comm, serializer etc) are not being included?
The teapot is designed for individual packages (though they can have dependencies). In building, it goes through the usual configure / make / install steps. XOTcl only packages up the core library when it does that. The other packages would be best handled separately somehow.
Couldn't teacup provide the "--with-all=yes" configure flag so that the accompanying infrastructure is included?
//stefan