On 28/02/2019 09:33, Kornel Benko wrote:
Am Donnerstag, 28. Februar 2019 08:50:04 CET schrieb Daniel <xraco...@gmx.de>:But next I get:Error C2672 'std::isalnum': no matching overloaded function found LyX (applications\LyX\LyX) C:\Users\Daniel\lyx\devel\lyx\src\lyxfind.cpp 2866 The line in question reads: if (std::isalnum(t[pos+1])) {Probably missing #include <ctype.h> Could you please test?
I tried adding #include <ctype.h> at the top of lyxfind.cpp, but it does not help. Daniel