Hi,

I just tried to compile the latest version of the code with Visual C++.
However, it chokes on line 1637 of InsetMathGrid.cpp
<https://github.com/cburschka/lyx/commit/957b615b1fd02ca8b5d7a44c26789c1bb90afd72#diff-31a8ae53e6c07c737a4c53f70a401932>:


error C3861: 'uint': identifier not found

Here is my (simple) fix, in bold (formal patch attached):

pos_type ipos = *pos_type*(cur.pos()) > cell(i).size()

I preferred not to commit this directly, in case other compilers do
not like this version…

Attachment: 0001-Fix-compilation.patch
Description: Binary data

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to