On 29/08/06, Andrew Borley <[EMAIL PROTECTED]> wrote:
On 8/29/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > ok. I have windows nearly working now! The problem was a bug in MS STL map > implemenation. I had to change the way we pass the services/references > maps > back to be a reference then iterate over using size() rather than > <map>.end(). Another reason to look at moving to stdcxx?
Yes!! It wasted at lesat 3 hours of my time. As an aside I can't get the linux code to build at the moment. It fails
> building the scatest stuff. I think this test is in the wrong place now > and > I will disable building it for now. All this stuff looks good - I've got a few chunks of code that can run Python scripts and classes. When you think things have settled enough I'll sort out a Python extension based on the C++ one we now have.
Hopefully tomorrow it will be fairly stable. In the next few hours it will be highly unstable as I check in today's refactor. Cheers, -- Pete
