[AOLSERVER] aolserver not liking tcl8.6 beta 7

2012-09-15 Thread John Buckman from BookMooch
I tried tcl8.6.0.0b7 (from the current ActiveTcl) an it does build fine with aolserver, but when loading adp pages, I get: [15/Sep/2012:10:14:36][60416.32952320][-default:5-] Error: Tcl exception: wrong # args: should be namespace objName while executing namespace export {[a-z]*}

Re: [AOLSERVER] aolserver not liking tcl8.6 beta 7

2012-09-15 Thread Jeff Rogers
I'd guess this is related to the code to rebuild namespaces, there may be something different enough about tcloo namespaces to break it. It could be something as simple as using namespace instead of ::namespace. I'll try building with the latest tcl and see what I run into. -J John Buckman