The old dependencies package for VC6 + STLport 4.6.2 was compiled about ten minutes before my machine died the other week, I didn't get to test these properly, but put them out anyway, hoping all would be well.
You then posted that there were linking errors and the fact that the package was so much smaller, I took down the package until I was in a position to test it a bit more...
I ultimately found that I had a config problem when I built boost for that setup; basically it wasn't picking up STLport and was using the native STL of VC6. I resolved this, rebuilt, grabbed a fresh CVS of Ogre and CEGUI, compiled those, and a small test app (no Editbox though

), everything worked okay so I thought I had it licked, though apparently I don't
I can currently run in Debug mode with the latest CVS and the dependancies from july 22nd. What was added to the dependancies for this new depenancy release? That might show where the problem is, right?
Which 'edition' of the July 22nd packages are you referring to there, the STLport 4.5.3 ones, or the 4.6.2 ones?
The only difference between the 4.5.3 and 4.6.2 packages now should be the version of STLport used. The previous version of the 4.6.2 package was not compiled correctly (the boost components had symbols exported with 'std::' instead of '_STL::', hence the linking errors when they're used).
I'd appreciate the input of anything you may discover
[Edit]
Just checked my dates
All the current August 29th packages are unchanged from the 'Betas' put out in July - mainly because there were no real issues reported.
The VC6 + STLport 4.6.2 package from August 29th was a new package entirely (which didn't work!).
The VC6 + STLport 4.6.2 package from this week was also compiled from scratch, it just has the lockup issue with regex. Can anybody confirm if the VC7 + STLport 4.6.2 package has this problem as well?
[/Edit]
CE