Hmm, I doubt that this is the same case as I think that the Mac has
proper support for wchar_t, hasn't it?

My problem is due to the following line in InsetMathNest.cpp:

                is >> m >> n >> v_align >> h_align;

where 'is' is an idocstringstream. The extraction fails because 'm'
and 'n' (number of rows and columns, respectively) are 'unsigned int'
and only a facet for 'int' is currently implemented.


It's exactly what I found in the debugger on mac. This call gives n=1 and m=1, everytime.

Stefan

Attachment: PGP.sig
Description: Signierter Teil der Nachricht

Reply via email to