I'm still working through the tests, but have to work on something else for a while. You can get past the header problem by forward defining std::locale.

-#include <locale>
+namespace std { class locale; }

The build won't complete, but it may allow you to see if there are any other compile problems.


On May 2, 2005, at 6:12 PM, Ananta, Nitinan wrote:

Thanks Curt. I will wait for your changes then. In the meantime, I will
check with our IT people about the gcc installation.



Reply via email to