J. Robinson wrote:
> 
> nsModule.cpp: In method `char *
> nsWidgetModuleData::ConvertFromUcs(const PRUnich
> ar *, char *, long unsigned int)':
> nsModule.cpp:340: reinterpret_cast from `const PRUnichar *' to
> `UniChar *' casts
>  away const (or volatile)

Changing NS_REINTERPRET_CAST to NS_CONST_CAST on that line fixes the
break here. It's a new problem with the EMX build, i.e. nothing wrong
with your setup or whatever.

> I'm starting to ponder if I should
> just clean the EMX environment off my machine and reinstall it and all
> the needed tools from scratch just to eliminate the possibility of
> other weirdness.

If you've gotten this far, you should be okay the rest of the way.

h~

Reply via email to