> please drop the -fshort-wchar, just use whatever wchar_t definition is used > at the platform. If you
Thanks for your bug report. In the upstream development branch[1] -fshort-wchar is not used anymore. Instead pkg-config tool is used to generated working CFLAGS. Could you review new Makefile.xulrunner file from upstream branch ([1]) and confirm that it fixes this problem? In short, CFLAGS are generated using command pkg-config --cflags libxul-unstable and static flags -Wall, -Werror, -Wno-non-virtual-dtor, -fno-rtti, -fno-exceptions and -fPIC. [1] http://voikko.svn.sourceforge.net/viewvc/voikko/trunk/mozvoikko/src/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

