On 06/11/2016 12:32 AM, Guillaume Munch wrote: > Le 11/06/2016 04:40, Joel Kulesza a écrit : >> On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck <rgh...@lyx.org >> <mailto:rgh...@lyx.org>> wrote: >> >> You could try adding: >> >> #include <limits.h> >> >> to support/filetools.cpp. >> >> >> Richard, thanks for the *quick* reply! That worked and let make proceed >> beyond filetools. Now, it complains: >> >> CXX GuiApplication.o >> ../../../../src/frontends/qt4/GuiApplication.cpp: In member function >> ‘const QFont lyx::frontend::GuiApplication::typewriterSystemFont()’: >> ../../../../src/frontends/qt4/GuiApplication.cpp:2588:21: error: >> ‘Monospace’ is not a member of ‘QFont’ >> font.setStyleHint(QFont::Monospace); >> ^ >> make[6]: *** [GuiApplication.o] Error 1 >> >> Is there another header file that might direct it to where it needs to >> go. Alternatively, is there some fail-safe logic that needs to be >> introduced in case this font is there (seems unlikely, since 2.1.4 >> compiled and without having looked I'd be surprised if there were >> different typewriter fonts used)? >> >> >> > > Joel, try this. Richard, ok for 2.2.x?
Yes. rh